Uses of Class
net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
Packages that use AbstractIdentifiableInitializableComponent Package Description net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects. -
-
Uses of AbstractIdentifiableInitializableComponent in net.shibboleth.utilities.java.support.scripting
Subclasses of AbstractIdentifiableInitializableComponent in net.shibboleth.utilities.java.support.scripting Modifier and Type Class Description classScriptedRunnableA Runnable which executes a script. -
Uses of AbstractIdentifiableInitializableComponent in net.shibboleth.utilities.java.support.security.impl
Subclasses of AbstractIdentifiableInitializableComponent in net.shibboleth.utilities.java.support.security.impl 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.classIPRangeAccessControlSimple access control implementation based on IP address checking. -
Uses of AbstractIdentifiableInitializableComponent in net.shibboleth.utilities.java.support.service
Subclasses of AbstractIdentifiableInitializableComponent in net.shibboleth.utilities.java.support.service Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService.
-