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.security |
Helpers for common security related tasks.
|
net.shibboleth.utilities.java.support.service |
Service support for Shibbleth projects.
A service is something reloads instances of serviceable components. |
net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DestructableComponent
A component which can be destroyed and its resources reclaimed.
|
interface |
IdentifiableComponent
A
Component whose identifier can be set. |
interface |
IdentifiedComponent
A
Component which has an identifier. |
interface |
InitializableComponent
A
Component which needs to be initialized prior to any "real" use. |
interface |
UnmodifiableComponent
A marker interface for components that may be put in to an unmodifiable state and, if a modification is attempted
afterwards, throws
UnmodifiableComponentException . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifiableInitializableComponent
An
AbstractIdentifiedInitializableComponent with a public setter. |
class |
AbstractIdentifiedInitializableComponent
Simple implementation of
InitializableComponent and IdentifiedComponent . |
class |
AbstractInitializableComponent
Base class for things that implement
DestructableComponent and InitializableComponent . |
Modifier and Type | Class and Description |
---|---|
static class |
FileCachingHttpClientBuilder.StorageManagingHttpClient
Class which wraps a caching instance of
CloseableHttpClient and its associated
ManagedHttpCacheStorage , and manages the scheduled maintenance and lifecycle of the latter. |
class |
IdleConnectionSweeper
A utility that periodically closes idle connections held by an
HttpClientConnectionManager . |
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 |
AccessControlService
A component that supplies
AccessControl instances identified by a policy name. |
Modifier and Type | Class and Description |
---|---|
class |
BasicAccessControlService
Simple implementation that uses an in-memory map of policies.
|
class |
BasicKeystoreKeyStrategy
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 |
DataSealer
Applies a MAC to time-limited information and encrypts with a symmetric key.
|
class |
DelegatingAccessControlService
This class uses the
ReloadableService concept to implement AccessControlService
to hide the details of pinning and unpinning the underlying service. |
class |
IPRangeAccessControl
Simple access control implementation based on IP address checking.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReloadableService<T>
A service that supports reloading its configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReloadableService<T>
Base class for
ReloadableService . |
Modifier and Type | Class and Description |
---|---|
class |
BasicParserPool
A pool of JAXP 1.3
DocumentBuilder s. |
Copyright © 1999–2018. All rights reserved.