Uses of Interface
net.shibboleth.utilities.java.support.component.IdentifiableComponent
-
Packages that use IdentifiableComponent 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 IdentifiableComponent in net.shibboleth.utilities.java.support.component
Classes in net.shibboleth.utilities.java.support.component that implement IdentifiableComponent Modifier and Type Class Description classAbstractIdentifiableInitializableComponentAnAbstractIdentifiedInitializableComponentwith a public setter. -
Uses of IdentifiableComponent in net.shibboleth.utilities.java.support.scripting
Classes in net.shibboleth.utilities.java.support.scripting that implement IdentifiableComponent Modifier and Type Class Description classScriptedRunnableA Runnable which executes a script. -
Uses of IdentifiableComponent in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement IdentifiableComponent 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 IdentifiableComponent in net.shibboleth.utilities.java.support.service
Classes in net.shibboleth.utilities.java.support.service that implement IdentifiableComponent Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService.
-