Uses of Class
org.forgerock.openam.annotations.Evolving
-
Packages that use Evolving Package Description org.forgerock.openam.oauth2.token.macaroon Functionality for issuing access and refresh token asMacaroons. -
Packages with annotations of type Evolving Package Description org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends.org.forgerock.openam.oauth2.token.macaroon Functionality for issuing access and refresh token asMacaroons.com.sun.identity.saml2.plugins.scripted Contains classes to be used by the SAML2 scripted plugins.org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets. -
-
Uses of Evolving in org.forgerock.openam.oauth2.token.macaroon
Classes in org.forgerock.openam.oauth2.token.macaroon with annotations of type Evolving Modifier and Type Class Description classMacaroonToken<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 Evolving Modifier and Type Method Description TMacaroonToken. addFirstPartyCaveat(byte[] caveat)Adds a first-party caveat to the access token macaroon.TMacaroonToken. addFirstPartyCaveat(String caveat)Adds a first-party caveat to the access token macaroon.TMacaroonToken. addFirstPartyCaveat(JsonValue caveat)Adds a first-party caveat to the access token macaroon.TMacaroonToken. addThirdPartyCaveat(String location, SecretKey caveatKey, byte[] caveat)Adds a third-party caveat to a macaroon.TMacaroonToken. addThirdPartyCaveat(String location, SecretKey caveatKey, String caveat)Adds a third-party caveat to a macaroon.
-