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.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 . |
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–2017. All rights reserved.