| 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.resource |
Classes for reading in documents/files/data.
|
| net.shibboleth.utilities.java.support.security |
Helpers for common security related tasks.
|
| net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDestructableIdentifiableInitializableComponent
Base class for components implementing
DestructableComponent, IdentifiableComponent and
InitializableComponent. |
class |
AbstractDestructableInitializableComponent
Base class for things that implement
DestructableComponent and InitializableComponent. |
class |
AbstractIdentifiableInitializableComponent
Simple implementation of
InitializableComponent and IdentifiableComponent. |
class |
AbstractInitializableComponent
Base class for things that implement
InitializableComponent. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(InitializableComponent component)
Checks if a component has been initialized and, if so, throws a
UnmodifiableComponentException. |
static void |
ComponentSupport.ifNotInitializedThrowUninitializedComponentException(InitializableComponent component)
Checks if a component has not been initialized and, if so, throws a
UninitializedComponentException. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpResource
A resource that fetches data from a remote source via HTTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CookieManager
A helper class for managing one or more cookies on behalf of a component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Resource
An interface representing a data resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResource
Base class for resources.
|
class |
ClasspathResource
A resource which reads data from the classpath.
|
class |
FilesystemResource
An
Resource that reads data from a filesystem file. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSealer
Applies a MAC to time-limited information and encrypts with a symmetric key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicParserPool
A pool of JAXP 1.3
DocumentBuilders. |
Copyright © 1999-2013. All Rights Reserved.