Skip to content

Commit 9714813

Browse files
authored
Update README.md
1 parent be5aa71 commit 9714813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Attribute Based Access Control for Spring Security
2-
![alt text](https://github.com/jferrater/abac-spring-security/blob/master/diagram.png)
2+
![alt text](https://github.com/jferrater/abac-spring-security/blob/master/diagram.png) <br>
33
The Attribute Based Access Control (ABAC) for Spring Security is a Policy Enforcment Point (PEP) implementation which provides both method and web expressions to secure Spring Boot applications based on attributes evaluated against a policy from a Policy Decision Point (PDP) server.
44
The expressions are called ``#abac.evaluate(Category... categories)`` and ``#abac.evaluateAttributes(String... attributes)`` which send authorization request based on [Json Profile of XACML 3.0 Specification](http://docs.oasis-open.org/xacml/xacml-json-http/v1.0/xacml-json-http-v1.0.html)
55

0 commit comments

Comments
 (0)