Uses of Interface
net.shibboleth.utilities.java.support.security.AccessControl
-
Packages that use AccessControl Package Description net.shibboleth.utilities.java.support.security Helpers for common security related tasks.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces. -
-
Uses of AccessControl in net.shibboleth.utilities.java.support.security
Methods in net.shibboleth.utilities.java.support.security that return AccessControl Modifier and Type Method Description AccessControlAccessControlService. getInstance(String name)Get anAccessControlinstance matching a given name. -
Uses of AccessControl in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement AccessControl Modifier and Type Class Description classIPRangeAccessControlSimple access control implementation based on IP address checking.Fields in net.shibboleth.utilities.java.support.security.impl with type parameters of type AccessControl Modifier and Type Field Description private Map<String,AccessControl>BasicAccessControlService. policyMapMap of named policies.Methods in net.shibboleth.utilities.java.support.security.impl that return AccessControl Modifier and Type Method Description AccessControlBasicAccessControlService. getInstance(String name)Get anAccessControlinstance matching a given name.AccessControlDelegatingAccessControlService. getInstance(String name)Get anAccessControlinstance matching a given name.Method parameters in net.shibboleth.utilities.java.support.security.impl with type arguments of type AccessControl Modifier and Type Method Description voidBasicAccessControlService. setPolicyMap(Map<String,AccessControl> map)Set the policies to store.
-