Uses of Class
org.forgerock.oauth2.core.TokenInvalidator
-
Packages that use TokenInvalidator Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM. -
-
Uses of TokenInvalidator in org.forgerock.oauth2.core
Constructors in org.forgerock.oauth2.core with parameters of type TokenInvalidator Constructor Description AuthorizationCodeGrantTypeHandler(List<AuthorizationCodeRequestValidator> requestValidators, ClientAuthenticator clientAuthenticator, TokenStore tokenStore, TokenInvalidator tokenInvalidator, OAuth2ProviderSettingsFactory providerSettingsFactory, OAuth2UrisFactory urisFactory, GrantTypeAccessTokenGenerator accessTokenGenerator)Constructs a new AuthorizationCodeGrantTypeHandler.
-