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 asMacaroon
s. -
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 asMacaroon
s.org.forgerock.openam.saml2.plugins This package contains the API for writing SAML federation plugins.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 class
MacaroonToken<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 T
MacaroonToken. addFirstPartyCaveat(byte[] caveat)
Adds a first-party caveat to the access token macaroon.T
MacaroonToken. addFirstPartyCaveat(String caveat)
Adds a first-party caveat to the access token macaroon.T
MacaroonToken. addFirstPartyCaveat(JsonValue caveat)
Adds a first-party caveat to the access token macaroon.T
MacaroonToken. addThirdPartyCaveat(String location, SecretKey caveatKey, byte[] caveat)
Adds a third-party caveat to a macaroon.T
MacaroonToken. addThirdPartyCaveat(String location, SecretKey caveatKey, String caveat)
Adds a third-party caveat to a macaroon.
-