Uses of Annotation Interface
org.forgerock.openam.annotations.Evolving
Packages that use Evolving
Package
Description
Provides classes for accessing the Identity Repository interfaces.
Package for the AM Authentication Nodes API.
APIs for upgrading node versions.
Package containing exceptions related to node upgrades.
Functionality for issuing access and refresh token as
Macaroons.Packages with annotations of type Evolving
Package
Description
Classes and interfaces to create configurable secret store backends.
Package containing exceptions related to node upgrades.
Functionality for issuing access and refresh token as
Macaroons.This package contains the API for writing SAML federation plugins.
Contains classes to be used by the SAML2 scripted plugins.
The AM supporting classes for centrally configuring secrets.
-
Uses of Evolving in com.sun.identity.idm
Methods in com.sun.identity.idm with annotations of type EvolvingModifier and TypeMethodDescriptionOptional<org.forgerock.openam.utils.PagingCookieControl>IdSearchResults.getPagingCookieControl()Get the paging cookie control that contains the cookie to accompany the search results.voidIdSearchResults.setPagingCookieControl(org.forgerock.openam.utils.PagingCookieControl pagingCookieControl) Set the paging cookie control that contains the cookie to accompany the search results. -
Uses of Evolving in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api with annotations of type EvolvingModifier and TypeClassDescriptionstatic @interfaceAn annotation that describes the version metadata of the node. -
Uses of Evolving in org.forgerock.openam.auth.node.api.upgrade
Classes in org.forgerock.openam.auth.node.api.upgrade with annotations of type EvolvingModifier and TypeClassDescriptionstatic @interfaceMetadata annotation for the upgrader.final classVoid implementation of theNodeVersionUpgraderinterface.classThis class represents an unsupported upgrade operation for a node. -
Uses of Evolving in org.forgerock.openam.auth.node.api.upgrade.exception
Classes in org.forgerock.openam.auth.node.api.upgrade.exception with annotations of type EvolvingModifier and TypeClassDescriptionfinal classException thrown when the configuration supplied for a node upgrade is invalid.classException thrown when a node upgrade fails.classException thrown when the upgrade operation is unsupported.final classException thrown when a node upgrade fails.Constructors in org.forgerock.openam.auth.node.api.upgrade.exception with annotations of type EvolvingModifierConstructorDescriptionConstructs a newInvalidUpgradeConfigException.Constructs a newUnsupportedUpgradeException.Constructs a newUpgradeFailedException.UpgradeFailedException(Exception cause) Constructs a newUpgradeFailedException. -
Uses of Evolving in org.forgerock.openam.oauth2.token.macaroon
Classes in org.forgerock.openam.oauth2.token.macaroon with annotations of type EvolvingModifier and TypeClassDescriptionclassMacaroonToken<T extends IntrospectableToken>An OAuth2 access or refresh token that is represented as aMacaroon.Methods in org.forgerock.openam.oauth2.token.macaroon with annotations of type EvolvingModifier and TypeMethodDescriptionMacaroonToken.addFirstPartyCaveat(byte[] caveat) Adds a first-party caveat to the access token macaroon.MacaroonToken.addFirstPartyCaveat(String caveat) Adds a first-party caveat to the access token macaroon.MacaroonToken.addFirstPartyCaveat(JsonValue caveat) Adds a first-party caveat to the access token macaroon.MacaroonToken.addThirdPartyCaveat(String location, SecretKey caveatKey, byte[] caveat) Adds a third-party caveat to a macaroon.MacaroonToken.addThirdPartyCaveat(String location, SecretKey caveatKey, String caveat) Adds a third-party caveat to a macaroon.