Uses of Interface
net.shibboleth.utilities.java.support.component.Component
Packages that use Component
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 Component in net.shibboleth.utilities.java.support.component
Subinterfaces of Component in net.shibboleth.utilities.java.support.componentModifier and TypeInterfaceDescriptioninterface
A component which can be destroyed and its resources reclaimed.interface
AComponent
whose identifier can be set.interface
AComponent
which has an identifier.interface
AComponent
which needs to be initialized prior to any "real" use.interface
A marker interface for components that may be put in to an unmodifiable state and, if a modification is attempted afterwards, throwsUnmodifiableComponentException
.Classes in net.shibboleth.utilities.java.support.component that implement ComponentModifier and TypeClassDescriptionclass
AnAbstractIdentifiedInitializableComponent
with a public setter.class
Simple implementation ofInitializableComponent
andIdentifiedComponent
.class
Base class for things that implementDestructableComponent
andInitializableComponent
. -
Uses of Component in net.shibboleth.utilities.java.support.httpclient
Classes in net.shibboleth.utilities.java.support.httpclient that implement ComponentModifier and TypeClassDescriptionprivate static class
Class which wraps a caching instance ofCloseableHttpClient
and its associatedManagedHttpCacheStorage
, and manages the scheduled maintenance and lifecycle of the latter.class
A utility that periodically closes idle connections held by anHttpClientConnectionManager
. -
Uses of Component in net.shibboleth.utilities.java.support.net
Classes in net.shibboleth.utilities.java.support.net that implement ComponentModifier and TypeClassDescriptionfinal class
A helper class for managing one or more cookies on behalf of a component. -
Uses of Component in net.shibboleth.utilities.java.support.scripting
Classes in net.shibboleth.utilities.java.support.scripting that implement ComponentModifier and TypeClassDescriptionfinal class
This is a helper class that takes care of reading in, optionally compiling, and evaluating a script.class
A Runnable which executes a script. -
Uses of Component in net.shibboleth.utilities.java.support.security
Subinterfaces of Component in net.shibboleth.utilities.java.support.securityModifier and TypeInterfaceDescriptioninterface
A component that suppliesAccessControl
instances identified by a policy name.Classes in net.shibboleth.utilities.java.support.security that implement ComponentModifier and TypeClassDescriptionclass
Applies a MAC to time-limited information and encrypts with a symmetric key. -
Uses of Component in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement ComponentModifier and TypeClassDescriptionclass
Simple implementation that uses an in-memory map of policies.class
Implements 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.class
This class uses theReloadableService
concept to implementAccessControlService
to hide the details of pinning and unpinning the underlying service.class
Simple access control implementation based on IP address checking.class
Implements a strategy for access to versioned symmetric keys using scripts. -
Uses of Component in net.shibboleth.utilities.java.support.service
Subinterfaces of Component in net.shibboleth.utilities.java.support.serviceModifier and TypeInterfaceDescriptioninterface
A service that supports reloading its configuration.Classes in net.shibboleth.utilities.java.support.service that implement Component -
Uses of Component in net.shibboleth.utilities.java.support.xml
Classes in net.shibboleth.utilities.java.support.xml that implement Component