| Class | Description |
|---|---|
| Auth0AuthenticationEntryPoint | |
| Auth0AuthenticationFilter |
Filter responsible to intercept the JWT in the HTTP header and attempt an authentication.
|
| Auth0AuthenticationProvider |
Class that verifies the JWT token and when valid, it will set
the userdetails in the authentication object
|
| Auth0CORSFilter | |
| Auth0JWTToken |
Implements the org.springframework.security.core.Authentication interface.
|
| Auth0SecurityConfig |
Auth0 Security Config that wires together dependencies required
Applications are expected to extend this Config
|
| Auth0UserDetails |
Implementation of UserDetails in compliance with the decoded object returned by the Auth0 JWT
|
| Enum | Description |
|---|---|
| Auth0AuthorityStrategy |
The authority strategy being used
Three possible types of strategy pertaining to "Role" info are built in:
Groups, Roles, and Scope
For API Resource Server using JWT Tokens - `scope` is the default
|
| Exception | Description |
|---|---|
| Auth0TokenException |
Copyright © 2016. All Rights Reserved.