| Package | Description |
|---|---|
| com.auth0.spring.security.api |
| 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
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
|
| Auth0CORSFilter |
| Auth0UserDetails
Implementation of UserDetails in compliance with the decoded object returned by the Auth0 JWT
|
Copyright © 2016. All Rights Reserved.