Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision
-
Packages that use PolicyDecision Package Description edu.cornell.mannlib.vitro.webapp.auth.policy edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces -
-
Uses of PolicyDecision in edu.cornell.mannlib.vitro.webapp.auth.policy
Classes in edu.cornell.mannlib.vitro.webapp.auth.policy that implement PolicyDecision Modifier and Type Class Description classBasicPolicyDecisionRepresents the result of querying a Policy for permission to perform a RequestedAction.Methods in edu.cornell.mannlib.vitro.webapp.auth.policy that return PolicyDecision Modifier and Type Method Description PolicyDecisionDynamicPolicy. decide(AuthorizationRequest ar)static PolicyDecisionPolicyDecisionPoint. decide(AuthorizationRequest ar)Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type PolicyDecision Modifier and Type Method Description voidPolicyDecisionLogger. log(Policy policy, PolicyDecision pd)If the logger and the policy and the decision all pass the restrictions, write to the log.voidPolicyDecisionLogger. logNoDecision(PolicyDecision pd) -
Uses of PolicyDecision in edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces that return PolicyDecision Modifier and Type Method Description PolicyDecisionPolicy. decide(AuthorizationRequest ar)
-