Interface Policy
-
- All Known Implementing Classes:
DynamicPolicy
public interface PolicyRepresents the process of mapping an identifier that represents a user or principle and a action they are requesting to true, representing authorized or false, representing unauthorized.- Author:
- bdc34
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PolicyDecisiondecide(AuthorizationRequest ar)default longgetPriority()default StringgetShortUri()default StringgetUri()
-
-
-
Method Detail
-
decide
PolicyDecision decide(AuthorizationRequest ar)
-
getUri
default String getUri()
-
getPriority
default long getPriority()
-
getShortUri
default String getShortUri()
-
-