Skip navigation links
A C E G H I K M N P Q R S T V 

A

addNonceToStorage(HttpServletRequest) - Static method in class com.auth0.NonceUtils
 
addOrReplaceInQueryParams(String, String, String) - Static method in class com.auth0.QueryParamUtils
 
AUTH0_USER - Static variable in class com.auth0.SessionUtils
 
Auth0AuthorityStrategy - Enum in com.auth0
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
Auth0Client - Interface in com.auth0
Wrapper around API calls to retrieve tokens and user profile
Auth0ClientImpl - Class in com.auth0
Wrapper implementation around Auth0 service calls to retrieve UserProfile and Tokens information
Auth0ClientImpl(String, String, String) - Constructor for class com.auth0.Auth0ClientImpl
 
Auth0User - Class in com.auth0
Convenience wrapper around the Auth0 UserProfile object (GSON) and implements Principal interface
Auth0User(UserProfile) - Constructor for class com.auth0.Auth0User
 
authenticationAPIClient - Variable in class com.auth0.Auth0ClientImpl
 

C

clientSecret - Variable in class com.auth0.Auth0ClientImpl
 
com.auth0 - package com.auth0
 
contains(String) - Static method in enum com.auth0.Auth0AuthorityStrategy
 
create() - Static method in class com.auth0.NonceFactory
 

E

equals(Object) - Method in class com.auth0.Auth0User
 

G

getAccessToken() - Method in class com.auth0.Tokens
 
getAppMetadata() - Method in class com.auth0.Auth0User
 
getAuth0User(HttpServletRequest) - Static method in class com.auth0.SessionUtils
 
getCreatedAt() - Method in class com.auth0.Auth0User
 
getEmail() - Method in class com.auth0.Auth0User
 
getExtraInfo() - Method in class com.auth0.Auth0User
 
getFamilyName() - Method in class com.auth0.Auth0User
 
getGivenName() - Method in class com.auth0.Auth0User
 
getGroups() - Method in class com.auth0.Auth0User
 
getIdentities() - Method in class com.auth0.Auth0User
 
getIdToken() - Method in class com.auth0.Tokens
 
getName() - Method in class com.auth0.Auth0User
 
getNickname() - Method in class com.auth0.Auth0User
 
getPicture() - Method in class com.auth0.Auth0User
 
getRefreshToken() - Method in class com.auth0.Tokens
 
getRoles() - Method in class com.auth0.Auth0User
 
getSession(HttpServletRequest) - Static method in class com.auth0.SessionUtils
 
getState(HttpServletRequest) - Static method in class com.auth0.SessionUtils
 
getTokens(String, String) - Method in interface com.auth0.Auth0Client
 
getTokens(String, String) - Method in class com.auth0.Auth0ClientImpl
 
getTokens(HttpServletRequest) - Static method in class com.auth0.SessionUtils
 
getType() - Method in class com.auth0.Tokens
 
getUserId() - Method in class com.auth0.Auth0User
 
getUserMetadata() - Method in class com.auth0.Auth0User
 
getUserProfile(Tokens) - Method in interface com.auth0.Auth0Client
 
getUserProfile(Tokens) - Method in class com.auth0.Auth0ClientImpl
 

H

hashCode() - Method in class com.auth0.Auth0User
 

I

isEmailVerified() - Method in class com.auth0.Auth0User
 

K

keyInQueryParams(String, String) - Static method in class com.auth0.QueryParamUtils
 

M

matchesNonceInStorage(HttpServletRequest, String) - Static method in class com.auth0.NonceUtils
 

N

NONCE_KEY - Static variable in class com.auth0.NonceUtils
 
NonceFactory - Class in com.auth0
Create a token (nonce) that can be stored in State param to correlate requests with callbacks and ensure validity.
NonceFactory() - Constructor for class com.auth0.NonceFactory
 
NonceUtils - Class in com.auth0
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
NonceUtils() - Constructor for class com.auth0.NonceUtils
 

P

parseFromQueryParams(String, String) - Static method in class com.auth0.QueryParamUtils
 

Q

QueryParamUtils - Class in com.auth0
Convenience functions for querying / manipulating queryParams.
QueryParamUtils() - Constructor for class com.auth0.QueryParamUtils
 

R

removeFromQueryParams(String, String) - Static method in class com.auth0.QueryParamUtils
 
removeNonceFromStorage(HttpServletRequest) - Static method in class com.auth0.NonceUtils
 

S

SessionUtils - Class in com.auth0
Holds conveniences for getting / setting key session attributes used as part of the library
SessionUtils() - Constructor for class com.auth0.SessionUtils
 
setAuth0User(HttpServletRequest, Auth0User) - Static method in class com.auth0.SessionUtils
 
setState(HttpServletRequest, String) - Static method in class com.auth0.SessionUtils
 
setTokens(HttpServletRequest, Tokens) - Static method in class com.auth0.SessionUtils
 
STATE - Static variable in class com.auth0.SessionUtils
 

T

TOKENS - Static variable in class com.auth0.SessionUtils
 
Tokens - Class in com.auth0
 
Tokens(String, String, String, String) - Constructor for class com.auth0.Tokens
 
toString() - Method in enum com.auth0.Auth0AuthorityStrategy
 
toString() - Method in class com.auth0.Auth0User
 

V

valueOf(String) - Static method in enum com.auth0.Auth0AuthorityStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.auth0.Auth0AuthorityStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I K M N P Q R S T V 
Skip navigation links

Copyright © 2016. All Rights Reserved.