Uses of Interface
net.shibboleth.utilities.java.support.component.IdentifiedComponent
-
Packages that use IdentifiedComponent 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 Helpers for common security related tasks.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects. -
-
Uses of IdentifiedComponent in net.shibboleth.utilities.java.support.component
Subinterfaces of IdentifiedComponent in net.shibboleth.utilities.java.support.component Modifier and Type Interface Description interfaceIdentifiableComponentAComponentwhose identifier can be set.Classes in net.shibboleth.utilities.java.support.component that implement IdentifiedComponent Modifier and Type Class Description classAbstractIdentifiableInitializableComponentAnAbstractIdentifiedInitializableComponentwith a public setter.classAbstractIdentifiedInitializableComponentSimple implementation ofInitializableComponentandIdentifiedComponent. -
Uses of IdentifiedComponent in net.shibboleth.utilities.java.support.scripting
Classes in net.shibboleth.utilities.java.support.scripting that implement IdentifiedComponent Modifier and Type Class Description classScriptedRunnableA Runnable which executes a script. -
Uses of IdentifiedComponent in net.shibboleth.utilities.java.support.security
Subinterfaces of IdentifiedComponent in net.shibboleth.utilities.java.support.security Modifier and Type Interface Description interfaceAccessControlServiceA component that suppliesAccessControlinstances identified by a policy name. -
Uses of IdentifiedComponent in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement IdentifiedComponent 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 IdentifiedComponent in net.shibboleth.utilities.java.support.service
Classes in net.shibboleth.utilities.java.support.service that implement IdentifiedComponent Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService.
-