Uses of Interface
net.shibboleth.utilities.java.support.security.AccessControlService
Packages that use AccessControlService
Package
Description
Implementations of security interfaces.
-
Uses of AccessControlService in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement AccessControlServiceModifier and TypeClassDescriptionclass
Simple implementation that uses an in-memory map of policies.class
This class uses theReloadableService
concept to implementAccessControlService
to hide the details of pinning and unpinning the underlying service.Fields in net.shibboleth.utilities.java.support.security.impl with type parameters of type AccessControlServiceModifier and TypeFieldDescriptionprivate final ReloadableService<AccessControlService>
DelegatingAccessControlService.service
The service which manages the reloading.Constructor parameters in net.shibboleth.utilities.java.support.security.impl with type arguments of type AccessControlServiceModifierConstructorDescriptionConstructor.