Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.rules.AccessRule
-
Packages that use AccessRule Package Description edu.cornell.mannlib.vitro.webapp.auth.policy edu.cornell.mannlib.vitro.webapp.auth.rules -
-
Uses of AccessRule in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy that return types with arguments of type AccessRule Modifier and Type Method Description Set<AccessRule>DynamicPolicy. getFilteredRules(AuthorizationRequest ar)Set<AccessRule>DynamicPolicy. getRules()Method parameters in edu.cornell.mannlib.vitro.webapp.auth.policy with type arguments of type AccessRule Modifier and Type Method Description voidDynamicPolicy. addRules(Collection<AccessRule> collection) -
Uses of AccessRule in edu.cornell.mannlib.vitro.webapp.auth.rules
Classes in edu.cornell.mannlib.vitro.webapp.auth.rules that implement AccessRule Modifier and Type Class Description classFastFailAccessRuleMethods in edu.cornell.mannlib.vitro.webapp.auth.rules that return AccessRule Modifier and Type Method Description static AccessRuleAccessRuleFactory. createRule(org.apache.jena.query.QuerySolution qs)static AccessRuleAccessRuleFactory. createRule(org.apache.jena.query.QuerySolution qs, AttributeValueKey key)
-