Uses of Annotation Interface
org.forgerock.openam.annotations.Evolving
Package
Description
Provides classes for accessing the Identity Repository interfaces.
Functionality for issuing access and refresh token as
Macaroon
s.Package
Description
Classes and interfaces to create configurable secret store backends.
Functionality for issuing access and refresh token as
Macaroon
s.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
Modifier and TypeMethodDescriptionOptional<org.forgerock.openam.utils.PagingCookieControl>
IdSearchResults.getPagingCookieControl()
Get the paging cookie control that contains the cookie to accompany the search results.void
IdSearchResults.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.oauth2.token.macaroon
Modifier and TypeClassDescriptionclass
MacaroonToken<T extends IntrospectableToken>
An OAuth2 access or refresh token that is represented as aMacaroon
.Modifier 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.