AccessTokenService(Map<String,GrantTypeHandler> grantTypeHandlers,
ClientAuthenticator clientAuthenticator,
TokenStore tokenStore,
OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory urisFactory,
ConfirmationKeyValidator confirmationKeyValidator)
Constructs a new AccessTokenServiceImpl.
|
AuthorizationCodeGrantTypeHandler(List<AuthorizationCodeRequestValidator> requestValidators,
ClientAuthenticator clientAuthenticator,
TokenStore tokenStore,
TokenInvalidator tokenInvalidator,
OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory urisFactory,
GrantTypeAccessTokenGenerator accessTokenGenerator)
Constructs a new AuthorizationCodeGrantTypeHandler.
|
ClientCredentialsGrantTypeHandler(ClientAuthenticator clientAuthenticator,
List<ClientCredentialsRequestValidator> requestValidators,
TokenStore tokenStore,
OAuth2UrisFactory urisFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory)
Constructs a new ClientCredentialsGrantTypeHandler.
|
DeviceCodeGrantTypeHandler(OAuth2ProviderSettingsFactory providerSettingsFactory,
ClientAuthenticator clientAuthenticator,
TokenStore tokenStore,
ClientRegistrationStore clientRegistrationStore,
ClientAuthenticationFailureFactory failureFactory,
OAuth2UrisFactory urisFactory,
GrantTypeAccessTokenGenerator accessTokenGenerator) |
GrantTypeHandler(OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory urisFactory,
ClientAuthenticator clientAuthenticator) |
JwtBearerGrantTypeHandler(ClientAuthenticator clientAuthenticator,
TokenStore tokenStore,
OAuth2UrisFactory urisFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory) |
PasswordCredentialsGrantTypeHandler(ClientAuthenticator clientAuthenticator,
List<PasswordCredentialsRequestValidator> requestValidators,
ResourceOwnerAuthenticator resourceOwnerAuthenticator,
OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory urisFactory,
TokenStore tokenStore)
Constructs a new PasswordCredentialsGrantTypeHandler.
|
TokenIntrospectionService(ClientAuthenticator clientAuthenticator,
Set<TokenIntrospectionHandler> handlers,
OAuth2UrisFactory urisFactory) |