Uses of Class
org.forgerock.openam.annotations.EvolvingAll
-
Packages that use EvolvingAll Package Description com.sun.identity.saml2.common Defines common SAMLv2 utilities and constants.com.sun.identity.saml2.plugins.scripted Contains classes to be used by the SAML2 scripted plugins.org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes.org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets.org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends. -
-
Uses of EvolvingAll in com.sun.identity.saml2.common
Classes in com.sun.identity.saml2.common with annotations of type EvolvingAll Modifier and Type Class Description class
SAML2InvalidUserException
This class is an extension point for invalid usernames in the SAML flow. -
Uses of EvolvingAll in com.sun.identity.saml2.plugins.scripted
Classes in com.sun.identity.saml2.plugins.scripted with annotations of type EvolvingAll Modifier and Type Class Description class
IdpAdapterScriptHelper
Provides helper functions for IDP Adapter Script Implementations.class
IdpAttributeMapperScriptHelper
This class exposes methods that are only intended to be used by IDP Attribute Mapper script types.class
ScriptEntitlementInfo
This class wraps around anEntitlementInfo
object for consumption in scripts. -
Uses of EvolvingAll in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api with annotations of type EvolvingAll Modifier and Type Class Description class
SuspendedTextOutputCallback
Suspended text output callback extendsTextOutputCallback
to allow a custom message to be displayed to the user whilst informing the client that the current auth flow has been suspended.interface
SuspensionHandler
This handler interface allows authentication nodes to suspend authentication and send a unique ID out of band to the end-user. -
Uses of EvolvingAll in org.forgerock.openam.secrets
Classes in org.forgerock.openam.secrets with annotations of type EvolvingAll Modifier and Type Interface Description interface
BaseSecretStoreProvider
A marker interface for types that provider secret store implementations.class
DefaultingPurpose<S extends Secret>
A purpose that can fallback to a default secret ID if the first - more specific - secret ID could not be found in the secrets provider.interface
KeyStoreKeyIdProvider
This interface allows customization of the key ID values associated with public keys stored inKeyStoreSecretStore
s.interface
LockedSecretStoreProvider
A provider of commonsSecretStore
instances.class
SecretConfigurationException
An exception that occured when reading the configuration of the secret API.class
SecretException
A class of exception arising from use of the secrets API.class
SecretIdChoiceValues
AChoiceValues
implementation that fetches the names of all known purposes.interface
SecretIdProvider
This interface allows AM's modules/components to easily expose which secret IDs they are using.class
SecretInitialisationException
An exception that occurred when initialising the secret API.class
SecretInstantiationException
An exception that represents an inability to instantiate a secret object.class
Secrets
The top-level API to obtain secrets in AM.class
SecretsProviderFacade
A facade aroundSecretsProvider
instances from the realm and global levels that will delegate correctly to the global provider when a secret is not found in the realm, and knows how to resolve secrets for aDefaultingPurpose
.class
SecretsReferenceProvider
A class that can provide secret references for a given purpose.class
SecretStoreContext
Encapsulates the context in which a secret store is being instantiated.class
SecretsUtils
Utility methods for dealing with secrets.interface
SimpleSecretStoreProvider
Provides instances of the commons secretsSecretStore
without needing references to other secrets.class
UnavailableSecretReferenceException
An exception that occured when a secret reference is not available. -
Uses of EvolvingAll in org.forgerock.openam.secrets.config
Classes in org.forgerock.openam.secrets.config with annotations of type EvolvingAll Modifier and Type Interface Description interface
GoogleSecretManagerSecretStoreProvider
Provides support for fetching secrets from Google Secret Manager.interface
KeyStoreBasedSecretStoreProvider
An abstraction of initialising a keystore-basedBaseSecretStoreProvider
.class
PropertyFormat
Supported property formats for file-based and system/environment variable properties.interface
PurposeMapping
A mapping of purpose to alias with a valid-from date.class
PurposeMappingValidator
This validator makes sure that the secret mappings have both the alias and the secret ID specified, and additionally it verifies that there is no other secret mapping in the configuration already for the same secret ID.class
SingleAliasPurposeMappingValidator
Validates purpose mappings for theGoogleKeyManagementServiceSecretStore
andGoogleSecretManagerSecretStoreProvider
.
-