Uses of Interface
org.forgerock.oauth2.core.TokenIntrospectionHandler
-
Packages that use TokenIntrospectionHandler Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.uma -
-
Uses of TokenIntrospectionHandler in org.forgerock.oauth2.core
Classes in org.forgerock.oauth2.core that implement TokenIntrospectionHandler Modifier and Type Class Description classOAuth2TokenIntrospectionHandlerConstructor parameters in org.forgerock.oauth2.core with type arguments of type TokenIntrospectionHandler Constructor Description TokenIntrospectionService(ClientAuthenticator clientAuthenticator, Set<TokenIntrospectionHandler> handlers, OAuth2UrisFactory urisFactory) -
Uses of TokenIntrospectionHandler in org.forgerock.openam.uma
Classes in org.forgerock.openam.uma that implement TokenIntrospectionHandler Modifier and Type Class Description classUmaTokenIntrospectionHandlerAn introspection handler for UMA RPT tokens.
-