Uses of Interface
net.shibboleth.utilities.java.support.component.InitializableComponent
-
Packages that use InitializableComponent 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.httpclient Classes for working with Apache HttpClient.net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.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.net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. -
-
Uses of InitializableComponent in net.shibboleth.utilities.java.support.component
Classes in net.shibboleth.utilities.java.support.component that implement InitializableComponent Modifier and Type Class Description classAbstractIdentifiableInitializableComponentAnAbstractIdentifiedInitializableComponentwith a public setter.classAbstractIdentifiedInitializableComponentSimple implementation ofInitializableComponentandIdentifiedComponent.classAbstractInitializableComponentBase class for things that implementDestructableComponentandInitializableComponent.Methods in net.shibboleth.utilities.java.support.component with parameters of type InitializableComponent Modifier and Type Method Description static voidComponentSupport. ifInitializedThrowUnmodifiabledComponentException(InitializableComponent component)Checks if a component has been initialized and, if so, throws aUnmodifiableComponentException.static voidComponentSupport. ifNotInitializedThrowUninitializedComponentException(InitializableComponent component)Checks if a component has not been initialized and, if so, throw)s aUninitializedComponentException. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.httpclient
Classes in net.shibboleth.utilities.java.support.httpclient that implement InitializableComponent Modifier and Type Class Description private static classFileCachingHttpClientBuilder.StorageManagingHttpClientClass which wraps a caching instance ofCloseableHttpClientand its associatedManagedHttpCacheStorage, and manages the scheduled maintenance and lifecycle of the latter. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.net
Classes in net.shibboleth.utilities.java.support.net that implement InitializableComponent Modifier and Type Class Description classCookieManagerA helper class for managing one or more cookies on behalf of a component. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.scripting
Classes in net.shibboleth.utilities.java.support.scripting that implement InitializableComponent Modifier and Type Class Description classEvaluableScriptThis is a helper class that takes care of reading in, optionally compiling, and evaluating a script.classScriptedRunnableA Runnable which executes a script. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.security
Subinterfaces of InitializableComponent in net.shibboleth.utilities.java.support.security Modifier and Type Interface Description interfaceAccessControlServiceA component that suppliesAccessControlinstances identified by a policy name.Classes in net.shibboleth.utilities.java.support.security that implement InitializableComponent Modifier and Type Class Description classDataSealerApplies a MAC to time-limited information and encrypts with a symmetric key. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement InitializableComponent Modifier and Type Class Description classBasicAccessControlServiceSimple implementation that uses an in-memory map of policies.classBasicKeystoreKeyStrategyImplements a strategy for access to versioned symmetric keys using a keystore, and a standalone file for tracking the latest key version, to compensate for the lack of extensible attribute support in the pre-Java 8 KeyStore API.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.classScriptedKeyStrategyImplements a strategy for access to versioned symmetric keys using scripts. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.service
Subinterfaces of InitializableComponent in net.shibboleth.utilities.java.support.service Modifier and Type Interface Description interfaceReloadableService<T>A service that supports reloading its configuration.Classes in net.shibboleth.utilities.java.support.service that implement InitializableComponent Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService. -
Uses of InitializableComponent in net.shibboleth.utilities.java.support.xml
Classes in net.shibboleth.utilities.java.support.xml that implement InitializableComponent Modifier and Type Class Description classBasicParserPoolA pool of JAXP 1.3DocumentBuilders.
-