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.saml2.plugins This package contains the API for writing SAML federation plugins.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 classSAML2InvalidUserExceptionThis 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 classIdpAdapterScriptHelperProvides helper functions for IDP Adapter Script Implementations.classIdpAttributeMapperScriptHelperThis class exposes methods that are only intended to be used by IDP Attribute Mapper script types.classScriptEntitlementInfoThis class wraps around anEntitlementInfoobject for consumption in scripts.classSpAdapterScriptHelperProvides helper functions for SP Adapter Script Implementations. -
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 classSuspendedTextOutputCallbackSuspended text output callback extendsTextOutputCallbackto allow a custom message to be displayed to the user whilst informing the client that the current auth flow has been suspended.interfaceSuspensionHandlerThis 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.saml2.plugins
Classes in org.forgerock.openam.saml2.plugins with annotations of type EvolvingAll Modifier and Type Interface Description interfaceFedletAdapterTheFedletAdapterPluginabstract class provides methods that could be extended to perform user specific logics during SAMLv2 protocol processing on the Service Provider side.interfaceIDPAdapterThis interfaceIDPAdapteris used to perform specific tasks in the IdP.interfaceIDPFinderThis interfaceIDPFinderis used to find a list of preferred Identity Authenticating providers to service the authentication request.interfaceInitializablePluginAll the SAML federation plugins that need to be initialized should extend this.interfaceSAMLPluginThe marker interface that all the federation plugins should extend from.interfaceSPAdapterTheSPAdapterPluginprovides contracts to perform user specific logics during SAMLv2 protocol processing on the Service Provider side. -
Uses of EvolvingAll in org.forgerock.openam.secrets
Classes in org.forgerock.openam.secrets with annotations of type EvolvingAll Modifier and Type Interface Description interfaceBaseSecretStoreProviderA marker interface for types that provider secret store implementations.classDefaultingPurpose<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.interfaceKeyStoreKeyIdProviderThis interface allows customization of the key ID values associated with public keys stored inKeyStoreSecretStores.interfaceLockedSecretStoreProviderA provider of commonsSecretStoreinstances.classSecretConfigurationExceptionAn exception that occured when reading the configuration of the secret API.classSecretExceptionA class of exception arising from use of the secrets API.classSecretIdChoiceValuesAChoiceValuesimplementation that fetches the names of all known purposes.interfaceSecretIdProviderThis interface allows AM's modules/components to easily expose which secret IDs they are using.classSecretInitialisationExceptionAn exception that occurred when initialising the secret API.classSecretInstantiationExceptionAn exception that represents an inability to instantiate a secret object.classSecretsThe top-level API to obtain secrets in AM.classSecretsProviderFacadeA facade aroundSecretsProviderinstances 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.classSecretsReferenceProviderA class that can provide secret references for a given purpose.classSecretStoreContextEncapsulates the context in which a secret store is being instantiated.classSecretsUtilsUtility methods for dealing with secrets.interfaceSimpleSecretStoreProviderProvides instances of the commons secretsSecretStorewithout needing references to other secrets.classUnavailableSecretReferenceExceptionAn 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 interfaceGoogleSecretManagerSecretStoreProviderProvides support for fetching secrets from Google Secret Manager.interfaceKeyStoreBasedSecretStoreProviderAn abstraction of initialising a keystore-basedBaseSecretStoreProvider.classPropertyFormatSupported property formats for file-based and system/environment variable properties.interfacePurposeMappingA mapping of purpose to alias with a valid-from date.classPurposeMappingValidatorThis 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.classSingleAliasPurposeMappingValidatorValidates purpose mappings for theGoogleKeyManagementServiceSecretStoreandGoogleSecretManagerSecretStoreProvider.
-