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 | 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 | Method and Description |
---|---|
static void |
ComponentSupport.ifDestroyedThrowDestroyedComponentException(DestructableComponent component)
Checks if a component is destroyed and, if so, throws a
DestroyedComponentException . |
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 | 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 | 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.