| AbstractOAuth2TokenAuthenticator |
Abstract class for several specific OAuth2 grant type implementations.
|
| DefaultAuthenticator |
Internal do-nothing Authenticator which is used if a connector
does not specify an authenticator using setAuthenticator() in its constructor.
|
| DirectAccessTokenAuthenticator |
|
| JWTAuthenticator |
Abstract class for JWT authenticators.
|
| JWTHS256Authenticator |
This implementation performs the HS256 strategy.
|
| JWTRS256Authenticator |
This JWT authenticator implementation performs the HS256 strategy.
|
| OAuth2TokenAuthorizationCodeAuthenticator |
This implementation performs the OAuth2 "authorization_code" grant type.
|
| OAuth2TokenClientCredentialsAuthenticator |
This implementation performs the OAuth2 "client_credentials" grant type.
|
| OAuth2TokenJWTAuthenticator |
This implementation performs the OAuth2 "jwt-bearer" grant type.
|
| OAuth2TokenPasswordAuthenticator |
This implementation performs the OAuth2 "password" grant type.
|
| OAuth2TokenRefreshTokenAuthenticator |
This implementation performs the OAuth2 "refresh_token" grant type.
|