Uses of Interface
net.shibboleth.utilities.java.support.security.AccessControlService
-
Packages that use AccessControlService Package Description net.shibboleth.utilities.java.support.security.impl 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 AccessControlService Modifier and Type Class Description classBasicAccessControlServiceSimple implementation that uses an in-memory map of policies.classDelegatingAccessControlServiceThis class uses theReloadableServiceconcept to implementAccessControlServiceto hide the details of pinning and unpinning the underlying service.Fields in net.shibboleth.utilities.java.support.security.impl with type parameters of type AccessControlService Modifier and Type Field Description private ReloadableService<AccessControlService>DelegatingAccessControlService. serviceThe service which manages the reloading.Constructor parameters in net.shibboleth.utilities.java.support.security.impl with type arguments of type AccessControlService Constructor Description DelegatingAccessControlService(ReloadableService<AccessControlService> acService)Constructor.
-