Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.Policy
-
Packages that use Policy Package Description edu.cornell.mannlib.vitro.webapp.auth.policy -
-
Uses of Policy in edu.cornell.mannlib.vitro.webapp.auth.policy
Classes in edu.cornell.mannlib.vitro.webapp.auth.policy that implement Policy Modifier and Type Class Description classDynamicPolicyFields in edu.cornell.mannlib.vitro.webapp.auth.policy with type parameters of type Policy Modifier and Type Field Description protected List<Policy>PolicyStore. policyListprotected Map<String,Policy>PolicyStore. policyMapMethods in edu.cornell.mannlib.vitro.webapp.auth.policy that return types with arguments of type Policy Modifier and Type Method Description List<Policy>Policies. getList()List<Policy>PolicyStore. getList()Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type Policy Modifier and Type Method Description voidPolicies. add(Policy policy)voidPolicyStore. add(Policy policy)booleanPolicies. contains(Policy policy)booleanPolicyStore. contains(Policy policy)voidPolicyDecisionLogger. log(Policy policy, PolicyDecision pd)If the logger and the policy and the decision all pass the restrictions, write to the log.
-