| Class and 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
|
| Auth0AuthorityStrategy
The authority strategy being used
Would expect three possible types of strategy pertaining to "Role" info:
Groups, Roles, and Scope
For API Resource Server using JWT Tokens - `scope` is the default
Configurable via auth0.properties file
|
| Auth0CORSFilter |
| Auth0TokenHelper |
| Auth0UserDetails
Implementation of UserDetails in compliance with the decoded object returned by the Auth0 JWT
|
Copyright © 2016. All Rights Reserved.