| Interface | Description |
|---|---|
| Auth0Client |
Wrapper around API calls to retrieve tokens and user profile
|
| Class | Description |
|---|---|
| Auth0ClientImpl |
Wrapper implementation around Auth0 service calls
to retrieve UserProfile and Tokens information
|
| Auth0User |
Convenience wrapper around the Auth0 UserProfile
object (GSON) and implements Principal interface
|
| NonceFactory |
Create a token (nonce) that can be stored in State param
to correlate requests with callbacks and ensure validity.
|
| NonceUtils |
Convenience Utils methods for manipulating the nonce key/value pair held in state param
Used for CSRF protection - should always be sent with login request
|
| QueryParamUtils |
Convenience functions for querying / manipulating queryParams.
|
| SessionUtils |
Holds conveniences for getting / setting key session attributes
used as part of the library
|
| Tokens |
| Enum | Description |
|---|---|
| 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
|
Copyright © 2016. All Rights Reserved.