See: Description
| Interface | Description |
|---|---|
| CipherProvider |
Abstract factory for obtaining
Cipher instances. |
| Config<T> |
Simple interface class for lazily retrieving configuration objects.
|
| DocumentBuilderProvider |
Abstract factory interface for supplying configured
DocumentBuilder instances. |
| SAXParserProvider |
Abstract factory interface for constructing
SAXParser instances. |
| TransformerFactoryProvider |
Abstract factory for obtaining
TransformerFactory instances. |
| Class | Description |
|---|---|
| AMKeyProvider |
Implementation of a
KeyProvider interface for retrieving X509 Certificates and private
keys from the user data store. |
| AttributeUtils |
A utility class to simplify dealing with attributes flagged as static or binary.
|
| BundleUtils |
Utility methods for dealing with
ResourceBundles. |
| ClientUtils |
Shared utility class for HTTP Clients.
|
| CollectionUtils |
A simple utility class to simplify interactions with collections.
|
| CrestQuery |
This class was created to handle queries made via CREST that can provide either a _queryID (String) or a
_queryFilter (QueryFilter<JsonPointer>) to search for.
|
| IOUtils |
Utility class for handling I/O streams.
|
| JCECipherProvider |
A
CipherProvider that gets queries from the underlying Java Cryptographic Extension (JCE) facilities,
via Cipher.getInstance(String, Provider). |
| JsonArray |
A Builder class for creating json array objects.
|
| JsonObject |
A Builder class for creating JsonValues for json objects.
|
| JsonValueBuilder |
Builder factory class for a fluent way of creating JsonValue objects.
|
| MapHelper |
Utility class for operations on
Maps. |
| MappingUtils |
Utility method for parsing mappings.
|
| PerThreadCache<T,E extends Exception> |
Provides caching of some expensive objects in a per-thread LRU cache for performance.
|
| PerThreadCipherProvider |
A
CipherProvider that caches ciphers in per-thread storage. |
| Providers |
Static factory methods for getting pre-configured provider instances.
|
| SingleValueMapper<K,V> |
A utility collection which maintains mappings for any given value.
|
| StringUtils |
Utility class for handling Strings.
|
| TimeDuration |
Simple Class to Provide Time Duration Calculation for certain
events within the OpenAM framework.
|
| TimeUtils |
A collection of static immutable time functions.
|
| ValidateIPaddress |
Validates IP V4 and V6 addresses.
|
| Enum | Description |
|---|---|
| Time |
The source of all time-based information in OpenAM.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.