See: Description
Class | Description |
---|---|
OAuth2AuthenticationToken |
An implementation of an
AbstractAuthenticationToken
that represents an OAuth 2.0 Authentication . |
OAuth2AuthorizationCodeAuthenticationProvider |
An implementation of an
AuthenticationProvider for the OAuth 2.0 Authorization Code Grant. |
OAuth2AuthorizationCodeAuthenticationToken |
An
AbstractAuthenticationToken for the OAuth 2.0 Authorization Code Grant. |
OAuth2AuthorizationCodeReactiveAuthenticationManager |
An implementation of an
AuthenticationProvider for OAuth 2.0 Login,
which leverages the OAuth 2.0 Authorization Code Grant Flow. |
OAuth2LoginAuthenticationProvider |
An implementation of an
AuthenticationProvider for OAuth 2.0 Login,
which leverages the OAuth 2.0 Authorization Code Grant Flow. |
OAuth2LoginAuthenticationToken |
An
AbstractAuthenticationToken for OAuth 2.0 Login,
which leverages the OAuth 2.0 Authorization Code Grant Flow. |
OAuth2LoginReactiveAuthenticationManager |
An implementation of an
AuthenticationProvider for OAuth 2.0 Login,
which leverages the OAuth 2.0 Authorization Code Grant Flow. |