Interface PolicyIface
-
- All Known Implementing Classes:
AbstractRelationshipPolicy,DisplayRestrictedDataToSelfPolicy,PermissionsPolicy,PolicyList,RequestPolicyList,RestrictHomeMenuItemEditingPolicy,RootUserPolicy,SelfEditingPolicy
public interface PolicyIfaceRepresents 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 Modifier and Type Method Description PolicyDecisionisAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)
-
-
-
Method Detail
-
isAuthorized
PolicyDecision isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)
-
-