Skip to content

Commit e66848c

Browse files
authored
Update README.md
1 parent 979470f commit e66848c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Attribute Based Access Control for Spring Security
2+
![alt text](https://github.com/jferrater/abac-spring-security/blob/master/diagram.png)
23
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.
34
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)
45

0 commit comments

Comments
 (0)