Uses of Interface
net.shibboleth.utilities.java.support.component.DestructableComponent
Packages that use DestructableComponent
Package
Description
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
Classes for working with Apache HttpClient.
Classes for working with HTTP URLs and the protocol.
Classes for working with JSR-223 scripting environments.
Helpers for common security related tasks.
Implementations of security interfaces.
Service support for Shibboleth projects.
A set of helper functions for performing actions on DOM nodes.
-
Uses of DestructableComponent in net.shibboleth.utilities.java.support.component
Classes in net.shibboleth.utilities.java.support.component that implement DestructableComponentModifier and TypeClassDescriptionclassAnAbstractIdentifiedInitializableComponentwith a public setter.classSimple implementation ofInitializableComponentandIdentifiedComponent.classBase class for things that implementDestructableComponentandInitializableComponent.Methods in net.shibboleth.utilities.java.support.component with parameters of type DestructableComponentModifier and TypeMethodDescriptionstatic voidComponentSupport.ifDestroyedThrowDestroyedComponentException(DestructableComponent component) Checks if a component is destroyed and, if so, throws aDestroyedComponentException. -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.httpclient
Classes in net.shibboleth.utilities.java.support.httpclient that implement DestructableComponentModifier and TypeClassDescriptionprivate static classClass which wraps a caching instance ofCloseableHttpClientand its associatedManagedHttpCacheStorage, and manages the scheduled maintenance and lifecycle of the latter.classA utility that periodically closes idle connections held by anHttpClientConnectionManager. -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.net
Classes in net.shibboleth.utilities.java.support.net that implement DestructableComponentModifier and TypeClassDescriptionfinal classA helper class for managing one or more cookies on behalf of a component. -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.scripting
Classes in net.shibboleth.utilities.java.support.scripting that implement DestructableComponentModifier and TypeClassDescriptionfinal classThis is a helper class that takes care of reading in, optionally compiling, and evaluating a script.classA Runnable which executes a script. -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.security
Classes in net.shibboleth.utilities.java.support.security that implement DestructableComponentModifier and TypeClassDescriptionclassApplies a MAC to time-limited information and encrypts with a symmetric key. -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement DestructableComponentModifier and TypeClassDescriptionclassSimple implementation that uses an in-memory map of policies.classImplements 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.classThis class uses theReloadableServiceconcept to implementAccessControlServiceto hide the details of pinning and unpinning the underlying service.classSimple access control implementation based on IP address checking.classImplements a strategy for access to versioned symmetric keys using scripts. -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.service
Classes in net.shibboleth.utilities.java.support.service that implement DestructableComponent -
Uses of DestructableComponent in net.shibboleth.utilities.java.support.xml
Classes in net.shibboleth.utilities.java.support.xml that implement DestructableComponent