Uses of Interface
net.shibboleth.shared.security.AccessControlService
Packages that use AccessControlService
Package
Description
Implementations of security interfaces.
Security-related service implementation classes.
-
Uses of AccessControlService in net.shibboleth.shared.security.impl
Classes in net.shibboleth.shared.security.impl that implement AccessControlServiceModifier and TypeClassDescriptionclassSimple implementation that uses an in-memory map of policies. -
Uses of AccessControlService in net.shibboleth.shared.service.security.impl
Classes in net.shibboleth.shared.service.security.impl that implement AccessControlServiceModifier and TypeClassDescriptionclassThis class uses theReloadableServiceconcept to implementAccessControlServiceto hide the details of pinning and unpinning the underlying service.classThis class wraps anAccessControlServicein aServiceableComponent.classThis class wraps anAccessControlServicein aServiceableComponent.Fields in net.shibboleth.shared.service.security.impl declared as AccessControlServiceModifier and TypeFieldDescriptionprivate final AccessControlServiceReloadingAccessControlService.serviceThe embedded service.private final AccessControlServiceServiceableAccessControlService.serviceThe embedded service.Fields in net.shibboleth.shared.service.security.impl with type parameters of type AccessControlServiceModifier and TypeFieldDescriptionprivate final ReloadableService<AccessControlService>DelegatingAccessControlService.serviceThe service which manages the reloading.Methods in net.shibboleth.shared.service.security.impl that return AccessControlServiceModifier and TypeMethodDescriptionReloadingAccessControlService.getComponent()Extract the component that does the actual work.ServiceableAccessControlService.getComponent()Extract the component that does the actual work.Constructors in net.shibboleth.shared.service.security.impl with parameters of type AccessControlServiceModifierConstructorDescriptionConstructor.Constructor.Constructor parameters in net.shibboleth.shared.service.security.impl with type arguments of type AccessControlServiceModifierConstructorDescriptionConstructor.