Skip to content

Commit abaab6a

Browse files
authored
Update README.md
1 parent ec4fb6a commit abaab6a

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-
The Attribute Based Access Control (ABAC) for Spring Security 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.
2+
The Attribute Based Access Control (ABAC) for Spring Security 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.
33
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)
44

55
When using ``#abac.evaluateAttributes(String... attributes)``, the array of Strings must follow the format below:<br>

0 commit comments

Comments
 (0)