Uses of Class
net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
Packages that use AbstractIdentifiedInitializableComponent Package Description net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system.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 AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.component
Subclasses of AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.component Modifier and Type Class Description classAbstractIdentifiableInitializableComponentAnAbstractIdentifiedInitializableComponentwith a public setter. -
Uses of AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.scripting
Subclasses of AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.scripting Modifier and Type Class Description classScriptedRunnableA Runnable which executes a script. -
Uses of AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.security.impl
Subclasses of AbstractIdentifiedInitializableComponent 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 AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.service
Subclasses of AbstractIdentifiedInitializableComponent in net.shibboleth.utilities.java.support.service Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService.
-