Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.policy.PolicyList
-
Packages that use PolicyList Package Description edu.cornell.mannlib.vitro.webapp.auth.policy -
-
Uses of PolicyList in edu.cornell.mannlib.vitro.webapp.auth.policy
Subclasses of PolicyList in edu.cornell.mannlib.vitro.webapp.auth.policy Modifier and Type Class Description classRequestPolicyListAllow us to store policies in a Request, in addition to those in the ServletContextMethods in edu.cornell.mannlib.vitro.webapp.auth.policy that return PolicyList Modifier and Type Method Description static PolicyListRequestPolicyList. getPolicies(javax.servlet.http.HttpServletRequest request)Get a copy of the current list of policies.static PolicyListServletPolicyList. getPolicies(javax.servlet.ServletContext sc)Get a copy of the current list of policies.
-