Uses of Class
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
Packages that use AbstractInitializableComponent
Package
Description
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
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 AbstractInitializableComponent in net.shibboleth.utilities.java.support.component
Modifier and TypeClassDescriptionclass
AnAbstractIdentifiedInitializableComponent
with a public setter.class
Simple implementation ofInitializableComponent
andIdentifiedComponent
. -
Uses of AbstractInitializableComponent in net.shibboleth.utilities.java.support.net
Subclasses of AbstractInitializableComponent in net.shibboleth.utilities.java.support.netModifier and TypeClassDescriptionfinal class
A helper class for managing one or more cookies on behalf of a component. -
Uses of AbstractInitializableComponent in net.shibboleth.utilities.java.support.scripting
Modifier 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 AbstractInitializableComponent in net.shibboleth.utilities.java.support.security
Modifier and TypeClassDescriptionclass
Applies a MAC to time-limited information and encrypts with a symmetric key. -
Uses of AbstractInitializableComponent in net.shibboleth.utilities.java.support.security.impl
Modifier 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 AbstractInitializableComponent in net.shibboleth.utilities.java.support.service
-
Uses of AbstractInitializableComponent in net.shibboleth.utilities.java.support.xml
Subclasses of AbstractInitializableComponent in net.shibboleth.utilities.java.support.xml