Uses of Interface
org.forgerock.oauth2.core.IntrospectableToken
-
Packages that use IntrospectableToken Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.oauth2.token.macaroon Functionality for issuing access and refresh token asMacaroon
s. -
-
Uses of IntrospectableToken in org.forgerock.oauth2.core
Subinterfaces of IntrospectableToken in org.forgerock.oauth2.core Modifier and Type Interface Description interface
AccessToken
Models an OAuth2 access token. -
Uses of IntrospectableToken in org.forgerock.openam.oauth2.token.macaroon
Classes in org.forgerock.openam.oauth2.token.macaroon with type parameters of type IntrospectableToken Modifier and Type Class Description class
MacaroonToken<T extends IntrospectableToken>
An OAuth2 access or refresh token that is represented as aMacaroon
.Classes in org.forgerock.openam.oauth2.token.macaroon that implement IntrospectableToken Modifier and Type Class Description class
MacaroonToken<T extends IntrospectableToken>
An OAuth2 access or refresh token that is represented as aMacaroon
.
-