| Class | Description |
|---|---|
| CustomSerializingTranscoder | |
| RestAuthenticationFailureHandler | Sets the configured status code. |
| RestAuthenticationFilter | This filter starts the initial authentication flow. |
| RestAuthenticationProvider | Authenticates a request based on the token passed. |
| RestAuthenticationSuccessHandler | Generates a JSON response using a AccessTokenJsonRenderer. |
| RestLogoutFilter | Filter exposing an endpoint for deleting tokens. |
| RestOauthController | |
| RestOauthService | Deals with pac4j library to fetch a user profile from the selected OAuth provider, and stores it on the security context |
| RestTokenValidationFilter | This filter starts the token validation flow. |