Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

Action - Class in com.auth0.json.mgmt.actions
Represents the Action entity.
Action() - Constructor for class com.auth0.json.mgmt.actions.Action
Create a new instance.
Action(String, List<Trigger>) - Constructor for class com.auth0.json.mgmt.actions.Action
Create a new instance.
actions() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Actions entity.
ActionsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Actions methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Actions
ActionsFilter - Class in com.auth0.client.mgmt.filter
Used to filter the results when getting all actions.
ActionsFilter() - Constructor for class com.auth0.client.mgmt.filter.ActionsFilter
 
ActionsPage - Class in com.auth0.json.mgmt.actions
Represents a page of an Action.
ActionsPage(Integer, Integer, Integer, Integer, String, List<Action>) - Constructor for class com.auth0.json.mgmt.actions.ActionsPage
 
ActionsPage(Integer, Integer, Integer, Integer, List<Action>) - Constructor for class com.auth0.json.mgmt.actions.ActionsPage
 
ActionsPage(List<Action>) - Constructor for class com.auth0.json.mgmt.actions.ActionsPage
 
ActionsPageDeserializer - Class in com.auth0.json.mgmt.actions
Parses a paged response into its ActionsPage representation.
ActionsPageDeserializer() - Constructor for class com.auth0.json.mgmt.actions.ActionsPageDeserializer
 
addConnection(String, EnabledConnection) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Add a connection to an organization.
addHeader(String, String) - Method in class com.auth0.net.BaseRequest
Adds an HTTP header to the request
addHeader(String, String) - Method in class com.auth0.net.MultipartRequest
 
addHeader(String, String) - Method in interface com.auth0.net.Request
Adds an HTTP header to the request
addMembers(String, Members) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Add members to an organization.
Addon - Class in com.auth0.json.mgmt.client
 
Addon() - Constructor for class com.auth0.json.mgmt.client.Addon
 
Addons - Class in com.auth0.json.mgmt.client
 
Addons(Addon, Addon, Addon, Addon) - Constructor for class com.auth0.json.mgmt.client.Addons
 
addOobAuthenticator(String, List<String>, String) - Method in class com.auth0.client.auth.AuthAPI
Associates or adds a new OOB authenticator for multi-factor authentication (MFA).
addOtpAuthenticator(String) - Method in class com.auth0.client.auth.AuthAPI
Associates or adds a new OTP authenticator for multi-factor authentication (MFA).
addParameter(String, Object) - Method in class com.auth0.net.BaseRequest
 
addParameter(String, Object) - Method in class com.auth0.net.EmptyBodyRequest
 
addParameter(String, Object) - Method in interface com.auth0.net.Request
Adds an body parameter to the request
addPart(String, File, String) - Method in class com.auth0.net.MultipartRequest
Adds a file part to the form of this request
addPart(String, String) - Method in class com.auth0.net.MultipartRequest
Adds a key-value part to the form of this request
addPermissions(String, List<Permission>) - Method in class com.auth0.client.mgmt.RolesEntity
Associate permissions with a role.
addPermissions(String, List<Permission>) - Method in class com.auth0.client.mgmt.UsersEntity
Assign permissions to a user.
addRoles(String, String, Roles) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Add roles for a member of an organization.
addRoles(String, List<String>) - Method in class com.auth0.client.mgmt.UsersEntity
Assign roles to a user.
Android - Class in com.auth0.json.mgmt.client
 
Android(String, List<String>) - Constructor for class com.auth0.json.mgmt.client.Android
 
APIException - Exception in com.auth0.exception
Represents an Auth0 Server error captured from an HTTP response.
APIException(String, int, Throwable) - Constructor for exception com.auth0.exception.APIException
 
APIException(Map<String, Object>, int) - Constructor for exception com.auth0.exception.APIException
 
assertNotEmpty(Collection<?>, String) - Static method in class com.auth0.utils.Asserts
Asserts that a collection is not null and has at least one item.
assertNotNull(Object, String) - Static method in class com.auth0.utils.Asserts
Asserts that an object is not null.
Asserts - Class in com.auth0.utils
 
Asserts() - Constructor for class com.auth0.utils.Asserts
 
assertValidUrl(String, String) - Static method in class com.auth0.utils.Asserts
Asserts that a value is a valid URL.
assignUsers(String, List<String>) - Method in class com.auth0.client.mgmt.RolesEntity
Assign users to a role.
attackProtection() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Attack Protection Entity
AttackProtectionEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Attack Protection methods of the Management API as defined in
Auth0Exception - Exception in com.auth0.exception
Class that represents an error captured when executing an http request to the Auth0 Server.
Auth0Exception(String) - Constructor for exception com.auth0.exception.Auth0Exception
 
Auth0Exception(String, Throwable) - Constructor for exception com.auth0.exception.Auth0Exception
 
Auth0FormRequestBody - Class in com.auth0.net.client
Represents the body of a application/x-www-form-urlencoded request
Auth0FormRequestBody(Map<String, Object>) - Constructor for class com.auth0.net.client.Auth0FormRequestBody
 
Auth0HttpClient - Interface in com.auth0.net.client
The HttpClient interface defines how HTTP requests to the Auth0 APIs are made.
Auth0HttpRequest - Class in com.auth0.net.client
 
Auth0HttpRequest.Builder - Class in com.auth0.net.client
 
Auth0HttpResponse - Class in com.auth0.net.client
 
Auth0HttpResponse.Builder - Class in com.auth0.net.client
 
Auth0MultipartRequestBody - Class in com.auth0.net.client
 
Auth0MultipartRequestBody.Builder - Class in com.auth0.net.client
 
Auth0MultipartRequestBody.FilePart - Class in com.auth0.net.client
 
AuthAPI - Class in com.auth0.client.auth
Class that provides an implementation of of the Authentication and Authorization API methods defined by the Auth0 Authentication API.
AuthAPI(String, String, String) - Constructor for class com.auth0.client.auth.AuthAPI
Deprecated.
Use the AuthAPI.Builder to configure and create instances.
AuthAPI(String, String, String, HttpOptions) - Constructor for class com.auth0.client.auth.AuthAPI
Deprecated.
Use the AuthAPI.Builder to configure and create instances.
AuthAPI.Builder - Class in com.auth0.client.auth
Builder for AuthAPI API client instances.
AuthenticationMethod - Class in com.auth0.json.mgmt.users.authenticationmethods
 
AuthenticationMethod() - Constructor for class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Create a new instance.
AuthenticationMethodsPage - Class in com.auth0.json.mgmt.users.authenticationmethods
Represents a page of an AuthenticationMethod.
AuthenticationMethodsPage(Integer, Integer, Integer, Integer, String, List<AuthenticationMethod>) - Constructor for class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPage
 
AuthenticationMethodsPage(Integer, Integer, Integer, Integer, List<AuthenticationMethod>) - Constructor for class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPage
AuthenticationMethodsPage(List<AuthenticationMethod>) - Constructor for class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPage
 
AuthenticationMethodsPageDeserializer - Class in com.auth0.json.mgmt.users.authenticationmethods
Parses a paged response into its AuthenticationMethodsPage representation.
AuthenticationMethodsPageDeserializer() - Constructor for class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPageDeserializer
 
AuthMethod - Class in com.auth0.json.mgmt.users.authenticationmethods
 
AuthMethod() - Constructor for class com.auth0.json.mgmt.users.authenticationmethods.AuthMethod
 
authorizeUrl(String) - Method in class com.auth0.client.auth.AuthAPI
Creates an instance of the AuthorizeUrlBuilder with the given redirect url.
AuthorizeUrlBuilder - Class in com.auth0.client.auth
Class that provides the methods to generate a valid Auth0 Authorize Url.
authorizeUrlWithPAR(String) - Method in class com.auth0.client.auth.AuthAPI
Builds an authorization URL for Pushed Authorization Requests (PAR)

B

BaseFilter - Class in com.auth0.client.mgmt.filter
Base class that keeps the parameters that each filter requires.
BaseFilter() - Constructor for class com.auth0.client.mgmt.filter.BaseFilter
 
BaseRequest<T> - Class in com.auth0.net
A request class that is able to interact fluently with the Auth0 server.
BaseRequest(Auth0HttpClient, TokenProvider, String, HttpMethod, TypeReference<T>) - Constructor for class com.auth0.net.BaseRequest
 
baseUrl - Variable in class com.auth0.client.mgmt.StatsEntity
 
BASIC - Enum constant in enum com.auth0.client.LoggingOptions.LogLevel
Logs request and response lines.
Binding - Class in com.auth0.json.mgmt.actions
Represents an action binding.
Binding() - Constructor for class com.auth0.json.mgmt.actions.Binding
 
BindingActionReference - Class in com.auth0.json.mgmt.actions
Represents an action to bind to a trigger when updating a trigger's binding.
BindingActionReference(String, String) - Constructor for class com.auth0.json.mgmt.actions.BindingActionReference
Create a new instance.
BindingsPage - Class in com.auth0.json.mgmt.actions
Represents a page of an action trigger binding.
BindingsPage(Integer, Integer, Integer, Integer, String, List<Binding>) - Constructor for class com.auth0.json.mgmt.actions.BindingsPage
 
BindingsPage(Integer, Integer, Integer, Integer, List<Binding>) - Constructor for class com.auth0.json.mgmt.actions.BindingsPage
 
BindingsPage(List<Binding>) - Constructor for class com.auth0.json.mgmt.actions.BindingsPage
 
BindingsPageDeserializer - Class in com.auth0.json.mgmt.actions
Parses a paged response into its ActionsPage representation.
BindingsPageDeserializer() - Constructor for class com.auth0.json.mgmt.actions.BindingsPageDeserializer
 
BindingsUpdateRequest - Class in com.auth0.json.mgmt.actions
Represents the request body when updating a trigger's action bindings.
BindingsUpdateRequest(List<BindingUpdate>) - Constructor for class com.auth0.json.mgmt.actions.BindingsUpdateRequest
Creates a new instance
BindingUpdate - Class in com.auth0.json.mgmt.actions
Represents a trigger binding object when updating a trigger's action bindings.
BindingUpdate(BindingActionReference) - Constructor for class com.auth0.json.mgmt.actions.BindingUpdate
Creates a new instance.
blacklists() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Blacklists entity.
BlacklistsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Blacklists methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Blacklists
blacklistToken(Token) - Method in class com.auth0.client.mgmt.BlacklistsEntity
Add a Token to the Blacklist.
BlockDetails - Class in com.auth0.json.mgmt.userblocks
 
BlockDetails() - Constructor for class com.auth0.json.mgmt.userblocks.BlockDetails
 
BODY - Enum constant in enum com.auth0.client.LoggingOptions.LogLevel
Logs request and response lines, along with their respective headers and bodies.
branding() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Branding entity.
Branding - Class in com.auth0.json.mgmt.organizations
Represents the branding object of an Organization.
Branding() - Constructor for class com.auth0.json.mgmt.organizations.Branding
 
BrandingColors - Class in com.auth0.json.mgmt.branding
 
BrandingColors() - Constructor for class com.auth0.json.mgmt.branding.BrandingColors
 
BrandingEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Branding methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Branding
BrandingFont - Class in com.auth0.json.mgmt.branding
 
BrandingFont() - Constructor for class com.auth0.json.mgmt.branding.BrandingFont
 
BrandingSettings - Class in com.auth0.json.mgmt.branding
 
BrandingSettings() - Constructor for class com.auth0.json.mgmt.branding.BrandingSettings
 
BreachedPassword - Class in com.auth0.json.mgmt.attackprotection
Represents the Breached Password entity.
BreachedPassword() - Constructor for class com.auth0.json.mgmt.attackprotection.BreachedPassword
 
BreachedPasswordStage - Class in com.auth0.json.mgmt.attackprotection
Represents the BreachedPassword stage configuration options
BreachedPasswordStage() - Constructor for class com.auth0.json.mgmt.attackprotection.BreachedPasswordStage
 
BreachedPasswordStageEntry - Class in com.auth0.json.mgmt.attackprotection
Represents the per-stage configuration options for BreachedPasswordStage
BreachedPasswordStageEntry() - Constructor for class com.auth0.json.mgmt.attackprotection.BreachedPasswordStageEntry
 
BruteForceConfiguration - Class in com.auth0.json.mgmt.attackprotection
Represents the Brute Force Configuration
BruteForceConfiguration() - Constructor for class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
 
build() - Method in class com.auth0.client.auth.AuthAPI.Builder
Builds an AuthAPI instance using this builder's configuration.
build() - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Creates a string representation of the URL with the configured parameters.
build() - Method in class com.auth0.client.auth.LogoutUrlBuilder
Creates a string representation of the URL with the configured parameters.
build() - Method in class com.auth0.client.mgmt.ManagementAPI.Builder
Build a ManagementAPI instance using this builder's configuration.
build() - Method in class com.auth0.net.client.Auth0HttpRequest.Builder
 
build() - Method in class com.auth0.net.client.Auth0HttpResponse.Builder
 
build() - Method in class com.auth0.net.client.Auth0MultipartRequestBody.Builder
 
build() - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Create a DefaultHttpClient from this configured builder.
build() - Method in class com.auth0.utils.tokens.IdTokenVerifier.Builder
Constructs an IdTokenVerifier instance from this Builder.
Builder() - Constructor for class com.auth0.net.client.DefaultHttpClient.Builder
 
Builder(String, String) - Constructor for class com.auth0.client.auth.AuthAPI.Builder
 
Builder(String, String) - Constructor for class com.auth0.client.mgmt.ManagementAPI.Builder
Create a new Builder

C

client - Variable in class com.auth0.client.mgmt.StatsEntity
 
Client - Class in com.auth0.json.mgmt.client
Class that represents an Auth0 Application object.
Client(String) - Constructor for class com.auth0.json.mgmt.client.Client
Creates a new Application instance setting the name property.
ClientAssertionSigner - Interface in com.auth0.client.auth
Responsible for creating a signed client assertion used to authenticate to the Authentication API
ClientAssertionSigningException - Exception in com.auth0.exception
Reqpresents an exception when creating the signed client assertion.
ClientAssertionSigningException(String) - Constructor for exception com.auth0.exception.ClientAssertionSigningException
Create a new instance.
ClientAssertionSigningException(String, Throwable) - Constructor for exception com.auth0.exception.ClientAssertionSigningException
Create a new instance.
ClientAuthenticationMethods - Class in com.auth0.json.mgmt.client
Class that represents an Auth0 Application authentication methods.
ClientAuthenticationMethods() - Constructor for class com.auth0.json.mgmt.client.ClientAuthenticationMethods
 
ClientAuthenticationMethods(PrivateKeyJwt) - Constructor for class com.auth0.json.mgmt.client.ClientAuthenticationMethods
 
ClientFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Clients endpoint.
ClientFilter() - Constructor for class com.auth0.client.mgmt.filter.ClientFilter
 
ClientGrant - Class in com.auth0.json.mgmt.clientgrants
Class that represents an Auth0 Client Grant object.
ClientGrant() - Constructor for class com.auth0.json.mgmt.clientgrants.ClientGrant
 
clientGrants() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Client Grants entity.
ClientGrantsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Client Grants methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Client_Grants
ClientGrantsFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Client Grants endpoint.
ClientGrantsFilter() - Constructor for class com.auth0.client.mgmt.filter.ClientGrantsFilter
 
ClientGrantsPage - Class in com.auth0.json.mgmt.clientgrants
Class that represents a given page of Client Grants.
ClientGrantsPage(Integer, Integer, Integer, Integer, List<ClientGrant>) - Constructor for class com.auth0.json.mgmt.clientgrants.ClientGrantsPage
 
ClientGrantsPage(List<ClientGrant>) - Constructor for class com.auth0.json.mgmt.clientgrants.ClientGrantsPage
 
clients() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Applications entity.
ClientsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Application methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Clients
ClientsPage - Class in com.auth0.json.mgmt.client
Class that represents a given page of Clients.
ClientsPage(Integer, Integer, Integer, Integer, List<Client>) - Constructor for class com.auth0.json.mgmt.client.ClientsPage
 
ClientsPage(List<Client>) - Constructor for class com.auth0.json.mgmt.client.ClientsPage
 
CODE - Enum constant in enum com.auth0.client.auth.PasswordlessEmailType
Send a code.
Colors - Class in com.auth0.json.mgmt.organizations
Represents the colors object of a Branding.
Colors() - Constructor for class com.auth0.json.mgmt.organizations.Colors
 
Colors(String, String) - Constructor for class com.auth0.json.mgmt.organizations.Colors
Create a new instance.
com.auth0.client - package com.auth0.client
 
com.auth0.client.auth - package com.auth0.client.auth
 
com.auth0.client.mgmt - package com.auth0.client.mgmt
 
com.auth0.client.mgmt.filter - package com.auth0.client.mgmt.filter
 
com.auth0.exception - package com.auth0.exception
 
com.auth0.json - package com.auth0.json
 
com.auth0.json.auth - package com.auth0.json.auth
 
com.auth0.json.mgmt - package com.auth0.json.mgmt
 
com.auth0.json.mgmt.actions - package com.auth0.json.mgmt.actions
 
com.auth0.json.mgmt.attackprotection - package com.auth0.json.mgmt.attackprotection
 
com.auth0.json.mgmt.blacklists - package com.auth0.json.mgmt.blacklists
 
com.auth0.json.mgmt.branding - package com.auth0.json.mgmt.branding
 
com.auth0.json.mgmt.client - package com.auth0.json.mgmt.client
 
com.auth0.json.mgmt.clientgrants - package com.auth0.json.mgmt.clientgrants
 
com.auth0.json.mgmt.connections - package com.auth0.json.mgmt.connections
 
com.auth0.json.mgmt.devicecredentials - package com.auth0.json.mgmt.devicecredentials
 
com.auth0.json.mgmt.emailproviders - package com.auth0.json.mgmt.emailproviders
 
com.auth0.json.mgmt.emailtemplates - package com.auth0.json.mgmt.emailtemplates
 
com.auth0.json.mgmt.grants - package com.auth0.json.mgmt.grants
 
com.auth0.json.mgmt.guardian - package com.auth0.json.mgmt.guardian
 
com.auth0.json.mgmt.jobs - package com.auth0.json.mgmt.jobs
 
com.auth0.json.mgmt.keys - package com.auth0.json.mgmt.keys
 
com.auth0.json.mgmt.logevents - package com.auth0.json.mgmt.logevents
 
com.auth0.json.mgmt.logstreams - package com.auth0.json.mgmt.logstreams
 
com.auth0.json.mgmt.organizations - package com.auth0.json.mgmt.organizations
 
com.auth0.json.mgmt.permissions - package com.auth0.json.mgmt.permissions
 
com.auth0.json.mgmt.resourceserver - package com.auth0.json.mgmt.resourceserver
 
com.auth0.json.mgmt.roles - package com.auth0.json.mgmt.roles
 
com.auth0.json.mgmt.rules - package com.auth0.json.mgmt.rules
 
com.auth0.json.mgmt.stats - package com.auth0.json.mgmt.stats
 
com.auth0.json.mgmt.tenants - package com.auth0.json.mgmt.tenants
 
com.auth0.json.mgmt.tickets - package com.auth0.json.mgmt.tickets
 
com.auth0.json.mgmt.userblocks - package com.auth0.json.mgmt.userblocks
 
com.auth0.json.mgmt.users - package com.auth0.json.mgmt.users
 
com.auth0.json.mgmt.users.authenticationmethods - package com.auth0.json.mgmt.users.authenticationmethods
 
com.auth0.net - package com.auth0.net
 
com.auth0.net.client - package com.auth0.net.client
Defines the HTTP client networking layer to make, execute, and parse HTTP responses to the Auth0 APIs.
com.auth0.utils - package com.auth0.utils
 
com.auth0.utils.tokens - package com.auth0.utils.tokens
 
Connection - Class in com.auth0.json.mgmt.connections
Class that represents an Auth0 Connection object.
Connection - Class in com.auth0.json.mgmt.organizations
Represents the Connection object of an EnabledConnection.
Connection() - Constructor for class com.auth0.json.mgmt.connections.Connection
 
Connection() - Constructor for class com.auth0.json.mgmt.organizations.Connection
 
Connection(String, String) - Constructor for class com.auth0.json.mgmt.connections.Connection
 
ConnectionFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Connections endpoint.
ConnectionFilter() - Constructor for class com.auth0.client.mgmt.filter.ConnectionFilter
 
connections() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Connections entity.
ConnectionsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Connections methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Connections
ConnectionsPage - Class in com.auth0.json.mgmt.connections
Class that represents a given page of Grants.
ConnectionsPage(Integer, Integer, Integer, Integer, List<Connection>) - Constructor for class com.auth0.json.mgmt.connections.ConnectionsPage
 
ConnectionsPage(List<Connection>) - Constructor for class com.auth0.json.mgmt.connections.ConnectionsPage
 
ConnectionsPageDeserializer - Class in com.auth0.json.mgmt.organizations
Parses a paged response into its EnabledConnectionsPage representation.
ConnectionsPageDeserializer() - Constructor for class com.auth0.json.mgmt.organizations.ConnectionsPageDeserializer
 
create(Action) - Method in class com.auth0.client.mgmt.ActionsEntity
Create an action.
create(Client) - Method in class com.auth0.client.mgmt.ClientsEntity
Create a new Application.
create(Connection) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Create a Connection.
create(DeviceCredentials) - Method in class com.auth0.client.mgmt.DeviceCredentialsEntity
Create a Device Credentials.
create(EmailTemplate) - Method in class com.auth0.client.mgmt.EmailTemplatesEntity
Create an Email Template.
create(LogStream) - Method in class com.auth0.client.mgmt.LogStreamsEntity
Creates a request to create a Log Stream.
create(Organization) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Create an organization.
create(ResourceServer) - Method in class com.auth0.client.mgmt.ResourceServerEntity
Cretes request for creation resource server See API documentation
create(Role) - Method in class com.auth0.client.mgmt.RolesEntity
Create a Role.
create(Rule) - Method in class com.auth0.client.mgmt.RulesEntity
Create a Rule.
create(User) - Method in class com.auth0.client.mgmt.UsersEntity
Create a User.
create(String) - Static method in class com.auth0.client.mgmt.SimpleTokenProvider
 
create(String, byte[]) - Static method in class com.auth0.net.client.HttpRequestBody
 
create(String, Auth0FormRequestBody) - Static method in class com.auth0.net.client.HttpRequestBody
 
create(String, Auth0MultipartRequestBody) - Static method in class com.auth0.net.client.HttpRequestBody
 
create(String, String, String[]) - Method in class com.auth0.client.mgmt.ClientGrantsEntity
Create a Client Grant.
createAuthenticationMethods(String, AuthenticationMethod) - Method in class com.auth0.client.mgmt.UsersEntity
Create an authentication method for a given user.
createCredential(String, Credential) - Method in class com.auth0.client.mgmt.ClientsEntity
Creates an Application's client credential.
CreatedOobResponse - Class in com.auth0.json.auth
 
CreatedOobResponse() - Constructor for class com.auth0.json.auth.CreatedOobResponse
 
CreatedOtpResponse - Class in com.auth0.json.auth
 
CreatedOtpResponse() - Constructor for class com.auth0.json.auth.CreatedOtpResponse
 
CreatedUser - Class in com.auth0.json.auth
Class that holds the data of a newly created User.
CreatedUser() - Constructor for class com.auth0.json.auth.CreatedUser
 
createEnrollmentTicket(EnrollmentTicket) - Method in class com.auth0.client.mgmt.GuardianEntity
Create a Guardian Enrollment Ticket.
createInvitation(String, Invitation) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Create an invitation.
createPage(Integer, Integer, Integer, Integer, String, List<Member>) - Method in class com.auth0.json.mgmt.organizations.MembersPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, String, List<Organization>) - Method in class com.auth0.json.mgmt.organizations.OrganizationsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, String, List<AuthenticationMethod>) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, String, List<U>) - Method in class com.auth0.json.mgmt.PageDeserializer
Creates a new page result.
By default, this method delegates to PageDeserializer.createPage(Integer, Integer, Integer, Integer, List), to preserve backwards-compatibility for implementors.
createPage(Integer, Integer, Integer, Integer, List<Action>) - Method in class com.auth0.json.mgmt.actions.ActionsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<Binding>) - Method in class com.auth0.json.mgmt.actions.BindingsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<Version>) - Method in class com.auth0.json.mgmt.actions.VersionsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<EnabledConnection>) - Method in class com.auth0.json.mgmt.organizations.ConnectionsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<Invitation>) - Method in class com.auth0.json.mgmt.organizations.InvitationsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<Member>) - Method in class com.auth0.json.mgmt.organizations.MembersPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<Organization>) - Method in class com.auth0.json.mgmt.organizations.OrganizationsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<AuthenticationMethod>) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPageDeserializer
 
createPage(Integer, Integer, Integer, Integer, List<U>) - Method in class com.auth0.json.mgmt.PageDeserializer
 
createPage(List<Action>) - Method in class com.auth0.json.mgmt.actions.ActionsPageDeserializer
 
createPage(List<Binding>) - Method in class com.auth0.json.mgmt.actions.BindingsPageDeserializer
 
createPage(List<Version>) - Method in class com.auth0.json.mgmt.actions.VersionsPageDeserializer
 
createPage(List<EnabledConnection>) - Method in class com.auth0.json.mgmt.organizations.ConnectionsPageDeserializer
 
createPage(List<Invitation>) - Method in class com.auth0.json.mgmt.organizations.InvitationsPageDeserializer
 
createPage(List<Member>) - Method in class com.auth0.json.mgmt.organizations.MembersPageDeserializer
 
createPage(List<Organization>) - Method in class com.auth0.json.mgmt.organizations.OrganizationsPageDeserializer
 
createPage(List<AuthenticationMethod>) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPageDeserializer
 
createPage(List<U>) - Method in class com.auth0.json.mgmt.PageDeserializer
 
createRequest(String) - Method in class com.auth0.net.BaseRequest
 
createRequestBody() - Method in class com.auth0.net.BaseRequest
Responsible for creating the payload that will be set as body on this request.
createRequestBody() - Method in class com.auth0.net.EmptyBodyRequest
 
createRequestBody() - Method in class com.auth0.net.FormBodyRequest
 
createRequestBody() - Method in class com.auth0.net.MultipartRequest
 
createResponseException(Auth0HttpResponse) - Method in class com.auth0.net.BaseRequest
Responsible for parsing an unsuccessful request (status code other than 200) and generating a developer-friendly exception with the error details.
createSignedClientAssertion(String, String, String) - Method in interface com.auth0.client.auth.ClientAssertionSigner
Creates a signed JWT representing a client assertion used to authenticate to the Authentication API.
createSignedClientAssertion(String, String, String) - Method in class com.auth0.client.auth.RSAClientAssertionSigner
 
Credential - Class in com.auth0.json.mgmt.client
Class that represents an Auth0 application credential object.
Credential() - Constructor for class com.auth0.json.mgmt.client.Credential
Create a new credential
Credential(String) - Constructor for class com.auth0.json.mgmt.client.Credential
Create a new credential
Credential(String, String) - Constructor for class com.auth0.json.mgmt.client.Credential
Create a new credential

D

DailyStats - Class in com.auth0.json.mgmt.stats
Class that represents an Auth0 Daily Stats object.
DailyStats() - Constructor for class com.auth0.json.mgmt.stats.DailyStats
 
DefaultHttpClient - Class in com.auth0.net.client
Default implementation of Auth0HttpClient responsible for performing HTTP requests to the Auth0 APIs.
DefaultHttpClient.Builder - Class in com.auth0.net.client
Builder for DefaultHttpClient instances.
delete() - Method in class com.auth0.client.mgmt.EmailProviderEntity
Delete the existing Email Provider.
delete(String) - Method in class com.auth0.client.mgmt.ActionsEntity
Delete an action and all of its associated versions.
delete(String) - Method in class com.auth0.client.mgmt.ClientGrantsEntity
Delete an existing Client Grant.
delete(String) - Method in class com.auth0.client.mgmt.ClientsEntity
Delete an existing Application.
delete(String) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Delete an existing Connection.
delete(String) - Method in class com.auth0.client.mgmt.DeviceCredentialsEntity
Delete an existing Device Credentials.
delete(String) - Method in class com.auth0.client.mgmt.GrantsEntity
Delete an existing Grant.
delete(String) - Method in class com.auth0.client.mgmt.LogStreamsEntity
Creates a request to delete a Log Stream.
delete(String) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Delete an organization.
delete(String) - Method in class com.auth0.client.mgmt.ResourceServerEntity
Creates request for delete resource server by it's ID See API documentation
delete(String) - Method in class com.auth0.client.mgmt.RolesEntity
Delete an existing Role.
delete(String) - Method in class com.auth0.client.mgmt.RulesConfigsEntity
Delete an existing Rules Config.
delete(String) - Method in class com.auth0.client.mgmt.RulesEntity
Delete an existing Rule.
delete(String) - Method in class com.auth0.client.mgmt.UserBlocksEntity
Delete any existing User Blocks.
delete(String) - Method in class com.auth0.client.mgmt.UsersEntity
Delete an existing User.
delete(String, boolean) - Method in class com.auth0.client.mgmt.ActionsEntity
Delete an action and all of its associated versions.
DELETE - Enum constant in enum com.auth0.net.client.HttpMethod
 
deleteAll(String) - Method in class com.auth0.client.mgmt.GrantsEntity
Deletes all Grants of a given user.
deleteAllAuthenticators(String) - Method in class com.auth0.client.mgmt.UsersEntity
Delete all an user's authenticators.
deleteAuthenticationMethodById(String, String) - Method in class com.auth0.client.mgmt.UsersEntity
Deletes an authentication method by ID.
deleteAuthenticator(String, String) - Method in class com.auth0.client.auth.AuthAPI
Deletes an associated authenticator using its ID.
deleteByIdentifier(String) - Method in class com.auth0.client.mgmt.UserBlocksEntity
Delete any existing User Blocks for a given identifier.
deleteConnection(String, String) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Delete a connection from an organization.
deleteCredential(String, String) - Method in class com.auth0.client.mgmt.ClientsEntity
Deletes a client credential.
deleteEnrollment(String) - Method in class com.auth0.client.mgmt.GuardianEntity
Delete an existing Guardian Enrollment.
deleteInvitation(String, String) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Delete an invitation.
deleteMembers(String, Members) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Delete members from an organization.
deleteMultifactorProvider(String, String) - Method in class com.auth0.client.mgmt.UsersEntity
Delete an existing User's Multifactor Provider.
deleteRoles(String, String, Roles) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Delete roles from a member of an organization.
deleteUniversalLoginTemplate() - Method in class com.auth0.client.mgmt.BrandingEntity
Delete the template for the universal login page.
deleteUser(String, String) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Delete an existing User from the given Database Connection.
Dependency - Class in com.auth0.json.mgmt.actions
Represents an Action's dependencies.
Dependency() - Constructor for class com.auth0.json.mgmt.actions.Dependency
Creates a new dependency
Dependency(String, String) - Constructor for class com.auth0.json.mgmt.actions.Dependency
Creates a new instance.
deploy(String) - Method in class com.auth0.client.mgmt.ActionsEntity
Deploy an action.
deserialize(JsonParser, DeserializationContext) - Method in class com.auth0.json.auth.TokenHolderDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.auth0.json.mgmt.PageDeserializer
 
deviceCredentials() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Device Credentials entity.
DeviceCredentials - Class in com.auth0.json.mgmt.devicecredentials
Class that represents an Auth0 Device Credentials object.
DeviceCredentials(String, String, String, String, String) - Constructor for class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
 
DeviceCredentialsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Device Credentials methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Device_Credentials
DeviceCredentialsFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Device Credentials endpoint.
DeviceCredentialsFilter() - Constructor for class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
 

E

emailProvider() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Email Provider entity.
EmailProvider - Class in com.auth0.json.mgmt.emailproviders
Class that represents an Auth0 Email Provider object.
EmailProvider(String) - Constructor for class com.auth0.json.mgmt.emailproviders.EmailProvider
 
EmailProviderCredentials - Class in com.auth0.json.mgmt.emailproviders
 
EmailProviderCredentials(String) - Constructor for class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
EmailProviderEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Emails methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Emails
EmailTemplate - Class in com.auth0.json.mgmt.emailtemplates
Class that represents an Email Template object.
EmailTemplate() - Constructor for class com.auth0.json.mgmt.emailtemplates.EmailTemplate
 
emailTemplates() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Email Templates entity.
EmailTemplatesEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Email Templates methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Email_Templates
EmailVerificationIdentity - Class in com.auth0.json.mgmt.tickets
Represents the identity object that can be sent on requests to create an email verification ticket or job.
EmailVerificationIdentity(String, String) - Constructor for class com.auth0.json.mgmt.tickets.EmailVerificationIdentity
Create a new instance.
EmailVerificationTicket - Class in com.auth0.json.mgmt.tickets
Class that represents an Auth0 Email Verification Ticket object.
EmailVerificationTicket(String) - Constructor for class com.auth0.json.mgmt.tickets.EmailVerificationTicket
 
EmptyBodyRequest<T> - Class in com.auth0.net
Request class that does not accept parameters to be sent as part of its body.
EmptyBodyRequest(Auth0HttpClient, TokenProvider, String, HttpMethod, TypeReference<T>) - Constructor for class com.auth0.net.EmptyBodyRequest
 
EnabledConnection - Class in com.auth0.json.mgmt.organizations
Represents the enabled connection object for an organization.
EnabledConnection() - Constructor for class com.auth0.json.mgmt.organizations.EnabledConnection
 
EnabledConnection(String) - Constructor for class com.auth0.json.mgmt.organizations.EnabledConnection
Create a new instance.
EnabledConnectionsPage - Class in com.auth0.json.mgmt.organizations
Represents a page of the enabled connections for an organization.
EnabledConnectionsPage(Integer, Integer, Integer, Integer, List<EnabledConnection>) - Constructor for class com.auth0.json.mgmt.organizations.EnabledConnectionsPage
 
EnabledConnectionsPage(List<EnabledConnection>) - Constructor for class com.auth0.json.mgmt.organizations.EnabledConnectionsPage
 
EncryptionKey - Class in com.auth0.json.mgmt.client
 
EncryptionKey(String, String) - Constructor for class com.auth0.json.mgmt.client.EncryptionKey
 
enforcePolicies() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
Enrollment - Class in com.auth0.json.mgmt.guardian
Class that represents an Auth0 Guardian Enrollment object.
Enrollment() - Constructor for class com.auth0.json.mgmt.guardian.Enrollment
 
EnrollmentTicket - Class in com.auth0.json.mgmt.guardian
Class that represents an Auth0 Guardian Enrollment Ticket object.
EnrollmentTicket(String) - Constructor for class com.auth0.json.mgmt.guardian.EnrollmentTicket
Creates a new instance of the Enrollment Ticket for a given User.
EnrollmentTicket(String, Boolean) - Constructor for class com.auth0.json.mgmt.guardian.EnrollmentTicket
Creates a new instance of the Enrollment Ticket for a given User, specifying if you want the ticket to also be sent to the user by email.
EnrollmentTicket(String, Boolean, String) - Constructor for class com.auth0.json.mgmt.guardian.EnrollmentTicket
Creates a new instance of the Enrollment Ticket for a given User, specifying if you want the ticket to also be sent to the specified email address.
Error - Class in com.auth0.json.mgmt.actions
Represents an error of an Action execution.
Error() - Constructor for class com.auth0.json.mgmt.actions.Error
 
ErrorPageCustomization - Class in com.auth0.json.mgmt.tenants
 
ErrorPageCustomization() - Constructor for class com.auth0.json.mgmt.tenants.ErrorPageCustomization
 
exchangeCode(String, String) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to exchange the code obtained in the /authorize call using the 'Authorization Code' grant.
exchangeCodeWithVerifier(String, String, String) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to exchange the code obtained from the /authorize call using the Authorization Code with PKCE grant.
exchangeMfaOob(String, char[], char[]) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to exchange the mfa token and an out-of-band (OOB) challenge (either Push notification, SMS, or Voice).
exchangeMfaOtp(String, char[]) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to exchange the mfa token and one-time password (OTP) to authenticate a user with an MFA OTP Authenticator.
exchangeMfaRecoveryCode(String, char[]) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to exchange the mfa token using a recovery code.
exchangePasswordlessOtp(String, String, char[]) - Method in class com.auth0.client.auth.AuthAPI
Creates a login request using the Passwordless grant type.
execute() - Method in class com.auth0.net.BaseRequest
Executes this request.
execute() - Method in interface com.auth0.net.Request
Executes this request synchronously.
executeAsync() - Method in class com.auth0.net.BaseRequest
 
executeAsync() - Method in interface com.auth0.net.Request
Executes this request asynchronously.
Execution - Class in com.auth0.json.mgmt.actions
Represents an action's execution.
Execution() - Constructor for class com.auth0.json.mgmt.actions.Execution
 
ExecutionResult - Class in com.auth0.json.mgmt.actions
Represents the result of an action execution.
ExecutionResult() - Constructor for class com.auth0.json.mgmt.actions.ExecutionResult
 
exportUsers(UsersExportFilter) - Method in class com.auth0.client.mgmt.JobsEntity
Requests a Users Exports job.
exportUsers(String, UsersExportFilter) - Method in class com.auth0.client.mgmt.JobsEntity
Deprecated.
Use JobsEntity.exportUsers(UsersExportFilter) instead. Requests a Users Exports job. A token with scope read:users is needed. See POST Users Exports. See Bulk User Exports.

F

Factor - Class in com.auth0.json.mgmt.guardian
Class that represents an Auth0 Guardian Factor object.
FieldsFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling an Auth0 endpoint.
FieldsFilter() - Constructor for class com.auth0.client.mgmt.filter.FieldsFilter
 
FilePart(String, File, String) - Constructor for class com.auth0.net.client.Auth0MultipartRequestBody.FilePart
 
forHS256(String) - Static method in class com.auth0.utils.tokens.SignatureVerifier
Get a SignatureVerifier for use when validating an ID token signed using the HS256 signing algorithm.
formatDate(Date) - Method in class com.auth0.client.mgmt.StatsEntity
 
FormBodyRequest<T> - Class in com.auth0.net
Represents a form request.
FormBodyRequest(Auth0HttpClient, TokenProvider, String, HttpMethod, TypeReference<T>) - Constructor for class com.auth0.net.FormBodyRequest
 
forRS256(PublicKeyProvider) - Static method in class com.auth0.utils.tokens.SignatureVerifier
Get a SignatureVerifier for use when validating an ID token signed using the RS256 signing algorithm.

G

get(FieldsFilter) - Method in class com.auth0.client.mgmt.EmailProviderEntity
Request the Email Provider.
get(FieldsFilter) - Method in class com.auth0.client.mgmt.TenantsEntity
Request the Tenant Settings.
get(String) - Method in class com.auth0.client.mgmt.ActionsEntity
Get an action.
get(String) - Method in class com.auth0.client.mgmt.ClientsEntity
Request an Application.
get(String) - Method in class com.auth0.client.mgmt.EmailTemplatesEntity
Request the Email Templates.
get(String) - Method in class com.auth0.client.mgmt.JobsEntity
Request a Job.
get(String) - Method in class com.auth0.client.mgmt.KeysEntity
Request an Application Signing Key.
get(String) - Method in class com.auth0.client.mgmt.LogEventsEntity
Request a Log Event.
get(String) - Method in class com.auth0.client.mgmt.LogStreamsEntity
Creates a request to get a single Log Stream by its ID.
get(String) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get an organization.
get(String) - Method in class com.auth0.client.mgmt.ResourceServerEntity
Cretes request for fetching single resource server by it's ID.
get(String) - Method in class com.auth0.client.mgmt.RolesEntity
Get a single role created by this tenant that can be assigned to a given user or user group.
get(String) - Method in class com.auth0.client.mgmt.UserBlocksEntity
Request all the User Blocks.
get(String, ConnectionFilter) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Request a Connection.
get(String, FieldsFilter) - Method in class com.auth0.client.mgmt.ClientsEntity
Request an Application.
get(String, RulesFilter) - Method in class com.auth0.client.mgmt.RulesEntity
Request a Rule.
get(String, UserFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Request a User.
GET - Enum constant in enum com.auth0.net.client.HttpMethod
 
getAccessKeyId() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getAccessToken() - Method in class com.auth0.json.auth.TokenHolder
Getter for the Auth0's access token.
getAccessToken() - Method in class com.auth0.json.mgmt.users.Identity
 
getAction() - Method in class com.auth0.json.mgmt.actions.Binding
 
getAction() - Method in class com.auth0.json.mgmt.actions.Version
 
getActionName() - Method in class com.auth0.json.mgmt.actions.ExecutionResult
 
getActiveUsersCount() - Method in class com.auth0.client.mgmt.StatsEntity
Request the Active Users Count (logged in during the last 30 days).
getAdditionalAddons() - Method in class com.auth0.json.mgmt.client.Addons
 
getAddons() - Method in class com.auth0.json.mgmt.client.Client
Getter for the addons or plugins associated with an application in Auth0.
getAdminNotificationFrequency() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
 
getAlg() - Method in class com.auth0.json.mgmt.client.Credential
 
getAlgorithm() - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Getter for the algorithm used to sign JWTs.
getAllChangesDeployed() - Method in class com.auth0.json.mgmt.actions.Action
 
getAllowedClients() - Method in class com.auth0.json.mgmt.client.Client
Getter for the list of applications that will be allowed to make a delegation request.
getAllowedLogoutUrls() - Method in class com.auth0.json.mgmt.client.Client
Getter for the application list of URLs that are valid to redirect to after logout from Auth0.
getAllowedLogoutUrls() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the tenant list of URLs that are valid to redirect to after logout from Auth0.
getAllowedOrigins() - Method in class com.auth0.json.mgmt.client.Client
Getter for the list of allowed origins for the application.
getAllowList() - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
 
getAllowList() - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
 
getAllowOfflineAccess() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getAndroid() - Method in class com.auth0.json.mgmt.client.Mobile
Getter for the android mobile configuration.
getApiKey() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getApiUser() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getAppBundleIdentifier() - Method in class com.auth0.json.mgmt.client.IOS
Getter for the unique identifier assigned by the developer to the app inside the store.
getAppMetadata() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getAppMetadata() - Method in class com.auth0.json.mgmt.users.User
Getter for the metadata of the application.
getAppPackageName() - Method in class com.auth0.json.mgmt.client.Android
Getter for the Application Package Name, found in the AndroidManifest.xml file.
getAppType() - Method in class com.auth0.json.mgmt.client.Client
Getter for the type that this application represents.
getAsMap() - Method in class com.auth0.client.mgmt.filter.BaseFilter
 
getAud() - Method in class com.auth0.json.mgmt.blacklists.Token
Getter for the JWT's aud claim.
getAudience() - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Getter for the audience.
getAudience() - Method in class com.auth0.json.mgmt.grants.Grant
Getter for the audience.
getAudience() - Method in class com.auth0.json.mgmt.logevents.LogEvent
 
getAuthenticationMethodById(String, String) - Method in class com.auth0.client.mgmt.UsersEntity
Gets an authentication method by ID.
getAuthenticationMethods() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getAuthenticationMethods(String, PageFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Get the authentication methods of the user.
getAuthenticationPolicies() - Method in class com.auth0.client.mgmt.GuardianEntity
Get Guardian's MFA authentication policies.
getAuthenticatorType() - Method in class com.auth0.json.auth.CreatedOobResponse
 
getAuthenticatorType() - Method in class com.auth0.json.auth.CreatedOtpResponse
 
getAuthenticatorType() - Method in class com.auth0.json.auth.MfaAuthenticator
 
getAuthMethod() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the authentication method.
getAuthToken() - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Getter for the Twilio auth token.
getAWSAccessKeyId() - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Getter for the Amazon Web Services access key id.
getAWSRegion() - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Getter for the Amazon Web Services region.
getAWSSecretAccessKey() - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Getter for the Amazon Web Services secret access key.
getBarcodeUri() - Method in class com.auth0.json.auth.CreatedOobResponse
 
getBarcodeUri() - Method in class com.auth0.json.auth.CreatedOtpResponse
 
getBasicAuthentication() - Method in class com.auth0.client.ProxyOptions
Getter of the authentication value to use for this Proxy.
getBindingActionReference() - Method in class com.auth0.json.mgmt.actions.BindingUpdate
 
getBindingMethod() - Method in class com.auth0.json.auth.MfaChallengeResponse
 
getBindingUpdates() - Method in class com.auth0.json.mgmt.actions.BindingsUpdateRequest
 
getBlacklist(String) - Method in class com.auth0.client.mgmt.BlacklistsEntity
Request all the Blacklisted Tokens with a given audience.
getBlockedFor() - Method in class com.auth0.json.mgmt.userblocks.UserBlocks
Getter for the list of user block details.
getBody() - Method in class com.auth0.json.mgmt.branding.UniversalLoginTemplate
Getter for the template body.
getBody() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter for the template code.
getBody() - Method in class com.auth0.net.client.Auth0HttpRequest
 
getBody() - Method in class com.auth0.net.client.Auth0HttpResponse
 
getBody() - Method in interface com.auth0.net.Response
 
getBranding() - Method in class com.auth0.json.mgmt.organizations.Organization
 
getBrandingSettings() - Method in class com.auth0.client.mgmt.BrandingEntity
Requests the branding settings for this tenant.
getBreachedPasswordSettings() - Method in class com.auth0.client.mgmt.AttackProtectionEntity
Gets the breached password detection settings.
getBruteForceConfiguration() - Method in class com.auth0.client.mgmt.AttackProtectionEntity
Gets the brute force configuration
getBuiltAt() - Method in class com.auth0.json.mgmt.actions.Version
 
getByIdentifier(String) - Method in class com.auth0.client.mgmt.UserBlocksEntity
Request all the User Blocks for a given identifier.
getByName(String) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get an organization.
getCallbacks() - Method in class com.auth0.json.mgmt.client.Client
Getter for the list of allowed callback urls for the application.
getCert() - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
getCert() - Method in class com.auth0.json.mgmt.client.SigningKey
Getter for the signing public key.
getCert() - Method in class com.auth0.json.mgmt.keys.Key
 
getChallengeType() - Method in class com.auth0.json.auth.MfaChallengeResponse
 
getChangePasswordPage() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the change password page customization.
getClientAliases() - Method in class com.auth0.json.mgmt.client.Client
Getter for the list of application aliases.
getClientAuthenticationMethods() - Method in class com.auth0.json.mgmt.client.Client
 
getClientId() - Method in class com.auth0.json.mgmt.client.Client
Getter for the application's client id.
getClientId() - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Getter for the client id of the application.
getClientId() - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Getter for the client id of the application for which the credential is created.
getClientId() - Method in class com.auth0.json.mgmt.grants.Grant
Getter for the client id of the application.
getClientId() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the application's client id related to this event.
getClientId() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getClientMetadata() - Method in class com.auth0.json.mgmt.client.Client
Getter for the metadata associated with the application.
getClientName() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the application's client name related to this event.
getClientSecret() - Method in class com.auth0.json.mgmt.client.Client
Getter for the application's client secret.
getCode() - Method in class com.auth0.json.mgmt.actions.Action
 
getCode() - Method in class com.auth0.json.mgmt.actions.Version
 
getCode() - Method in class com.auth0.json.mgmt.jobs.JobError
 
getCode() - Method in class com.auth0.json.mgmt.users.RecoveryCode
 
getCode() - Method in class com.auth0.net.client.Auth0HttpResponse
 
getColors() - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Getter for the colors of the branding.
getColors() - Method in class com.auth0.json.mgmt.organizations.Branding
 
getConfirmed() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getConnection() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the name of the connection this job uses.
getConnection() - Method in class com.auth0.json.mgmt.logevents.LogEvent
 
getConnection() - Method in class com.auth0.json.mgmt.organizations.EnabledConnection
 
getConnection() - Method in class com.auth0.json.mgmt.users.Identity
 
getConnection(String, String) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get an organization's connection.
getConnectionId() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the connection id this job uses.
getConnectionId() - Method in class com.auth0.json.mgmt.logevents.LogEvent
 
getConnectionId() - Method in class com.auth0.json.mgmt.organizations.EnabledConnection
 
getConnectionId() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getConnections(String, PageFilter) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get the connections of an organization.
getConnectTimeout() - Method in class com.auth0.client.HttpOptions
Deprecated.
 
getContent() - Method in class com.auth0.net.client.HttpRequestBody
 
getContentType() - Method in class com.auth0.net.BaseRequest
Getter for the content-type header value to use on this request
getContentType() - Method in class com.auth0.net.client.HttpRequestBody
 
getContentType() - Method in class com.auth0.net.FormBodyRequest
 
getContentType() - Method in class com.auth0.net.MultipartRequest
 
getCreatedAt() - Method in class com.auth0.json.mgmt.actions.Action
 
getCreatedAt() - Method in class com.auth0.json.mgmt.actions.Binding
 
getCreatedAt() - Method in class com.auth0.json.mgmt.actions.Execution
 
getCreatedAt() - Method in class com.auth0.json.mgmt.actions.Version
 
getCreatedAt() - Method in class com.auth0.json.mgmt.client.Credential
 
getCreatedAt() - Method in class com.auth0.json.mgmt.jobs.Job
 
getCreatedAt() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getCreatedAt() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getCreatedAt() - Method in class com.auth0.json.mgmt.users.User
Getter for the date this user was created on.
getCredential(String, String) - Method in class com.auth0.client.mgmt.ClientsEntity
Get a client credentials object.
getCredentials() - Method in class com.auth0.json.mgmt.client.PrivateKeyJwt
 
getCredentials() - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Getter for the provider credentials.
getCredentialType() - Method in class com.auth0.json.mgmt.client.Credential
 
getCrossOriginAuth() - Method in class com.auth0.json.mgmt.client.Client
Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
getCrossOriginLoc() - Method in class com.auth0.json.mgmt.client.Client
Getter for the URL of the location in your site where the cross-origin verification takes place for the cross-origin auth flow when performing Auth in your own domain instead of Auth0 hosted login page.
getCurrent() - Method in class com.auth0.json.mgmt.keys.Key
 
getCurrentSince() - Method in class com.auth0.json.mgmt.keys.Key
 
getCurrentUntil() - Method in class com.auth0.json.mgmt.keys.Key
 
getCustomLoginPage() - Method in class com.auth0.json.mgmt.client.Client
Getter for the custom login page HTML code.
getCustomLoginPagePreview() - Method in class com.auth0.json.mgmt.client.Client
Getter for the custom login page preview HTML code.
getDailyStats(Date, Date) - Method in class com.auth0.client.mgmt.StatsEntity
Request the Daily Stats for a given period.
getDate() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the date of this event.
getDate() - Method in class com.auth0.json.mgmt.stats.DailyStats
Getter for the date to which the stats belong
getDefaultAudience() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the default audience used for API Authorization.
getDefaultDirectory() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the name of the connection that will be used for password grants at the token endpoint.
getDefaultFromAddress() - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Getter for the default from address.
getDefaultRuntime() - Method in class com.auth0.json.mgmt.actions.Trigger
 
getDependencies() - Method in class com.auth0.json.mgmt.actions.Action
 
getDependencies() - Method in class com.auth0.json.mgmt.actions.Version
 
getDeployedVersion() - Method in class com.auth0.json.mgmt.actions.Action
 
getDescription() - Method in exception com.auth0.exception.APIException
Getter for the exception user friendly description of why the request failed.
getDescription() - Method in class com.auth0.json.mgmt.client.Client
Getter for the description of the application.
getDescription() - Method in class com.auth0.json.mgmt.logevents.LogEvent
 
getDescription() - Method in class com.auth0.json.mgmt.permissions.Permission
The getter for the role's description.
getDescription() - Method in class com.auth0.json.mgmt.resourceserver.Scope
 
getDescription() - Method in class com.auth0.json.mgmt.roles.Role
The getter for the role's description.
getDetails() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the details object.
getDeviceId() - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Getter for the unique device identifier.
getDeviceName() - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Getter for the device name.
getDisplayName() - Method in class com.auth0.json.mgmt.actions.Binding
 
getDisplayName() - Method in class com.auth0.json.mgmt.actions.BindingUpdate
 
getDisplayName() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the connection display name, used in the new universal login experience.
getDisplayName() - Method in class com.auth0.json.mgmt.organizations.Organization
 
getEmail() - Method in class com.auth0.json.auth.CreatedUser
 
getEmail() - Method in class com.auth0.json.auth.PasswordlessEmailResponse
Gets the email to which the code or link was sent to.
getEmail() - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Getter for the email to which the ticket will be sent.
getEmail() - Method in class com.auth0.json.mgmt.organizations.Invitee
 
getEmail() - Method in class com.auth0.json.mgmt.organizations.Member
 
getEmail() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getEmail() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getEmail() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's email.
getEnabled() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
 
getEnabled() - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
 
getEnabled() - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
 
getEnabledClients() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the list of applications this connection is enabled for.
getEnabledConnections() - Method in class com.auth0.json.mgmt.organizations.Organization
 
getEncryptionKey() - Method in class com.auth0.json.mgmt.client.Client
Getter for the encryption Key.
getEndedAt() - Method in class com.auth0.json.mgmt.actions.ExecutionResult
 
getEnrolledAt() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the enrolled at.
getEnrolledAt() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getEnrollmentMessage() - Method in class com.auth0.json.mgmt.guardian.GuardianTemplates
Getter for the message to send when the user enrolls with SMS.
getEnrollments(String) - Method in class com.auth0.client.mgmt.UsersEntity
Retreive the first confirmed enrollment, or a pending enrollment if none are confirmed.
getError() - Method in exception com.auth0.exception.APIException
Getter for the exception error code.
getError() - Method in class com.auth0.json.mgmt.actions.ExecutionResult
 
getErrorDetails(String) - Method in class com.auth0.client.mgmt.JobsEntity
Get error details of a failed job.
getErrorPage() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the error page customization.
getErrors() - Method in class com.auth0.json.mgmt.actions.Version
 
getErrors() - Method in class com.auth0.json.mgmt.jobs.JobErrorDetails
 
getExecution(String) - Method in class com.auth0.client.mgmt.ActionsEntity
Retrieve information about a specific execution of an action.
getExpirationType() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for the expiration type of the refresh token.
getExpiresAt() - Method in class com.auth0.json.auth.TokenHolder
Get the expiration date of the Access Token.
getExpiresAt() - Method in class com.auth0.json.mgmt.client.Credential
 
getExpiresAt() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getExpiresIn() - Method in class com.auth0.json.auth.PushedAuthorizationResponse
 
getExpiresIn() - Method in class com.auth0.json.auth.TokenHolder
Getter for the duration of the Access Token token in seconds from the time it was issued.
getExportAs() - Method in class com.auth0.json.mgmt.jobs.UsersExportField
 
getExternalId() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the external ID used to correlate multiple jobs.
getFailed() - Method in class com.auth0.json.mgmt.jobs.JobSummary
 
getFamilyName() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getFamilyName() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's family name.
getFaviconUrl() - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Getter for the favicon URL.
getFile() - Method in class com.auth0.net.client.Auth0MultipartRequestBody.FilePart
 
getFilePart() - Method in class com.auth0.net.client.Auth0MultipartRequestBody
 
getFilters() - Method in class com.auth0.json.mgmt.logstreams.LogStream
 
getFingerprint() - Method in class com.auth0.json.mgmt.keys.Key
 
getFlags() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the tenant flags.
getFont() - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Getter for the font.
getFormat() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the format this job will output.
getFormRequestBody() - Method in class com.auth0.net.client.HttpRequestBody
 
getFormTemplate() - Method in class com.auth0.json.mgmt.client.Client
Getter for the WS federation form template.
getFriendlyName() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the friendly name of the tenant.
getFrom() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter for the sender of the email
getFrom() - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Getter for the Twilio From number.
getGivenName() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getGivenName() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's given name.
getGlobal() - Method in class com.auth0.json.mgmt.client.Client
Whether this is a global 'All Applications' client representing legacy tenant settings (true) or a regular client (false).
getGrantTypes() - Method in class com.auth0.json.mgmt.client.Client
Getter for the list of grant types for the application.
getGuardianMFAPage() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the guardian MFA page customization.
getHeader(String) - Method in class com.auth0.net.client.Auth0HttpResponse
 
getHeader(String, String) - Method in class com.auth0.net.client.Auth0HttpResponse
 
getHeaders() - Method in class com.auth0.net.client.Auth0HttpRequest
 
getHeaders() - Method in class com.auth0.net.client.Auth0HttpResponse
 
getHeaders() - Method in interface com.auth0.net.Response
 
getHeadersToRedact() - Method in class com.auth0.client.LoggingOptions
 
getHostname() - Method in class com.auth0.json.mgmt.logevents.LogEvent
 
getHTML() - Method in class com.auth0.json.mgmt.tenants.PageCustomization
Getter for the page custom HTML code.
getId() - Method in class com.auth0.json.auth.MfaAuthenticator
 
getId() - Method in class com.auth0.json.auth.PasswordlessEmailResponse
The Identifier of this request.
getId() - Method in class com.auth0.json.auth.PasswordlessSmsResponse
The Identifier of this request.
getId() - Method in class com.auth0.json.mgmt.actions.Action
 
getId() - Method in class com.auth0.json.mgmt.actions.Binding
 
getId() - Method in class com.auth0.json.mgmt.actions.Error
 
getId() - Method in class com.auth0.json.mgmt.actions.Execution
 
getId() - Method in class com.auth0.json.mgmt.actions.Trigger
 
getId() - Method in class com.auth0.json.mgmt.actions.Version
 
getId() - Method in class com.auth0.json.mgmt.client.Credential
 
getId() - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Getter for the id of the client grant.
getId() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the id of this connection.
getId() - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Getter for the unique identifier of the device credentials.
getId() - Method in class com.auth0.json.mgmt.grants.Grant
Getter for the id of the grant.
getId() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the enrollment ID
getId() - Method in class com.auth0.json.mgmt.jobs.Job
 
getId() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the id of this event.
getId() - Method in class com.auth0.json.mgmt.logstreams.LogStream
Get the ID of this Log Stream.
getId() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getId() - Method in class com.auth0.json.mgmt.organizations.Organization
 
getId() - Method in class com.auth0.json.mgmt.permissions.PermissionSource
Getter for the source's id.
getId() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getId() - Method in class com.auth0.json.mgmt.roles.Role
Getter for the role's unique identifier.
getId() - Method in class com.auth0.json.mgmt.rules.Rule
Getter for the rule's identifier.
getId() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getId() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthMethod
 
getId() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's unique identifier.
getIdentifier() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the device identifier.
getIdentifier() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getIdentifier() - Method in class com.auth0.json.mgmt.userblocks.BlockDetails
 
getIdentities() - Method in class com.auth0.json.mgmt.users.User
Getter for the list of user's identities information.
getIdleSessionLifetime() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the login session idle lifetime.
getIdleTokenLifetime() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for the period in seconds for which refresh tokens will remain valid without use.
getIdToken() - Method in class com.auth0.json.auth.TokenHolder
Getter for the Auth0's id token.
getInfiniteIdleTokenLifetime() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for determining whether tokens expire without use or not.
getInfiniteTokenLifetime() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for determining whether tokens have a set lifetime or not.
getInitiateLoginUri() - Method in class com.auth0.json.mgmt.client.Client
Getter for the initiate login URI.
getInserted() - Method in class com.auth0.json.mgmt.jobs.JobSummary
 
getInvitation(String, String, FieldsFilter) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get an invitation.
getInvitations(String, InvitationsFilter) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Gets all invitations for an organization.
getInvitationUrl() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getInvitee() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getInviter() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getIOS() - Method in class com.auth0.json.mgmt.client.Mobile
Getter for the iOS mobile configuration.
getIP() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the IP address related to this event.
getIP() - Method in class com.auth0.json.mgmt.userblocks.BlockDetails
 
getItems() - Method in class com.auth0.json.mgmt.Page
Getter for the list of items.
getJTI() - Method in class com.auth0.json.mgmt.blacklists.Token
Getter for the JWT's jti claim.
getJWTConfiguration() - Method in class com.auth0.json.mgmt.client.Client
Getter for the JWT configuration object.
getKey() - Method in class com.auth0.json.mgmt.rules.RulesConfig
Getter for the key of the rules config
getKeyId() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getKid() - Method in class com.auth0.json.mgmt.client.Credential
 
getKid() - Method in class com.auth0.json.mgmt.keys.Key
 
getLastAuth() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the last authentication.
getLastAuthedAt() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getLastIP() - Method in class com.auth0.json.mgmt.users.User
Getter for the last login IP.
getLastLogin() - Method in class com.auth0.json.mgmt.users.User
Getter for the last login date.
getLastPasswordReset() - Method in class com.auth0.json.mgmt.users.User
Getter for the last password reset date.
getLayer() - Method in class com.auth0.json.mgmt.client.Addons
 
getLeeway() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for the period in seconds where the previous refresh token can be exchanged without triggering breach detection.
getLength() - Method in class com.auth0.json.mgmt.Page
Getter for the amount of items per page.
getLifetimeInSeconds() - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Getter for the amount of seconds the JWT will be valid.
getLimit() - Method in exception com.auth0.exception.RateLimitException
Getter for the maximum number of requests available in the current time frame.
getLimit() - Method in class com.auth0.json.mgmt.Page
Getter for the items amount limit.
getLinkId() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getLocation() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the URL to download the result of the job.
getLocationInfo() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the location info object.
getLogEvents(String, LogEventFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Request all the Events Log for a given User.
getLoggingOptions() - Method in class com.auth0.client.HttpOptions
Deprecated.
 
getLogId() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the log_id of this event.
getLogins() - Method in class com.auth0.json.mgmt.stats.DailyStats
Getter for the amount of logins on the date
getLoginsCount() - Method in class com.auth0.json.mgmt.users.User
Getter for the number of logins for this user.
getLogLevel() - Method in class com.auth0.client.LoggingOptions
 
getLogoUri() - Method in class com.auth0.json.mgmt.client.Client
Getter for the URI of the application logo.
getLogoUrl() - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Getter for the logo URL.
getLogoUrl() - Method in class com.auth0.json.mgmt.organizations.Branding
 
getManagementAPIMaxRetries() - Method in class com.auth0.client.HttpOptions
Deprecated.
 
getMapper() - Static method in class com.auth0.json.ObjectMapperProvider
 
getMaxAttempts() - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
 
getMaxAttempts() - Method in class com.auth0.json.mgmt.attackprotection.StageEntry
 
getMaxRequests() - Method in class com.auth0.client.HttpOptions
Deprecated.
 
getMaxRequestsPerHost() - Method in class com.auth0.client.HttpOptions
Deprecated.
 
getMaxRetries() - Method in class com.auth0.net.RateLimitInterceptor
 
getMediaType() - Method in class com.auth0.net.client.Auth0MultipartRequestBody.FilePart
 
getMembers() - Method in class com.auth0.json.mgmt.organizations.Members
 
getMembers(String, PageFilter) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get the members of an organization.
getMessage() - Method in class com.auth0.json.mgmt.actions.Error
 
getMessage() - Method in class com.auth0.json.mgmt.jobs.JobError
 
getMessagingServiceSID() - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Getter for the Twilio Messaging Service SID.
getMetadata() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the metadata of this connection.
getMetadata() - Method in class com.auth0.json.mgmt.organizations.Organization
 
getMethod() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
 
getMethod() - Method in class com.auth0.net.client.Auth0HttpRequest
 
getMobile() - Method in class com.auth0.json.mgmt.client.Client
Getter for the configuration related to native mobile apps.
getMode() - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
 
getMode() - Method in class com.auth0.json.mgmt.tenants.SessionCookie
 
getMSCRM() - Method in class com.auth0.json.mgmt.client.Addons
 
getMultifactor() - Method in class com.auth0.json.mgmt.users.User
Getter for the list of multifactor providers that the user has enrolled to.
getMultipartRequestBody() - Method in class com.auth0.net.client.HttpRequestBody
 
getName() - Method in class com.auth0.json.auth.MfaAuthenticator
 
getName() - Method in class com.auth0.json.mgmt.actions.Action
 
getName() - Method in class com.auth0.json.mgmt.actions.Dependency
 
getName() - Method in class com.auth0.json.mgmt.actions.Secret
 
getName() - Method in class com.auth0.json.mgmt.client.Client
Getter for the name of the application.
getName() - Method in class com.auth0.json.mgmt.client.Credential
 
getName() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the name of the connection.
getName() - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Getter for the provider name.
getName() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter for the name of the template.
getName() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the enrollment name.
getName() - Method in class com.auth0.json.mgmt.guardian.Factor
Getter for the name of this factor.
getName() - Method in class com.auth0.json.mgmt.jobs.UsersExportField
 
getName() - Method in class com.auth0.json.mgmt.logstreams.LogStream
Get the name of this Log Stream.
getName() - Method in class com.auth0.json.mgmt.logstreams.LogStreamFilter
 
getName() - Method in class com.auth0.json.mgmt.organizations.Connection
 
getName() - Method in class com.auth0.json.mgmt.organizations.Inviter
 
getName() - Method in class com.auth0.json.mgmt.organizations.Member
 
getName() - Method in class com.auth0.json.mgmt.organizations.Organization
 
getName() - Method in class com.auth0.json.mgmt.permissions.Permission
Getter for the role's name.
getName() - Method in class com.auth0.json.mgmt.permissions.PermissionSource
Getter for the source's name.
getName() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getName() - Method in class com.auth0.json.mgmt.roles.Role
Getter for the role's name.
getName() - Method in class com.auth0.json.mgmt.rules.Rule
Getter for the name of the rule
getName() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getName() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getName() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's name.
getName() - Method in class com.auth0.net.Telemetry
 
getNext() - Method in class com.auth0.json.mgmt.keys.Key
 
getNext() - Method in class com.auth0.json.mgmt.Page
Getter for the next value, if using checkpoint pagination, which can be used to fetch the next page of results.
getNickname() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's nickname.
getNumber() - Method in class com.auth0.json.mgmt.actions.Version
 
getOobChannel() - Method in class com.auth0.json.auth.CreatedOobResponse
 
getOobChannel() - Method in class com.auth0.json.auth.MfaAuthenticator
 
getOobCode() - Method in class com.auth0.json.auth.CreatedOobResponse
 
getOobCode() - Method in class com.auth0.json.auth.MfaChallengeResponse
 
getOptions() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the connection options.
getOrder() - Method in class com.auth0.json.mgmt.rules.Rule
Getter for the rule's order in relation to other rules.
getOrganizationId() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getOrganizationId() - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Gets the organization ID
getOrganizationRequireBehavior() - Method in class com.auth0.json.mgmt.client.Client
 
getOrganizations(String, PageFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Get the organizations a user belongs to.
getOrganizationUsage() - Method in class com.auth0.json.mgmt.client.Client
 
getPageBackground() - Method in class com.auth0.json.mgmt.branding.BrandingColors
Getter for the color of the page background.
getPageBackground() - Method in class com.auth0.json.mgmt.organizations.Colors
 
getParameters() - Method in class com.auth0.net.BaseRequest
 
getParams() - Method in class com.auth0.net.client.Auth0FormRequestBody
 
getParseExpiryFromCert() - Method in class com.auth0.json.mgmt.client.Credential
 
getPartName() - Method in class com.auth0.net.client.Auth0MultipartRequestBody.FilePart
 
getParts() - Method in class com.auth0.net.client.Auth0MultipartRequestBody
 
getPath() - Method in class com.auth0.json.mgmt.jobs.JobError
 
getPem() - Method in class com.auth0.json.mgmt.client.Credential
 
getPercentageDone() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the completion percentage of this job.
getPhoneNumber() - Method in class com.auth0.json.auth.PasswordlessSmsResponse
Gets the phone number the code was sent to.
getPhoneNumber() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the phone number.
getPhoneNumber() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getPhoneNumber() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getPhoneNumber() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's phone number (following the E.164 recommendation), only valid for users from SMS connections.
getPicture() - Method in class com.auth0.json.mgmt.organizations.Member
 
getPicture() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's picture url.
getPictureUrl() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the url of the tenant picture.
getPkcs7() - Method in class com.auth0.json.mgmt.keys.Key
 
getPKCS7() - Method in class com.auth0.json.mgmt.client.SigningKey
Getter for the signing public key in PKCS#7 format.
getPreferredAuthenticationMethod() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getPreLoginStage() - Method in class com.auth0.json.mgmt.attackprotection.Stage
Get the pre-login stage entry.
getPreUserRegistrationStage() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPasswordStage
Get the pre-user-registration stage entry.
getPreUserRegistrationStage() - Method in class com.auth0.json.mgmt.attackprotection.Stage
Get the pre-user-registration stage entry.
getPrevious() - Method in class com.auth0.json.mgmt.keys.Key
 
getPrimary() - Method in class com.auth0.json.mgmt.branding.BrandingColors
Getter for the primary color.
getPrimary() - Method in class com.auth0.json.mgmt.organizations.Colors
 
getPrivateKeyJwt() - Method in class com.auth0.json.mgmt.client.ClientAuthenticationMethods
 
getProfileData() - Method in class com.auth0.json.mgmt.users.Identity
 
getProperties() - Method in class com.auth0.json.mgmt.client.Addon
 
getProperty(String) - Method in class com.auth0.json.mgmt.client.Addon
 
getProvider() - Method in class com.auth0.json.mgmt.tickets.EmailVerificationIdentity
Get the identity provider name.
getProvider() - Method in class com.auth0.json.mgmt.users.Identity
 
getProvisioningTicketUrl() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the ad/ldap connection's ticket url.
getProxy() - Method in class com.auth0.client.ProxyOptions
Getter of the Proxy instance to set
getProxyOptions() - Method in class com.auth0.client.HttpOptions
Deprecated.
Getter for the Proxy configuration options
getPub() - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
getPublicKey() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getPublicKeyById(String) - Method in interface com.auth0.utils.tokens.PublicKeyProvider
Get a RSAPublicKey given the key ID.
getRate() - Method in class com.auth0.json.mgmt.attackprotection.StageEntry
Get the rate for this Stage entry
getReadTimeout() - Method in class com.auth0.client.HttpOptions
Deprecated.
 
getRealms() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the realms of this connection.
getRecoveryCodes() - Method in class com.auth0.json.auth.CreatedOobResponse
 
getRecoveryCodes() - Method in class com.auth0.json.auth.CreatedOtpResponse
 
getRefreshToken() - Method in class com.auth0.json.auth.TokenHolder
Getter for the Auth0's refresh token.
getRefreshToken() - Method in class com.auth0.json.mgmt.client.Client
Getter for the configuration related to refresh tokens.
getRegion() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getRegistryUrl() - Method in class com.auth0.json.mgmt.actions.Dependency
 
getRelyingPartyIdentifier() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getRemaining() - Method in exception com.auth0.exception.RateLimitException
Getter for the number of remaining requests in the current time frame.
getRequestLanguage() - Method in class com.auth0.json.auth.PasswordlessSmsResponse
The language of the message sent, if set.
getRequestURI() - Method in class com.auth0.json.auth.PushedAuthorizationResponse
 
getRequiresPushedAuthorizationRequests() - Method in class com.auth0.json.mgmt.client.Client
 
getReset() - Method in exception com.auth0.exception.RateLimitException
Getter for the UNIX timestamp of the expected time when the rate limit will reset.
getResourceServerId() - Method in class com.auth0.json.mgmt.permissions.Permission
Getter for the permissions's resource server identifier.
getResourceServerName() - Method in class com.auth0.json.mgmt.permissions.Permission
Getter for the permissions's resource server name.
getResults() - Method in class com.auth0.json.mgmt.actions.Execution
 
getResultUrl() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter the URL to redirect the user to after a successful action.
getRevoked() - Method in class com.auth0.json.mgmt.keys.Key
 
getRevokedAt() - Method in class com.auth0.json.mgmt.keys.Key
 
getRMS() - Method in class com.auth0.json.mgmt.client.Addons
 
getRoles() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getRoles() - Method in class com.auth0.json.mgmt.organizations.Roles
 
getRoles(String, String, PageFilter) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get the roles for a member of an organization.
getRotationType() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for the rotation type of the refresh token.
getRuntime() - Method in class com.auth0.json.mgmt.actions.Action
 
getRuntime() - Method in class com.auth0.json.mgmt.actions.Version
 
getRuntimes() - Method in class com.auth0.json.mgmt.actions.Trigger
 
getScope() - Method in class com.auth0.json.auth.TokenHolder
Gets the granted scope value for this token.
getScope() - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Getter for the scope.
getScope() - Method in class com.auth0.json.mgmt.grants.Grant
Getter for the scope.
getScopes() - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Getter for the scopes.
getScopes() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getScript() - Method in class com.auth0.json.mgmt.rules.Rule
Getter for the code to be executed when the rule runs.
getSecret() - Method in class com.auth0.json.auth.CreatedOtpResponse
 
getSecretAccessKey() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getSecrets() - Method in class com.auth0.json.mgmt.actions.Action
 
getSecrets() - Method in class com.auth0.json.mgmt.actions.Version
 
getSessionCookie() - Method in class com.auth0.json.mgmt.tenants.Tenant
 
getSessionLifetime() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the login session lifetime.
getSettings() - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Getter for the specific provider settings.
getSHA256CertFingerprints() - Method in class com.auth0.json.mgmt.client.Android
Getter for the list of allowed SHA256 certificate fingerprints.
getShields() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
 
getShields() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPasswordStageEntry
Get the shields for this Stage entry
getShields() - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
 
getShields() - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
 
getSID() - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Getter for the Twilio SID
getSigningAlgorithm() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getSigningKeys() - Method in class com.auth0.json.mgmt.client.Client
Getter for the application signing keys.
getSigningSecret() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getSink() - Method in class com.auth0.json.mgmt.logstreams.LogStream
Gets the sink of this Log Stream.
getSkipConsentForVerifiableFirstPartyClients() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getSlack() - Method in class com.auth0.json.mgmt.client.Addons
 
getSMTPHost() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getSMTPPass() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getSMTPPort() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getSMTPUser() - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
getSNSAPNSPlatformApplicationARN() - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Getter for the Simple Notification Service Apple Push Notification service platform application Amazon Resource Name.
getSNSFactorProvider() - Method in class com.auth0.client.mgmt.GuardianEntity
Request Guardian's SNS push-notification Factor Provider.
getSNSGCMPlatformApplicationARN() - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Getter for the Simple Notification Service Google Cloud Messaging platform application Amazon Resource Name.
getSources() - Method in class com.auth0.json.mgmt.permissions.Permission
Getter for the permission's sources.
getStage() - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
 
getStage() - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
 
getStage() - Method in class com.auth0.json.mgmt.rules.Rule
Getter for the rule's execution stage.
getStart() - Method in class com.auth0.json.mgmt.Page
Getter for the position of the item this page starts from.
getStartedAt() - Method in class com.auth0.json.mgmt.actions.ExecutionResult
 
getStatus() - Method in class com.auth0.json.mgmt.actions.Action
 
getStatus() - Method in class com.auth0.json.mgmt.actions.Execution
 
getStatus() - Method in class com.auth0.json.mgmt.actions.ServiceStatus
 
getStatus() - Method in class com.auth0.json.mgmt.actions.Trigger
 
getStatus() - Method in class com.auth0.json.mgmt.actions.Version
 
getStatus() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the enrollment status.
getStatus() - Method in class com.auth0.json.mgmt.jobs.Job
 
getStatus() - Method in class com.auth0.json.mgmt.logstreams.LogStream
Gets the status of this Log Stream.
getStatusCode() - Method in exception com.auth0.exception.APIException
Getter for the Http Status Code received in the response.
getStatusCode() - Method in interface com.auth0.net.Response
 
getStrategy() - Method in class com.auth0.json.mgmt.connections.Connection
Getter for the type of the connection, related to the identity provider.
getStrategy() - Method in class com.auth0.json.mgmt.organizations.Connection
 
getSubject() - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
getSubject() - Method in class com.auth0.json.mgmt.client.SigningKey
Getter for the subject.
getSubject() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter for the subject of the email.
getSummary() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the summary of a completed Auth0 Job.
getSupportedTriggers() - Method in class com.auth0.json.mgmt.actions.Action
 
getSupportEmail() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the user support email.
getSupportUrl() - Method in class com.auth0.json.mgmt.tenants.Tenant
Getter for the user support url.
getSuspiciousIPThrottlingConfiguration() - Method in class com.auth0.client.mgmt.AttackProtectionEntity
Gets the suspicious IP throttling configuration
getSyntax() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter for the syntax used in the template's code.
getTeamId() - Method in class com.auth0.json.mgmt.client.IOS
Getter for the identifier assigned to the account that signs and upload the app to the store.
getTelemetry() - Method in class com.auth0.net.TelemetryInterceptor
 
getTemplate() - Method in class com.auth0.json.mgmt.branding.UniversalLoginTemplateUpdate
Getter for the template body.
getTemplates() - Method in class com.auth0.client.mgmt.GuardianEntity
Request the Guardian SMS enrollment and verification templates.
getTenant() - Method in class com.auth0.json.mgmt.client.Client
Getter for the name of the tenant this client belongs to.
getThumbprint() - Method in class com.auth0.json.mgmt.client.Credential
 
getThumbprint() - Method in class com.auth0.json.mgmt.keys.Key
 
getTicket() - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Getter for the ticket url.
getTicket() - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Getter for the ticket url.
getTicketId() - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Getter for the ticket id.
getTicketId() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getTicketUrl() - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Getter for the ticket url.
getTimeLeftSeconds() - Method in class com.auth0.json.mgmt.jobs.Job
Getter for the estimated time remaining before job completes.
getToken() - Method in class com.auth0.client.mgmt.SimpleTokenProvider
 
getToken() - Method in interface com.auth0.client.mgmt.TokenProvider
Responsible for obtaining a token for use with the ManagementAPI client for synchronous requests.
getTokenAsync() - Method in class com.auth0.client.mgmt.SimpleTokenProvider
 
getTokenAsync() - Method in interface com.auth0.client.mgmt.TokenProvider
Responsible for obtaining a token for use with the ManagementAPI client for asynchronous requests.
getTokenDialect() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getTokenEndpointAuthMethod() - Method in class com.auth0.json.mgmt.client.Client
Getter for the requested authentication method for the token endpoint.
getTokenLifetime() - Method in class com.auth0.json.mgmt.client.RefreshToken
Getter for the period in seconds for which refresh tokens will remain valid.
getTokenLifetime() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getTokenLifetimeForWeb() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getTokenType() - Method in class com.auth0.json.auth.TokenHolder
Getter for the token type.
getTotal() - Method in class com.auth0.json.mgmt.jobs.JobSummary
 
getTotal() - Method in class com.auth0.json.mgmt.Page
Getter for the total amount of items.
getTotpSecret() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getTriggerBindings(String, PageFilter) - Method in class com.auth0.client.mgmt.ActionsEntity
Retrieve the actions that are bound to a trigger.
getTriggerId() - Method in class com.auth0.json.mgmt.actions.Binding
 
getTriggerId() - Method in class com.auth0.json.mgmt.actions.Execution
 
getTriggers() - Method in class com.auth0.client.mgmt.ActionsEntity
Get the set of triggers currently available.
getTriggers() - Method in class com.auth0.json.mgmt.actions.Triggers
 
getTtlInSeconds() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getTwilioFactorProvider() - Method in class com.auth0.client.mgmt.GuardianEntity
Request Guardian's Twilio SMS Factor Provider settings.
getType() - Method in enum com.auth0.client.auth.PasswordlessEmailType
Gets the type of Passwordless email request.
getType() - Method in class com.auth0.json.mgmt.actions.BindingActionReference
 
getType() - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Getter for the type of credential.
getType() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the enrollment type.
getType() - Method in class com.auth0.json.mgmt.jobs.Job
 
getType() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the type of this event.
getType() - Method in class com.auth0.json.mgmt.logstreams.LogStream
Gets the type of this Log Stream.
getType() - Method in class com.auth0.json.mgmt.logstreams.LogStreamFilter
 
getType() - Method in class com.auth0.json.mgmt.permissions.PermissionSource
Getter for the source's type.
getType() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
 
getType() - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthMethod
 
getUniversalLoginTemplate() - Method in class com.auth0.client.mgmt.BrandingEntity
Gets the template for the universal login page.
getUpdated() - Method in class com.auth0.json.mgmt.jobs.JobSummary
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.actions.Action
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.actions.Binding
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.actions.Execution
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.actions.Secret
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.actions.Version
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.client.Credential
 
getUpdatedAt() - Method in class com.auth0.json.mgmt.users.User
Getter for the date this user was last updated on.
getUrl() - Method in class com.auth0.json.mgmt.actions.Error
 
getUrl() - Method in class com.auth0.json.mgmt.branding.BrandingFont
Getter for the url of the font.
getUrl() - Method in class com.auth0.json.mgmt.tenants.ErrorPageCustomization
Getter for the url to redirect to instead of showing the default error page.
getUrl() - Method in class com.auth0.net.client.Auth0HttpRequest
 
getUrlLifetimeInSeconds() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Getter for the lifetime in seconds that the link within the email will be valid for.
getUser() - Method in class com.auth0.json.mgmt.jobs.JobErrorDetails
 
getUserId() - Method in class com.auth0.json.auth.CreatedUser
 
getUserId() - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Getter for the user id of the device
getUserId() - Method in class com.auth0.json.mgmt.grants.Grant
Getter for the user id.
getUserId() - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Getter for the id of the User this ticket was made for.
getUserId() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the user id related to this event.
getUserId() - Method in class com.auth0.json.mgmt.organizations.Member
 
getUserId() - Method in class com.auth0.json.mgmt.tickets.EmailVerificationIdentity
Get the user ID.
getUserId() - Method in class com.auth0.json.mgmt.users.Identity
 
getUserMetadata() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getUserMetadata() - Method in class com.auth0.json.mgmt.users.User
Getter for the metadata of the user.
getUsername() - Method in class com.auth0.json.auth.CreatedUser
 
getUsername() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getUsername() - Method in class com.auth0.json.mgmt.users.User
Getter for the user's username.
getUserName() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the user name related to this event.
getValue() - Method in class com.auth0.json.mgmt.actions.BindingActionReference
 
getValue() - Method in class com.auth0.json.mgmt.actions.Secret
Get the value of this secret.
getValue() - Method in class com.auth0.json.mgmt.resourceserver.Scope
 
getValue() - Method in class com.auth0.json.mgmt.rules.RulesConfig
Getter for the value of the rules config
getValue() - Method in class com.auth0.net.Telemetry
 
getValue(String) - Method in exception com.auth0.exception.APIException
Returns a value from the error map, if any.
getValues() - Method in class com.auth0.json.auth.UserInfo
Getter for the values contained in this object
getValues() - Method in class com.auth0.json.mgmt.users.Identity
 
getValues() - Method in class com.auth0.json.mgmt.users.ProfileData
 
getValues() - Method in class com.auth0.json.mgmt.users.User
 
getVerificationLocation() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
getVerificationMessage() - Method in class com.auth0.json.mgmt.guardian.GuardianTemplates
Getter for the message to send when the user is prompted to verify their account via SMS.
getVersion() - Method in class com.auth0.json.mgmt.actions.Dependency
 
getVersion() - Method in class com.auth0.json.mgmt.actions.Trigger
 
getVersion() - Method in class com.auth0.net.Telemetry
 
getVersion(String, String) - Method in class com.auth0.client.mgmt.ActionsEntity
Retrieve a specific version of an action.
getVersions(String, PageFilter) - Method in class com.auth0.client.mgmt.ActionsEntity
Retrieve all of an action's versions.
getWebOrigins() - Method in class com.auth0.json.mgmt.client.Client
Getter for the list of web origins for the application.
Grant - Class in com.auth0.json.mgmt.grants
Class that represents an Auth0 Grant object.
Grant() - Constructor for class com.auth0.json.mgmt.grants.Grant
 
grants() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Grants entity.
GrantsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Grants methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Grants/
GrantsFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Grants endpoint.
GrantsFilter() - Constructor for class com.auth0.client.mgmt.filter.GrantsFilter
 
GrantsPage - Class in com.auth0.json.mgmt.grants
Class that represents a given page of Grants.
GrantsPage(Integer, Integer, Integer, Integer, List<Grant>) - Constructor for class com.auth0.json.mgmt.grants.GrantsPage
 
GrantsPage(List<Grant>) - Constructor for class com.auth0.json.mgmt.grants.GrantsPage
 
guardian() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Guardian entity.
GuardianEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Guardian methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Guardian
GuardianTemplates - Class in com.auth0.json.mgmt.guardian
Class that represents an Auth0 Guardian SMS Templates object.
GuardianTemplates(String, String) - Constructor for class com.auth0.json.mgmt.guardian.GuardianTemplates
 

H

HEADERS - Enum constant in enum com.auth0.client.LoggingOptions.LogLevel
Logs request and response lines, along with their respective headers.
HttpMethod - Enum in com.auth0.net.client
Represents the HTTP methods when calling the Auth0 APIs.
HttpOptions - Class in com.auth0.client
Deprecated.
use the DefaultHttpClient to configure HTTP client behavior
HttpOptions() - Constructor for class com.auth0.client.HttpOptions
Deprecated.
 
HttpRequestBody - Class in com.auth0.net.client
 

I

Identity - Class in com.auth0.json.mgmt.users
 
Identity() - Constructor for class com.auth0.json.mgmt.users.Identity
 
IdTokenValidationException - Exception in com.auth0.exception
Represents an error during the validation of an OIDC-compliant token.
IdTokenValidationException(String) - Constructor for exception com.auth0.exception.IdTokenValidationException
Creates a new IdTokenValidationException.
IdTokenValidationException(String, Throwable) - Constructor for exception com.auth0.exception.IdTokenValidationException
Creates a new IdTokenValidationException.
IdTokenVerifier - Class in com.auth0.utils.tokens
Provides utility methods for validating an OIDC-compliant ID token.
IdTokenVerifier.Builder - Class in com.auth0.utils.tokens
Builder class to construct a IdTokenVerifier
importUsers(String, File, UsersImportOptions) - Method in class com.auth0.client.mgmt.JobsEntity
Requests a Users Imports job.
init(String, String, SignatureVerifier) - Static method in class com.auth0.utils.tokens.IdTokenVerifier
Initialize an instance of IdTokenVerifier.
intercept(Interceptor.Chain) - Method in class com.auth0.net.RateLimitInterceptor
 
intercept(Interceptor.Chain) - Method in class com.auth0.net.TelemetryInterceptor
 
invalidateRememberedBrowsers(String) - Method in class com.auth0.client.mgmt.UsersEntity
Invalidate all remembered browsers across all authentication factors for a user.
Invitation - Class in com.auth0.json.mgmt.organizations
Represents the Invitation object for an organization.
Invitation(Inviter, Invitee, String) - Constructor for class com.auth0.json.mgmt.organizations.Invitation
Create a new instance.
InvitationsFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when fetching invitations.
InvitationsFilter() - Constructor for class com.auth0.client.mgmt.filter.InvitationsFilter
 
InvitationsPage - Class in com.auth0.json.mgmt.organizations
Represents a page of Invitations.
InvitationsPage(Integer, Integer, Integer, Integer, List<Invitation>) - Constructor for class com.auth0.json.mgmt.organizations.InvitationsPage
 
InvitationsPage(List<Invitation>) - Constructor for class com.auth0.json.mgmt.organizations.InvitationsPage
 
InvitationsPageDeserializer - Class in com.auth0.json.mgmt.organizations
Parses a paged response into its InvitationsPage representation.
InvitationsPageDeserializer() - Constructor for class com.auth0.json.mgmt.organizations.InvitationsPageDeserializer
 
Invitee - Class in com.auth0.json.mgmt.organizations
Represents the Invitee object for an Invitation.
Invitee(String) - Constructor for class com.auth0.json.mgmt.organizations.Invitee
Create a new instance.
Inviter - Class in com.auth0.json.mgmt.organizations
Represents the Inviter object for an Invitation.
Inviter(String) - Constructor for class com.auth0.json.mgmt.organizations.Inviter
Create a new instance.
IOS - Class in com.auth0.json.mgmt.client
 
IOS(String, String) - Constructor for class com.auth0.json.mgmt.client.IOS
 
isAccessDenied() - Method in exception com.auth0.exception.APIException
 
isActive() - Method in class com.auth0.json.auth.MfaAuthenticator
 
isAssignMembershipOnLogin() - Method in class com.auth0.json.mgmt.organizations.EnabledConnection
 
isBlocked() - Method in class com.auth0.json.mgmt.users.User
Whether the user is blocked or not.
isDeployed() - Method in class com.auth0.json.mgmt.actions.Version
 
isEmailVerified() - Method in class com.auth0.json.auth.CreatedUser
 
isEmailVerified() - Method in class com.auth0.json.auth.PasswordlessEmailResponse
Whether the email address has been verified (true) or has not been verified (false).
isEmailVerified() - Method in class com.auth0.json.mgmt.users.ProfileData
 
isEmailVerified() - Method in class com.auth0.json.mgmt.users.User
Whether the email was verified or not.
isEnabled() - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Whether this provider is enabled or not.
isEnabled() - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Whether or not this template is enabled.
isEnabled() - Method in class com.auth0.json.mgmt.guardian.Factor
Whether this factor is enabled or not.
isEnabled() - Method in class com.auth0.json.mgmt.rules.Rule
Whether the rule is enabled or not.
isEnabled() - Method in class com.auth0.json.mgmt.tenants.PageCustomization
Whether the custom page will be used instead of the default one or not.
isEnabled() - Method in class com.auth0.net.TelemetryInterceptor
 
isFirstParty() - Method in class com.auth0.json.mgmt.client.Client
Whether this application is a first party client or not.
isHerokuApp() - Method in class com.auth0.json.mgmt.client.Client
Whether this application is a Heroku application or not.
isInvalidCredentials() - Method in exception com.auth0.exception.APIException
 
isMultifactorEnrollRequired() - Method in exception com.auth0.exception.APIException
 
isMultifactorRequired() - Method in exception com.auth0.exception.APIException
 
isMultifactorTokenInvalid() - Method in exception com.auth0.exception.APIException
 
isOIDCConformant() - Method in class com.auth0.json.mgmt.client.Client
Whether this application will conform to strict Open ID Connect specifications or not.
isPhoneVerified() - Method in class com.auth0.json.auth.PasswordlessSmsResponse
Whether the phone number has been verified (true) or has not been verified (false).
isPhoneVerified() - Method in class com.auth0.json.mgmt.users.ProfileData
 
isPhoneVerified() - Method in class com.auth0.json.mgmt.users.User
Whether the phone number was verified or not.
isSecretEncoded() - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Whether the application's client secret is base64 encoded or not.
isSendInvitationEmail() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
isSocial() - Method in class com.auth0.json.mgmt.users.Identity
 
isSSODisabled() - Method in class com.auth0.json.mgmt.client.Client
Whether Single Sign On is disabled or not for this application.
isSuccessful() - Method in class com.auth0.net.client.Auth0HttpResponse
 
isSystem() - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
isTrialExpired() - Method in class com.auth0.json.mgmt.guardian.Factor
Whether the trial has already expired or not.
isVerificationRequired() - Method in exception com.auth0.exception.APIException
 

J

Job - Class in com.auth0.json.mgmt.jobs
Class that represents an Auth0 Job object.
JobError - Class in com.auth0.json.mgmt.jobs
 
JobError(String, String, String) - Constructor for class com.auth0.json.mgmt.jobs.JobError
 
JobErrorDetails - Class in com.auth0.json.mgmt.jobs
Class that represents the error details for an Auth0 Job object.
JobErrorDetails(User, List<JobError>) - Constructor for class com.auth0.json.mgmt.jobs.JobErrorDetails
 
jobs() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Jobs entity.
JobsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Jobs methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Jobs
JobSummary - Class in com.auth0.json.mgmt.jobs
Class that represents the summary of a completed Auth0 Job object.
JWTConfiguration - Class in com.auth0.json.mgmt.client
 
JWTConfiguration(Integer, Object, String) - Constructor for class com.auth0.json.mgmt.client.JWTConfiguration
 

K

Key - Class in com.auth0.json.mgmt.keys
Class that represents an Auth0 Key object.
Key() - Constructor for class com.auth0.json.mgmt.keys.Key
 
KEY_QUERY - Static variable in class com.auth0.client.mgmt.filter.QueryFilter
 
keys() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Keys Entity
KeysEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Keys methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Keys

L

LINK - Enum constant in enum com.auth0.client.auth.PasswordlessEmailType
Send a link.
linkIdentity(String, String) - Method in class com.auth0.client.mgmt.UsersEntity
A token with scope update:current_user_identities is needed.
linkIdentity(String, String, String, String) - Method in class com.auth0.client.mgmt.UsersEntity
Links two User's Identities.
list() - Method in class com.auth0.client.mgmt.KeysEntity
Request all Application Signing Keys.
list() - Method in class com.auth0.client.mgmt.LogStreamsEntity
Creates a request to get all Log Streams.
list() - Method in class com.auth0.client.mgmt.RulesConfigsEntity
Request all the Rules Configs.
list(ActionsFilter) - Method in class com.auth0.client.mgmt.ActionsEntity
Get all actions.
list(ClientFilter) - Method in class com.auth0.client.mgmt.ClientsEntity
Request all the Applications.
list(ClientGrantsFilter) - Method in class com.auth0.client.mgmt.ClientGrantsEntity
Request all the Client Grants.
list(DeviceCredentialsFilter) - Method in class com.auth0.client.mgmt.DeviceCredentialsEntity
Request all the Device Credentials.
list(LogEventFilter) - Method in class com.auth0.client.mgmt.LogEventsEntity
Request all the Log Events.
list(PageFilter) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Get all organizations.
list(ResourceServersFilter) - Method in class com.auth0.client.mgmt.ResourceServerEntity
Creates request to fetch all resource servers.
list(RolesFilter) - Method in class com.auth0.client.mgmt.RolesEntity
Request all Roles created by this tenant that can be assigned to a given user or user group.
list(UserFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Request all the Users.
list(String, GrantsFilter) - Method in class com.auth0.client.mgmt.GrantsEntity
Request all Grants.
listAll(ConnectionFilter) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Request all the ConnectionsEntity.
listAll(RulesFilter) - Method in class com.auth0.client.mgmt.RulesEntity
Request all the Rules.
listAuthenticators(String) - Method in class com.auth0.client.auth.AuthAPI
Returns a list of authenticators associated with your application.
listByEmail(String, FieldsFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Request all the Users that match a given email.
listCredentials(String) - Method in class com.auth0.client.mgmt.ClientsEntity
Get the client credentials associated with this application.
listFactors() - Method in class com.auth0.client.mgmt.GuardianEntity
Request all the Guardian Factors.
listPermissions(String, PageFilter) - Method in class com.auth0.client.mgmt.RolesEntity
Get the permissions associated to the role.
listPermissions(String, PageFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Get the permissions associated to the user.
listRoles(String, PageFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Get the roles associated with a user.
listUsers(String, PageFilter) - Method in class com.auth0.client.mgmt.RolesEntity
Lists the users that have been associated with a given role.
LogEvent - Class in com.auth0.json.mgmt.logevents
Class that represents an Auth0 Events object.
LogEvent() - Constructor for class com.auth0.json.mgmt.logevents.LogEvent
 
LogEventFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Logs endpoint.
LogEventFilter() - Constructor for class com.auth0.client.mgmt.filter.LogEventFilter
 
logEvents() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Log Events entity.
LogEventsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Events methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Logs
LogEventsPage - Class in com.auth0.json.mgmt.logevents
Class that represents a given page of Log Events.
LogEventsPage(Integer, Integer, Integer, Integer, List<LogEvent>) - Constructor for class com.auth0.json.mgmt.logevents.LogEventsPage
 
LogEventsPage(List<LogEvent>) - Constructor for class com.auth0.json.mgmt.logevents.LogEventsPage
 
LoggingOptions - Class in com.auth0.client
Used to configure the HTTP Logging options.
LoggingOptions(LoggingOptions.LogLevel) - Constructor for class com.auth0.client.LoggingOptions
Create a new instance using the specified LoggingOptions.LogLevel
LoggingOptions.LogLevel - Enum in com.auth0.client
 
login(String, char[]) - Method in class com.auth0.client.auth.AuthAPI
Creates a log in request using the 'Password' grant and the given credentials.
login(String, char[], String) - Method in class com.auth0.client.auth.AuthAPI
Creates a log in request using the 'Password Realm' grant and the given credentials.
login(String, String) - Method in class com.auth0.client.auth.AuthAPI
Deprecated.
login(String, String, String) - Method in class com.auth0.client.auth.AuthAPI
Deprecated.
logoutUrl(String, boolean) - Method in class com.auth0.client.auth.AuthAPI
Creates an instance of the LogoutUrlBuilder with the given return-to url.
LogoutUrlBuilder - Class in com.auth0.client.auth
Class that provides the methods to generate a valid Auth0 Logout Url.
LogStream - Class in com.auth0.json.mgmt.logstreams
Represents an Auth0 Log Stream object.
LogStream() - Constructor for class com.auth0.json.mgmt.logstreams.LogStream
Creates a new empty LogStream.
LogStream(String) - Constructor for class com.auth0.json.mgmt.logstreams.LogStream
Creates a new LogStream instance and sets the type, which cannot be changed once set.
LogStreamFilter - Class in com.auth0.json.mgmt.logstreams
Represents an Auth0 Log Stream Filter object.
LogStreamFilter(String, String) - Constructor for class com.auth0.json.mgmt.logstreams.LogStreamFilter
Create a new instance.
logStreams() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Log Streams entity.
LogStreamsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Log Streams methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Log_Streams

M

ManagementAPI - Class in com.auth0.client.mgmt
Class that provides an implementation of the Management API methods defined in https://auth0.com/docs/api/management/v2.
ManagementAPI(String, String) - Constructor for class com.auth0.client.mgmt.ManagementAPI
Deprecated.
Use the ManagementAPI.Builder to configure and create instances.
ManagementAPI(String, String, HttpOptions) - Constructor for class com.auth0.client.mgmt.ManagementAPI
Deprecated.
Use the ManagementAPI.Builder to configure and create instances.
ManagementAPI.Builder - Class in com.auth0.client.mgmt
Builder for ManagementAPI API client instances.
Member - Class in com.auth0.json.mgmt.organizations
Represents the member of an organization.
Member() - Constructor for class com.auth0.json.mgmt.organizations.Member
 
Members - Class in com.auth0.json.mgmt.organizations
Represents the request body when adding or deleting members from an organization.
Members(List<String>) - Constructor for class com.auth0.json.mgmt.organizations.Members
Create a new instance.
MembersPage - Class in com.auth0.json.mgmt.organizations
Represents a page of Members of an organization.
MembersPage(Integer, Integer, Integer, Integer, String, List<Member>) - Constructor for class com.auth0.json.mgmt.organizations.MembersPage
 
MembersPage(Integer, Integer, Integer, Integer, List<Member>) - Constructor for class com.auth0.json.mgmt.organizations.MembersPage
MembersPage(List<Member>) - Constructor for class com.auth0.json.mgmt.organizations.MembersPage
 
MembersPageDeserializer - Class in com.auth0.json.mgmt.organizations
Parses a paged response into its MembersPage representation.
MembersPageDeserializer() - Constructor for class com.auth0.json.mgmt.organizations.MembersPageDeserializer
 
MfaAuthenticator - Class in com.auth0.json.auth
 
MfaAuthenticator() - Constructor for class com.auth0.json.auth.MfaAuthenticator
 
mfaChallengeRequest(String, String, String) - Method in class com.auth0.client.auth.AuthAPI
Request a challenge for multi-factor authentication (MFA) based on the challenge types supported by the application and user.
MfaChallengeResponse - Class in com.auth0.json.auth
 
MfaChallengeResponse() - Constructor for class com.auth0.json.auth.MfaChallengeResponse
 
Mobile - Class in com.auth0.json.mgmt.client
 
Mobile(Android, IOS) - Constructor for class com.auth0.json.mgmt.client.Mobile
 
MultipartRequest<T> - Class in com.auth0.net
Request class that accepts parts to be sent encoded in a form.
MultipartRequest(Auth0HttpClient, TokenProvider, String, HttpMethod, TypeReference<T>) - Constructor for class com.auth0.net.MultipartRequest
 

N

newBuilder() - Static method in class com.auth0.net.client.Auth0HttpResponse
 
newBuilder() - Static method in class com.auth0.net.client.Auth0MultipartRequestBody
 
newBuilder() - Static method in class com.auth0.net.client.DefaultHttpClient
 
newBuilder(String, HttpMethod) - Static method in class com.auth0.net.client.Auth0HttpRequest
 
newBuilder(String, String) - Static method in class com.auth0.client.auth.AuthAPI
Initialize a new AuthAPI.Builder to configure and create an instance.
newBuilder(String, String) - Static method in class com.auth0.client.mgmt.ManagementAPI
Instantiate a new ManagementAPI.Builder to configure and build a new ManagementAPI client.
newBuilder(String, String, ClientAssertionSigner) - Static method in class com.auth0.client.auth.AuthAPI
Initialize a new AuthAPI.Builder to configure and create an instance.
newBuilder(String, String, String) - Static method in class com.auth0.client.auth.AuthAPI
Initialize a new AuthAPI.Builder to configure and create an instance.
NONE - Enum constant in enum com.auth0.client.LoggingOptions.LogLevel
No logging.

O

ObjectMapperProvider - Class in com.auth0.json
Provides access to a single ObjectMapper instance for the serialization and deserialization of JSON data.
Organization - Class in com.auth0.json.mgmt.organizations
Represents the organization object.
Organization() - Constructor for class com.auth0.json.mgmt.organizations.Organization
 
Organization(String) - Constructor for class com.auth0.json.mgmt.organizations.Organization
Create a new instance.
organizations() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Organizations entity.
OrganizationsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Organization endpoints of the Management API.
OrganizationsPage - Class in com.auth0.json.mgmt.organizations
Represents a page of an Organization.
OrganizationsPage(Integer, Integer, Integer, Integer, String, List<Organization>) - Constructor for class com.auth0.json.mgmt.organizations.OrganizationsPage
 
OrganizationsPage(Integer, Integer, Integer, Integer, List<Organization>) - Constructor for class com.auth0.json.mgmt.organizations.OrganizationsPage
OrganizationsPage(List<Organization>) - Constructor for class com.auth0.json.mgmt.organizations.OrganizationsPage
 
OrganizationsPageDeserializer - Class in com.auth0.json.mgmt.organizations
Parses a paged response into its OrganizationsPage representation.
OrganizationsPageDeserializer() - Constructor for class com.auth0.json.mgmt.organizations.OrganizationsPageDeserializer
 

P

Page<T> - Class in com.auth0.json.mgmt
Class that represents a paginated list of objects.
Page(Integer, Integer, Integer, Integer, String, List<T>) - Constructor for class com.auth0.json.mgmt.Page
 
Page(Integer, Integer, Integer, Integer, List<T>) - Constructor for class com.auth0.json.mgmt.Page
 
Page(List<T>) - Constructor for class com.auth0.json.mgmt.Page
 
PageCustomization - Class in com.auth0.json.mgmt.tenants
 
PageCustomization() - Constructor for class com.auth0.json.mgmt.tenants.PageCustomization
 
PageDeserializer<T,U> - Class in com.auth0.json.mgmt
Parses a given paged response into their page pojo representation.
PageDeserializer(Class<U>, String) - Constructor for class com.auth0.json.mgmt.PageDeserializer
 
PageFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling an endpoint that supports Pagination.
PageFilter() - Constructor for class com.auth0.client.mgmt.filter.PageFilter
 
parameters - Variable in class com.auth0.client.mgmt.filter.BaseFilter
 
parseResponseBody(Auth0HttpResponse) - Method in class com.auth0.net.BaseRequest
 
parseResponseBody(Auth0HttpResponse) - Method in class com.auth0.net.VoidRequest
 
PasswordChangeTicket - Class in com.auth0.json.mgmt.tickets
Class that represents an Auth0 Password Change Ticket object.
PasswordChangeTicket(String) - Constructor for class com.auth0.json.mgmt.tickets.PasswordChangeTicket
 
PasswordChangeTicket(String, String) - Constructor for class com.auth0.json.mgmt.tickets.PasswordChangeTicket
 
PasswordlessEmailResponse - Class in com.auth0.json.auth
Represents the successful response when initiating the passwordless flow via email.
PasswordlessEmailResponse() - Constructor for class com.auth0.json.auth.PasswordlessEmailResponse
 
PasswordlessEmailType - Enum in com.auth0.client.auth
Represents the type of the Passwordless email request.
PasswordlessSmsResponse - Class in com.auth0.json.auth
Represents the successful response when initiating the passwordless flow via SMS.
PasswordlessSmsResponse() - Constructor for class com.auth0.json.auth.PasswordlessSmsResponse
 
PATCH - Enum constant in enum com.auth0.net.client.HttpMethod
 
Permission - Class in com.auth0.json.mgmt.permissions
Class that represents an Auth0 Permission object.
Permission() - Constructor for class com.auth0.json.mgmt.permissions.Permission
 
PermissionSource - Class in com.auth0.json.mgmt.permissions
Class that represents an Auth0 Permission's Source object.
PermissionSource() - Constructor for class com.auth0.json.mgmt.permissions.PermissionSource
 
PermissionsPage - Class in com.auth0.json.mgmt.permissions
 
PermissionsPage(Integer, Integer, Integer, Integer, List<Permission>) - Constructor for class com.auth0.json.mgmt.permissions.PermissionsPage
 
PermissionsPage(List<Permission>) - Constructor for class com.auth0.json.mgmt.permissions.PermissionsPage
 
POST - Enum constant in enum com.auth0.net.client.HttpMethod
 
PrivateKeyJwt - Class in com.auth0.json.mgmt.client
Class that represents an Auth0 Application private key JWT authentication method.
PrivateKeyJwt() - Constructor for class com.auth0.json.mgmt.client.PrivateKeyJwt
Create a new instance
PrivateKeyJwt(List<Credential>) - Constructor for class com.auth0.json.mgmt.client.PrivateKeyJwt
Create a new instance
ProfileData - Class in com.auth0.json.mgmt.users
 
ProfileData() - Constructor for class com.auth0.json.mgmt.users.ProfileData
 
ProxyOptions - Class in com.auth0.client
Used to configure Java Proxy-related configurations.
ProxyOptions(Proxy) - Constructor for class com.auth0.client.ProxyOptions
Builds a new instance using the given Proxy.
PublicKeyProvider - Interface in com.auth0.utils.tokens
The interface to obtain a public key.
PublicKeyProviderException - Exception in com.auth0.exception
Represents an error when attempting to retrieve a public key.
PublicKeyProviderException(String) - Constructor for exception com.auth0.exception.PublicKeyProviderException
Creates a new PublicKeyProviderException
PublicKeyProviderException(String, Throwable) - Constructor for exception com.auth0.exception.PublicKeyProviderException
Creates a new PublicKeyProviderException
pushedAuthorizationRequest(String, String, Map<String, String>) - Method in class com.auth0.client.auth.AuthAPI
Builds a request to make a Pushed Authorization Request (PAR) to receive a request_uri to send to the /authorize endpoint.
PushedAuthorizationResponse - Class in com.auth0.json.auth
Represents the response from a Pushed Authorization Request (PAR).
PushedAuthorizationResponse(String, Integer) - Constructor for class com.auth0.json.auth.PushedAuthorizationResponse
 
PUT - Enum constant in enum com.auth0.net.client.HttpMethod
 

Q

QueryFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling endpoints that accept a Query.
QueryFilter() - Constructor for class com.auth0.client.mgmt.filter.QueryFilter
 

R

RateLimitException - Exception in com.auth0.exception
Represents a server error when a rate limit has been exceeded.
RateLimitException(long, long, long) - Constructor for exception com.auth0.exception.RateLimitException
 
RateLimitInterceptor - Class in com.auth0.net
An OkHttp Interceptor responsible for retrying rate-limit errors (429) using a configurable maximum number of retries, and an exponential backoff on retry attempts.
RateLimitInterceptor(int) - Constructor for class com.auth0.net.RateLimitInterceptor
Constructs a new instance with the maximum number of allowed retries.
readResponseBody(Auth0HttpResponse) - Method in class com.auth0.net.BaseRequest
Responsible for parsing the payload that is received as part of the response.
readResponseBody(Auth0HttpResponse) - Method in class com.auth0.net.MultipartRequest
 
RecoveryCode - Class in com.auth0.json.mgmt.users
 
RecoveryCode() - Constructor for class com.auth0.json.mgmt.users.RecoveryCode
 
RefreshToken - Class in com.auth0.json.mgmt.client
Class that represents the configuration of refresh tokens for a client.
RefreshToken() - Constructor for class com.auth0.json.mgmt.client.RefreshToken
 
removePermissions(String, List<Permission>) - Method in class com.auth0.client.mgmt.RolesEntity
Un-associate permissions from a role.
removePermissions(String, List<Permission>) - Method in class com.auth0.client.mgmt.UsersEntity
Remove permissions from a user.
removeRoles(String, List<String>) - Method in class com.auth0.client.mgmt.UsersEntity
Remove roles from a user.
renewAuth(String) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to renew the authentication and get fresh new credentials using a valid Refresh Token and the refresh_token grant.
request(HttpMethod, TypeReference<T>, Consumer<RequestBuilder<T>>) - Method in class com.auth0.client.mgmt.StatsEntity
 
Request<T> - Interface in com.auth0.net
Class that represents an HTTP Request that can be executed.
requestEmailVerification(EmailVerificationTicket) - Method in class com.auth0.client.mgmt.TicketsEntity
Create an Email Verification Ticket.
requestPasswordChange(PasswordChangeTicket) - Method in class com.auth0.client.mgmt.TicketsEntity
Create a Password Change Ticket.
requestToken(String) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to get a Token for the given audience using the 'Client Credentials' grant.
resetPassword(String, String) - Method in class com.auth0.client.auth.AuthAPI
Request a password reset for the given email and database connection, using the client ID configured for this client instance.
resetPassword(String, String, String) - Method in class com.auth0.client.auth.AuthAPI
Request a password reset for the given client ID, email, and database connection.
resetSNSFactorProvider() - Method in class com.auth0.client.mgmt.GuardianEntity
Reset Guardian's SNS push-notification Factor Provider to the defaults.
resetTwilioFactorProvider() - Method in class com.auth0.client.mgmt.GuardianEntity
Reset Guardian's Twilio SMS Factor Provider to the defaults.
ResourceServer - Class in com.auth0.json.mgmt.resourceserver
 
ResourceServer() - Constructor for class com.auth0.json.mgmt.resourceserver.ResourceServer
 
ResourceServer(String) - Constructor for class com.auth0.json.mgmt.resourceserver.ResourceServer
 
ResourceServerEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Resource Server methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Resource_Servers
resourceServers() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Resource Servers entity.
ResourceServersFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Resource Servers endpoint.
ResourceServersFilter() - Constructor for class com.auth0.client.mgmt.filter.ResourceServersFilter
 
ResourceServersPage - Class in com.auth0.json.mgmt.resourceserver
Class that represents a given page of Resource Servers.
ResourceServersPage(Integer, Integer, Integer, Integer, List<ResourceServer>) - Constructor for class com.auth0.json.mgmt.resourceserver.ResourceServersPage
 
ResourceServersPage(List<ResourceServer>) - Constructor for class com.auth0.json.mgmt.resourceserver.ResourceServersPage
 
Response<T> - Interface in com.auth0.net
Represents the response of an HTTP request executed by Request.
revoke(String) - Method in class com.auth0.client.mgmt.KeysEntity
Revoke an Application Signing Key.
revokeToken(String) - Method in class com.auth0.client.auth.AuthAPI
Creates a request to revoke an existing Refresh Token.
Role - Class in com.auth0.json.mgmt.roles
Class that represents an Auth0 Role object.
Role() - Constructor for class com.auth0.json.mgmt.roles.Role
 
roles() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Roles entity.
Roles - Class in com.auth0.json.mgmt.organizations
Represents the request body when adding or deleting roles from a member of an organization.
Roles(List<String>) - Constructor for class com.auth0.json.mgmt.organizations.Roles
Create a new instance.
RolesEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Roles methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Roles/
RolesFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Grants endpoint.
RolesFilter() - Constructor for class com.auth0.client.mgmt.filter.RolesFilter
 
RolesPage - Class in com.auth0.json.mgmt.roles
 
RolesPage(Integer, Integer, Integer, Integer, List<Role>) - Constructor for class com.auth0.json.mgmt.roles.RolesPage
 
RolesPage(List<Role>) - Constructor for class com.auth0.json.mgmt.roles.RolesPage
 
rollBackToVersion(String, String) - Method in class com.auth0.client.mgmt.ActionsEntity
Performs the equivalent of a roll-back of an action to an earlier, specified version.
rotate() - Method in class com.auth0.client.mgmt.KeysEntity
Rotate the Application Signing Key.
rotateRecoveryCode(String) - Method in class com.auth0.client.mgmt.UsersEntity
Rotates a User's Guardian recovery code.
rotateSecret(String) - Method in class com.auth0.client.mgmt.ClientsEntity
Rotates an Application's client secret.
RSA256 - Enum constant in enum com.auth0.client.auth.RSAClientAssertionSigner.RSASigningAlgorithm
The RSA 256 algorithm
RSA384 - Enum constant in enum com.auth0.client.auth.RSAClientAssertionSigner.RSASigningAlgorithm
The RSA 384 algorithm
RSAClientAssertionSigner - Class in com.auth0.client.auth
An implementation of ClientAssertionSigner for RSA-signed client assertions.
RSAClientAssertionSigner(RSAPrivateKey) - Constructor for class com.auth0.client.auth.RSAClientAssertionSigner
Creates a new instance using the RSA256 signing algorithm.
RSAClientAssertionSigner(RSAPrivateKey, RSAClientAssertionSigner.RSASigningAlgorithm) - Constructor for class com.auth0.client.auth.RSAClientAssertionSigner
Creates a new instance.
RSAClientAssertionSigner.RSASigningAlgorithm - Enum in com.auth0.client.auth
Represents the RSA algorithms available to sign the client assertion.
Rule - Class in com.auth0.json.mgmt.rules
Class that represents an Auth0 Rule object.
Rule(String, String) - Constructor for class com.auth0.json.mgmt.rules.Rule
 
rules() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Rules entity.
RulesConfig - Class in com.auth0.json.mgmt.rules
Class that represents an Auth0 Rules Config object.
RulesConfig(String) - Constructor for class com.auth0.json.mgmt.rules.RulesConfig
 
rulesConfigs() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Rules Configs entity.
RulesConfigsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Rules Configs methods of the Management API as defined in See https://auth0.com/docs/api/management/v2#!/Rules_Configs/
RulesEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Rules methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Rules
RulesFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Rules endpoint.
RulesFilter() - Constructor for class com.auth0.client.mgmt.filter.RulesFilter
 
RulesPage - Class in com.auth0.json.mgmt.rules
Class that represents a given page of Rules.
RulesPage(Integer, Integer, Integer, Integer, List<Rule>) - Constructor for class com.auth0.json.mgmt.rules.RulesPage
 
RulesPage(List<Rule>) - Constructor for class com.auth0.json.mgmt.rules.RulesPage
 

S

Scope - Class in com.auth0.json.mgmt.resourceserver
 
Scope(String) - Constructor for class com.auth0.json.mgmt.resourceserver.Scope
 
Secret - Class in com.auth0.json.mgmt.actions
Represents a secret of an action.
Secret(String, String) - Constructor for class com.auth0.json.mgmt.actions.Secret
Creates a new instance.
sendRequest(Auth0HttpRequest) - Method in interface com.auth0.net.client.Auth0HttpClient
Builds, executes, and returns the result of a synchronous HTTP request to an Auth0 API.
sendRequest(Auth0HttpRequest) - Method in class com.auth0.net.client.DefaultHttpClient
 
sendRequestAsync(Auth0HttpRequest) - Method in interface com.auth0.net.client.Auth0HttpClient
Builds and executes an asynchronous HTTP request to an Auth0 API.
sendRequestAsync(Auth0HttpRequest) - Method in class com.auth0.net.client.DefaultHttpClient
 
sendVerificationEmail(String, String) - Method in class com.auth0.client.mgmt.JobsEntity
Sends an Email Verification.
sendVerificationEmail(String, String, EmailVerificationIdentity) - Method in class com.auth0.client.mgmt.JobsEntity
Sends an Email Verification.
sendVerificationEmail(String, String, EmailVerificationIdentity, String) - Method in class com.auth0.client.mgmt.JobsEntity
Sends an Email Verification.
ServiceStatus - Class in com.auth0.json.mgmt.actions
Represents the status of the actions service.
ServiceStatus() - Constructor for class com.auth0.json.mgmt.actions.ServiceStatus
 
SessionCookie - Class in com.auth0.json.mgmt.tenants
Represents the value of the session_cookie field of the Tenant.
SessionCookie(String) - Constructor for class com.auth0.json.mgmt.tenants.SessionCookie
 
setAccessKeyId(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setAdditionalAddon(String, Addon) - Method in class com.auth0.json.mgmt.client.Addons
 
setAddons(Addons) - Method in class com.auth0.json.mgmt.client.Client
Setter for the addons or plugins associated with an application in Auth0.
setAdminNotificationFrequency(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
Sets the frequency email notifications are sent.
setAlg(String) - Method in class com.auth0.json.mgmt.client.Credential
Set the algorithm
setAlgorithm(String) - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Setter for the algorithm used to sign JWTs.
setAllowedClients(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the list of applications that will be allowed to make a delegation request.
setAllowedLogoutUrls(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the application list of URLs that are valid to redirect to after logout from Auth0.
setAllowedLogoutUrls(List<String>) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the tenant list of URLs that are valid to redirect to after logout from Auth0.
setAllowedOrigins(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the list of allowed origins for the application.
setAllowList(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
Sets the list of trusted IP addresses that will not have attack protection enforced against them.
setAllowList(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
Sets the list of trusted IP addresses that will not have attack protection enforced against them.
setAllowOfflineAccess(Boolean) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setAndroid(Android) - Method in class com.auth0.json.mgmt.client.Mobile
Setter for the Android mobile configuration.
setApiKey(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setApiToken(String) - Method in class com.auth0.client.mgmt.ManagementAPI
Update the API token to use on new calls.
setApiUser(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setAppBundleIdentifier(String) - Method in class com.auth0.json.mgmt.client.IOS
Setter for the unique identifier assigned by the developer to the app inside the store.
setAppMetadata(Map<String, Object>) - Method in class com.auth0.json.mgmt.organizations.Invitation
Sets the app metadata associated with this invitation.
setAppMetadata(Map<String, Object>) - Method in class com.auth0.json.mgmt.users.User
Setter for the metadata of the application.
setAppPackageName(String) - Method in class com.auth0.json.mgmt.client.Android
Setter for the Application Package Name.
setAppType(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the type that this application represents.
setAssignMembershipOnLogin(boolean) - Method in class com.auth0.json.mgmt.organizations.EnabledConnection
Sets whether users will be automatically granted membership in the organization when logging in.
setAud(String) - Method in class com.auth0.json.mgmt.blacklists.Token
Setter for the JWT's aud claim.
setAudience(String) - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Setter for the audience.
setAudience(String) - Method in class com.auth0.json.mgmt.grants.Grant
Setter for the audience.
setAudience(String) - Method in class com.auth0.net.TokenRequest
Setter for the audience value to request
setBasicAuthentication(String, char[]) - Method in class com.auth0.client.ProxyOptions
Setter that builds the authentication value to use for this Proxy.
setBlocked(Boolean) - Method in class com.auth0.json.mgmt.users.User
Sets if the user is blocked or not.
setBody(Object) - Method in class com.auth0.net.BaseRequest
 
setBody(Object) - Method in interface com.auth0.net.Request
Sets the response's body directly
setBody(String) - Method in class com.auth0.json.mgmt.branding.UniversalLoginTemplate
Sets for the body of the template.
setBody(String) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets the template code
setBranding(Branding) - Method in class com.auth0.json.mgmt.organizations.Organization
Sets the Branding of this Organization.
setCallbacks(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the list of allowed callback urls for the application.
setCert(String) - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
setCert(String) - Method in class com.auth0.json.mgmt.client.SigningKey
Setter for the signing public key.
setCert(String) - Method in class com.auth0.json.mgmt.keys.Key
 
setChangePasswordPage(PageCustomization) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the change password customization.
setClientAliases(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the list of application aliases.
setClientAuthenticationMethods(ClientAuthenticationMethods) - Method in class com.auth0.json.mgmt.client.Client
 
setClientId(String) - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Setter for the application's client id.
setClientId(String) - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Setter for the client id of the application for which the credential will be created.
setClientId(String) - Method in class com.auth0.json.mgmt.grants.Grant
Setter for the application's client id.
setClientId(String) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Sets the ID of the client.
setClientId(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Setter for the client_id
setClientId(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the Auth0 Application's client ID.
setClientMetadata(Map<String, Object>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the metadata associated with the application, in the form of an object with string values (max 255 chars).
setClientSecret(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the application's client secret.
setCode(String) - Method in class com.auth0.json.mgmt.actions.Action
Sets the code of this action.
setColors(BrandingColors) - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Sets the colors of the branding.
setColors(Colors) - Method in class com.auth0.json.mgmt.organizations.Branding
Sets the value of the Colors for this Branding instance.
setConnection(Connection) - Method in class com.auth0.json.mgmt.organizations.EnabledConnection
Sets the value of the Connection.
setConnection(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the connection this user will be created into.
setConnectionId(String) - Method in class com.auth0.json.mgmt.organizations.EnabledConnection
Sets the connection ID.
setConnectionId(String) - Method in class com.auth0.json.mgmt.organizations.Invitation
Sets the ID of the connection for the inviter to authenticate with.
setConnectionId(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Setter for the id of the connection the user's email should be search in.
setConnectTimeout(int) - Method in class com.auth0.client.HttpOptions
Deprecated.
Sets the value of the connect timeout, in seconds.
setCredentials(EmailProviderCredentials) - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Setter for the provider credentials.
setCredentialType(String) - Method in class com.auth0.json.mgmt.client.Credential
Sets the credential type
setCrossOriginAuth(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Setter whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
setCrossOriginLoc(String) - Method in class com.auth0.json.mgmt.client.Client
URL of the location in your site where the cross-origin verification takes place for the cross-origin auth flow when performing Auth in your own domain instead of Auth0 hosted login page.
setCurrent(Boolean) - Method in class com.auth0.json.mgmt.keys.Key
 
setCurrentSince(Date) - Method in class com.auth0.json.mgmt.keys.Key
 
setCurrentUntil(Date) - Method in class com.auth0.json.mgmt.keys.Key
 
setCustomFields(Map<String, String>) - Method in class com.auth0.net.SignUpRequest
Setter for the additional fields to set when creating a user.
setCustomLoginPage(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the custom login page HTML code.
setCustomLoginPagePreview(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the custom login page preview HTML code.
setDefaultAudience(String) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the default audience used for API Authorization.
setDefaultDirectory(String) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the name of the connection that will be used for password grants at the token endpoint.
setDefaultFromAddress(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Setter for the default from address.
setDefaultRuntime(String) - Method in class com.auth0.json.mgmt.actions.Trigger
Sets the default runtime of this trigger.
setDependencies(List<Dependency>) - Method in class com.auth0.json.mgmt.actions.Action
Sets the dependencies of this action.
setDescription(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the description of the application.
setDescription(String) - Method in class com.auth0.json.mgmt.permissions.Permission
Setter for the role's description.
setDescription(String) - Method in class com.auth0.json.mgmt.resourceserver.Scope
 
setDescription(String) - Method in class com.auth0.json.mgmt.roles.Role
Setter for the role's description.
setDeviceId(String) - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Setter for the unique device identifier.
setDeviceName(String) - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Setter for the device name.
setDisplayName(String) - Method in class com.auth0.json.mgmt.actions.BindingUpdate
Sets the display name of this binding reference.
setDisplayName(String) - Method in class com.auth0.json.mgmt.connections.Connection
Setter for the connection display name, used in the new universal login experience.
setDisplayName(String) - Method in class com.auth0.json.mgmt.organizations.Organization
Sets the display name of this Organization.
setEmail(String) - Method in class com.auth0.json.mgmt.organizations.Member
Sets the email of this Member.
setEmail(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Setter for the user's email.
setEmail(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set the email address used to send verification messages.
setEmail(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's email.
setEmailVerified(Boolean) - Method in class com.auth0.json.mgmt.users.User
Sets if the email was verified or not.
setEnabled(boolean) - Method in class com.auth0.net.TelemetryInterceptor
 
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
Sets whether or not breached password detection is active.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
Sets whether or not brute force protections are active.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
Sets whether or not suspicious IP throttling attack protections are active.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Sets if this provider is enabled or not.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Enables or disables this template.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.guardian.Factor
Sets whether this factor is enabled or not.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.rules.Rule
Sets if the rule is enabled or not.
setEnabled(Boolean) - Method in class com.auth0.json.mgmt.tenants.PageCustomization
Sets if the custom page will be used instead of the default one or not.
setEnabledClients(List<String>) - Method in class com.auth0.json.mgmt.connections.Connection
Setter for the list of applications this connection is enabled for.
setEnabledConnections(List<EnabledConnection>) - Method in class com.auth0.json.mgmt.organizations.Organization
Sets the enabled connections of this Organization.
setEncryptionKey(EncryptionKey) - Method in class com.auth0.json.mgmt.client.Client
Setter for the encryption Key.
setEnforcePolicies(Boolean) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setEnrollmentMessage(String) - Method in class com.auth0.json.mgmt.guardian.GuardianTemplates
Setter for the message to send when the user enrolls with SMS.
setErrorPage(ErrorPageCustomization) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the error page customization.
setExpirationType(String) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for the expiration type of the refresh token.
setExpiresAt(Date) - Method in class com.auth0.json.mgmt.client.Credential
Set the expires_at value for this credential
setFamilyName(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's family name.
setFaviconUrl(String) - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Sets the favicon URL.
setFilters(List<LogStreamFilter>) - Method in class com.auth0.json.mgmt.logstreams.LogStream
Set the log stream filters.
setFingerprint(String) - Method in class com.auth0.json.mgmt.keys.Key
 
setFlags(Map<String, Boolean>) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the tenant flags.
setFont(BrandingFont) - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Sets the font.
setFormTemplate(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the WS federation form template.
setFriendlyName(String) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the friendly name of the tenant.
setFrom(String) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets the sender of the email
setGivenName(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's given name.
setGlobal(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Setter whether this is a global 'All Applications' client representing legacy tenant settings (true) or a regular client (false).
setGrantTypes(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the list of grant types for the application.
setGuardianMFAPage(PageCustomization) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the guardian MFA page customization.
setHeadersToRedact(Set<String>) - Method in class com.auth0.client.LoggingOptions
Sets the headers to redact from the log.
setHTML(String) - Method in class com.auth0.json.mgmt.tenants.PageCustomization
Setter for the page custom HTML code.
setId(String) - Method in class com.auth0.json.mgmt.actions.Trigger
Sets the ID of this trigger.
setId(String) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setId(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's unique identifier.
setIdentity(EmailVerificationIdentity) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Sets the identity.
setIdleSessionLifetime(Integer) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the login session idle lifetime.
setIdleTokenLifetime(Integer) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for the period in seconds for which refresh tokens will remain valid without use.
setIncludeEmailInRedirect(Boolean) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Whether to include the email address as part of the returnUrl in the reset_email (true), or not (false).
setIncludeEmailInRedirect(Boolean) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
 
setInfiniteIdleTokenLifetime(Boolean) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for determining whether tokens expire without use or not.
setInfiniteTokenLifetime(Boolean) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for determining whether tokens have a set lifetime or not.
setInitiateLoginUri(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the initiate login URI.
setIOS(IOS) - Method in class com.auth0.json.mgmt.client.Mobile
Setter for the iOS mobile configuration.
setIsFirstParty(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Setter for whether this application is a first party client or not.
setJTI(String) - Method in class com.auth0.json.mgmt.blacklists.Token
Setter for the JWT's jti to blacklist.
setJWTConfiguration(JWTConfiguration) - Method in class com.auth0.json.mgmt.client.Client
Setter for the JWT configuration object.
setKeyId(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
The id of the credential.
setKid(String) - Method in class com.auth0.json.mgmt.keys.Key
 
setLayer(Addon) - Method in class com.auth0.json.mgmt.client.Addons
 
setLeeway(Integer) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for the period in seconds where the previous refresh token can be exchanged without triggering breach detection.
setLifetimeInSeconds(Integer) - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Setter for the amount of seconds the JWT will be valid.
setLoggingOptions(LoggingOptions) - Method in class com.auth0.client.HttpOptions
Deprecated.
Set the HTTP logging configuration options.
setLogoUri(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the application logo URI.
setLogoUrl(String) - Method in class com.auth0.json.mgmt.branding.BrandingSettings
Sets the logo URL.
setLogoUrl(String) - Method in class com.auth0.json.mgmt.organizations.Branding
Sets the value of the logo URL to display on the login page
setManagementAPIMaxRetries(int) - Method in class com.auth0.client.HttpOptions
Deprecated.
Sets the maximum number of consecutive retries for Management API requests that fail due to rate-limits being reached.
setMarkEmailAsVerified(Boolean) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Setter for the mark_email_as_verified to define if user.email_verified should be set to true after ticket is consumed.
setMaxAttempts(Integer) - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
Sets the maximum number of unsuccessful attempts.
setMaxAttempts(Integer) - Method in class com.auth0.json.mgmt.attackprotection.StageEntry
Set the max attempts for this Stage entry
setMaxRequests(int) - Method in class com.auth0.client.HttpOptions
Deprecated.
Sets the maximum number of requests to execute concurrently.
setMaxRequestsPerHost(int) - Method in class com.auth0.client.HttpOptions
Deprecated.
Sets the maximum number of requests for each host to execute concurrently.
setMetadata(Map<String, Object>) - Method in class com.auth0.json.mgmt.organizations.Organization
Sets the metadata of this Organization.
setMetadata(Map<String, String>) - Method in class com.auth0.json.mgmt.connections.Connection
Setter for the metadata of this connection.
setMethod(String) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
Sets the subscription level for breached password detection methods.
setMobile(Mobile) - Method in class com.auth0.json.mgmt.client.Client
Setter for the configuration related to native mobile apps.
setMode(String) - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
Sets the account lockout mode; determines whether or not IP address is used when counting failed attempts.
setMSCRM(Addon) - Method in class com.auth0.json.mgmt.client.Addons
 
setName(String) - Method in class com.auth0.json.mgmt.actions.Action
Sets the name of this action.
setName(String) - Method in class com.auth0.json.mgmt.actions.Dependency
Sets the name of this dependency.
setName(String) - Method in class com.auth0.json.mgmt.actions.Secret
Sets the name of this secret.
setName(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the application name.
setName(String) - Method in class com.auth0.json.mgmt.client.Credential
Sets the credential name
setName(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Setter for the provider name.
setName(String) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets the name of the template.
setName(String) - Method in class com.auth0.json.mgmt.logstreams.LogStream
Sets the name of this Log Stream.
setName(String) - Method in class com.auth0.json.mgmt.logstreams.LogStreamFilter
 
setName(String) - Method in class com.auth0.json.mgmt.organizations.Connection
Sets the name of the connection.
setName(String) - Method in class com.auth0.json.mgmt.organizations.Member
Sets the name of this Member.
setName(String) - Method in class com.auth0.json.mgmt.organizations.Organization
Sets the name of this Organization.
setName(String) - Method in class com.auth0.json.mgmt.permissions.Permission
Setter for the role's name.
setName(String) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setName(String) - Method in class com.auth0.json.mgmt.roles.Role
Setter for the role's name.
setName(String) - Method in class com.auth0.json.mgmt.rules.Rule
Setter for the name of the rule.
setName(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set a human-readable label to identify the authentication method.
setName(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's name.
setNewPassword(char[]) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
 
setNewPassword(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
setNext(Boolean) - Method in class com.auth0.json.mgmt.keys.Key
 
setNickname(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's nickname.
setOIDCConformant(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Setter for the strict conform to the Open ID Connect specifications.
setOptions(Map<String, Object>) - Method in class com.auth0.json.mgmt.connections.Connection
Setter for the connection options.
setOrder(Integer) - Method in class com.auth0.json.mgmt.rules.Rule
Setter for the rule's order in relation to other rules.
setOrganizationId(String) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Sets the ID of the Organization.
setOrganizationId(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Sets the organization ID.
setOrganizationRequireBehavior(String) - Method in class com.auth0.json.mgmt.client.Client
Sets the value of the organization_require_behavior field
setOrganizationUsage(String) - Method in class com.auth0.json.mgmt.client.Client
Sets the value of the organization_usage field
setPageBackground(String) - Method in class com.auth0.json.mgmt.branding.BrandingColors
Sets the page background color.
setPageBackground(String) - Method in class com.auth0.json.mgmt.organizations.Colors
Sets the color for the background.
setParseExpiryFromCert(Boolean) - Method in class com.auth0.json.mgmt.client.Credential
Whether to parse expiry from x509 certificate
setPassword(char[]) - Method in class com.auth0.json.mgmt.users.User
Setter for the password this user will have once created.
setPassword(String) - Method in class com.auth0.json.mgmt.users.User
Deprecated.
setPem(String) - Method in class com.auth0.json.mgmt.client.Credential
Sets the credential's PEM
setPhoneNumber(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set the destination phone number used to send verification codes via text and voice.
setPhoneNumber(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's phone number (following the E.164 recommendation), only valid when creating a user on SMS connections.
setPhoneVerified(Boolean) - Method in class com.auth0.json.mgmt.users.User
Sets if the phone number was verified or not.
setPicture(String) - Method in class com.auth0.json.mgmt.organizations.Member
Sets the URL for this Member's picture.
setPicture(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's picture url.
setPictureUrl(String) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the tenant picture url.
setPkcs7(String) - Method in class com.auth0.json.mgmt.keys.Key
 
setPKCS7(String) - Method in class com.auth0.json.mgmt.client.SigningKey
Setter for the signing public key in PKCS#7 format.
setPreferredAuthenticationMethod(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set the preferred phone authentication method.
setPreLoginStage(StageEntry) - Method in class com.auth0.json.mgmt.attackprotection.Stage
Sets the pre-login stage entry.
setPreUserRegistrationStage(BreachedPasswordStageEntry) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPasswordStage
Set the pre-user-registration stage entry.
setPreUserRegistrationStage(StageEntry) - Method in class com.auth0.json.mgmt.attackprotection.Stage
Set the pre-user-registration stage entry.
setPrevious(Boolean) - Method in class com.auth0.json.mgmt.keys.Key
 
setPrimary(String) - Method in class com.auth0.json.mgmt.branding.BrandingColors
Sets for the primary color.
setPrimary(String) - Method in class com.auth0.json.mgmt.organizations.Colors
Sets the color for primary elements.
setProperty(String, Object) - Method in class com.auth0.json.mgmt.client.Addon
 
setProxyOptions(ProxyOptions) - Method in class com.auth0.client.HttpOptions
Deprecated.
Setter for the Proxy configuration options
setPub(String) - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
setPublicKey(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set the public key.
setRate(Integer) - Method in class com.auth0.json.mgmt.attackprotection.StageEntry
Sets the rate for this Stage entry
setReadTimeout(int) - Method in class com.auth0.client.HttpOptions
Deprecated.
Sets the value of the read timeout, in seconds.
setRealm(String) - Method in class com.auth0.net.TokenRequest
Setter for the realm value to request
setRealms(List<String>) - Method in class com.auth0.json.mgmt.connections.Connection
Setter for the realms of this connection.
setRefreshToken(RefreshToken) - Method in class com.auth0.json.mgmt.client.Client
Setter for the configuration related to refresh tokens.
setRegion(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setRegistryUrl(String) - Method in class com.auth0.json.mgmt.actions.Dependency
Sets the registry URL of this dependency.
setRelyingPartyIdentifier(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set the relying party identifier.
setRequiresPushedAuthorizationRequests(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Sets whether the client requires pushed authorization requests or not.
setResourceServerId(String) - Method in class com.auth0.json.mgmt.permissions.Permission
Setter for the permissions's resource server identifier.
setResourceServerName(String) - Method in class com.auth0.json.mgmt.permissions.Permission
Setter for the permissions's resource server name.
setResultUrl(String) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets the URL to redirect the user to after a successful action.
setResultUrl(String) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Setter for the url the user will be redirected to after using the ticket.
setResultUrl(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Setter for the url the user will be redirected to after using the ticket.
setRevoked(Boolean) - Method in class com.auth0.json.mgmt.keys.Key
 
setRevokedAt(Date) - Method in class com.auth0.json.mgmt.keys.Key
 
setRMS(Addon) - Method in class com.auth0.json.mgmt.client.Addons
 
setRoles(Roles) - Method in class com.auth0.json.mgmt.organizations.Invitation
Sets the roles to be associated with the user invited.
setRotationType(String) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for the rotation type of the refresh token.
setRuntime(String) - Method in class com.auth0.json.mgmt.actions.Action
Sets the runtime of this action.
setRuntimes(List<String>) - Method in class com.auth0.json.mgmt.actions.Trigger
Sets the runtimes supported by this trigger.
setScope(String) - Method in class com.auth0.net.TokenRequest
Setter for the scope value to request
setScope(List<String>) - Method in class com.auth0.json.mgmt.clientgrants.ClientGrant
Setter for the scope.
setScope(List<String>) - Method in class com.auth0.json.mgmt.grants.Grant
Setter for the scope.
setScopes(Object) - Method in class com.auth0.json.mgmt.client.JWTConfiguration
Setter for the scopes.
setScopes(List<Scope>) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setScript(String) - Method in class com.auth0.json.mgmt.rules.Rule
Setter for the code to be executed when the rule runs.
setSecretAccessKey(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setSecrets(List<Secret>) - Method in class com.auth0.json.mgmt.actions.Action
Sets the secrets of this action.
setSendInvitationEmail(Boolean) - Method in class com.auth0.json.mgmt.organizations.Invitation
Whether the user will receive an invitation email (true) or no email (false).
setSessionCookie(SessionCookie) - Method in class com.auth0.json.mgmt.tenants.Tenant
Sets the value of the session cookie.
setSessionLifetime(Integer) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the login session lifetime.
setSettings(Map<String, Object>) - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Setter for the specific provider settings.
setSHA256CertFingerprints(List<String>) - Method in class com.auth0.json.mgmt.client.Android
Setter for the list of allowed SHA256 certificate fingerprints.
setShields(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
Sets the action to take when a breached password is detected.
setShields(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPasswordStageEntry
Sets the shields for this Stage entry
setShields(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.BruteForceConfiguration
Sets the action to take when a brute force configuration threshold is violated.
setShields(List<String>) - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
Sets the action to take when a suspicious IP throttling threshold is violated.
setShowLogLink(Boolean) - Method in class com.auth0.json.mgmt.tenants.ErrorPageCustomization
Sets if the error page will show a link to the log or not.
setSigningAlgorithm(String) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setSigningSecret(String) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setSink(Map<String, Object>) - Method in class com.auth0.json.mgmt.logstreams.LogStream
Sets the sink of this Log Stream.
setSkipConsentForVerifiableFirstPartyClients(Boolean) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setSlack(Addon) - Method in class com.auth0.json.mgmt.client.Addons
 
setSMTPHost(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setSMTPPass(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setSMTPPort(Integer) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setSMTPUser(String) - Method in class com.auth0.json.mgmt.emailproviders.EmailProviderCredentials
 
setSSODisabled(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Sets if Single Sign On is disabled for this application or not.
setStage(BreachedPasswordStage) - Method in class com.auth0.json.mgmt.attackprotection.BreachedPassword
Sets the per-stage configuration options.
setStage(Stage) - Method in class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
Sets the per-stage configuration options.
setStatus(String) - Method in class com.auth0.json.mgmt.actions.Trigger
Sets the status of this trigger.
setStatus(String) - Method in class com.auth0.json.mgmt.logstreams.LogStream
Sets the status of this Log Stream.
setStrategy(String) - Method in class com.auth0.json.mgmt.organizations.Connection
Sets the strategy of this connection.
setSubject(String) - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
setSubject(String) - Method in class com.auth0.json.mgmt.client.SigningKey
Setter for the subject.
setSubject(String) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets the subject of the email.
setSupportedTriggers(List<Trigger>) - Method in class com.auth0.json.mgmt.actions.Action
Set the supported triggers for this action.
setSupportEmail(String) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the user support email.
setSupportUrl(String) - Method in class com.auth0.json.mgmt.tenants.Tenant
Setter for the user support url.
setSyntax(String) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets for the syntax to be used in the template's code.
setTeamId(String) - Method in class com.auth0.json.mgmt.client.IOS
Setter for the identifier assigned to the account that signs and upload the app to the store.
setTelemetry(Telemetry) - Method in class com.auth0.net.TelemetryInterceptor
 
setTemplate(String) - Method in class com.auth0.json.mgmt.branding.UniversalLoginTemplateUpdate
Sets for the body of the template.
setTenant(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the name of the tenant this client belongs to.
setThumbprint(String) - Method in class com.auth0.json.mgmt.keys.Key
 
setTokenDialect(String) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setTokenEndpointAuthMethod(String) - Method in class com.auth0.json.mgmt.client.Client
Setter for the requested authentication method for the token endpoint.
setTokenLifetime(Integer) - Method in class com.auth0.json.mgmt.client.RefreshToken
Setter for the period in seconds for which refresh tokens will remain valid.
setTokenLifetime(Integer) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setTokenLifetimeForWeb(Integer) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setTotpSecret(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Set the base32 encoded secret for TOTP generation.
setTtlInSeconds(Integer) - Method in class com.auth0.json.mgmt.organizations.Invitation
Sets the number of seconds before this invitation expires.
setTTLSeconds(Integer) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
The ticket's lifetime in seconds starting from the moment of creation.
setTTLSeconds(Integer) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
The ticket's lifetime in seconds starting from the moment of creation.
setType(String) - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Setter for the type of credential.
setType(String) - Method in class com.auth0.json.mgmt.logstreams.LogStreamFilter
Set the log stream filter type.
setType(String) - Method in class com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethod
Sets the type of this enrollment Should be ["phone" or "email" or "totp" or "webauthn-roaming"]
setUniversalLoginTemplate(UniversalLoginTemplateUpdate) - Method in class com.auth0.client.mgmt.BrandingEntity
Sets the template for the universal login page.
setup(EmailProvider) - Method in class com.auth0.client.mgmt.EmailProviderEntity
Setup the Email Provider.
setUrl(String) - Method in class com.auth0.json.mgmt.branding.BrandingFont
Sets the url of the font.
setUrl(String) - Method in class com.auth0.json.mgmt.tenants.ErrorPageCustomization
Setter for the url to redirect to instead of showing the default error page.
setUrlLifetimeInSeconds(Integer) - Method in class com.auth0.json.mgmt.emailtemplates.EmailTemplate
Sets the lifetime in seconds that the link within the email will be valid for.
setUseAuth0SSO(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Sets if Auth0 will do Single Sign On instead of the Identity Provider.
setUseCustomLoginPage(Boolean) - Method in class com.auth0.json.mgmt.client.Client
Sets if this application should use a custom login page or the default one.
setUserId(String) - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Setter for the user id of the devices to retrieve
setUserId(String) - Method in class com.auth0.json.mgmt.grants.Grant
Setter for the user id.
setUserId(String) - Method in class com.auth0.json.mgmt.tickets.EmailVerificationTicket
Setter for the id of the user this ticket is meant to.
setUserId(String) - Method in class com.auth0.json.mgmt.tickets.PasswordChangeTicket
Setter for the id of the user for whom the ticket should be created.
setUserMetadata(Map<String, Object>) - Method in class com.auth0.json.mgmt.organizations.Invitation
Sets the user metadata associated with this invitation.
setUserMetadata(Map<String, Object>) - Method in class com.auth0.json.mgmt.users.User
Setter for the metadata of the user.
setUsername(String) - Method in class com.auth0.json.mgmt.users.User
Setter for the user's username.
setValue(String) - Method in class com.auth0.json.mgmt.actions.Secret
Sets the value of this secret.
setValue(String) - Method in class com.auth0.json.mgmt.devicecredentials.DeviceCredentials
Setter for the base64 encoded string with the value of the credential.
setValue(String) - Method in class com.auth0.json.mgmt.resourceserver.Scope
 
setValue(String) - Method in class com.auth0.json.mgmt.rules.RulesConfig
Setter for the value of the rules config.
setVerificationLocation(String) - Method in class com.auth0.json.mgmt.resourceserver.ResourceServer
 
setVerificationMessage(String) - Method in class com.auth0.json.mgmt.guardian.GuardianTemplates
Setter for the message to send when the user is prompted to verify their account via SMS.
setVerifyEmail(Boolean) - Method in class com.auth0.json.mgmt.users.User
Sets if an email change should be verified.
setVerifyPassword(Boolean) - Method in class com.auth0.json.mgmt.users.User
Sets if a password change should be verified via email.
setVerifyPhoneNumber(Boolean) - Method in class com.auth0.json.mgmt.users.User
Sets if a phone number change should be verified.
setVersion(String) - Method in class com.auth0.json.mgmt.actions.Dependency
Sets the version of this dependency.
setVersion(String) - Method in class com.auth0.json.mgmt.actions.Trigger
Sets the version of this trigger.
setWebOrigins(List<String>) - Method in class com.auth0.json.mgmt.client.Client
Setter for the list of web origins for the application.
SignatureVerifier - Class in com.auth0.utils.tokens
Represents the verification for an ID Token's signature used when validating an ID token.
SigningKey - Class in com.auth0.json.mgmt.client
 
SigningKey(String, String, String) - Constructor for class com.auth0.json.mgmt.client.SigningKey
 
signUp(String, char[], String) - Method in class com.auth0.client.auth.AuthAPI
Creates a sign up request with the given credentials and database connection.
signUp(String, String, char[], String) - Method in class com.auth0.client.auth.AuthAPI
Creates a sign up request with the given credentials and database connection.
signUp(String, String, String) - Method in class com.auth0.client.auth.AuthAPI
Deprecated.
signUp(String, String, String, String) - Method in class com.auth0.client.auth.AuthAPI
SignUpRequest - Class in com.auth0.net
Class that represents a Create User call.
SignUpRequest(Auth0HttpClient, String) - Constructor for class com.auth0.net.SignUpRequest
 
SimpleTokenProvider - Class in com.auth0.client.mgmt
An implementation of TokenProvider that simply returns the token it is configured with.
SNSFactorProvider - Class in com.auth0.json.mgmt.guardian
Class that represents a Guardian's push-notification Factor Provider for Amazon's Simple Notification Service (SNS).
SNSFactorProvider(String, String, String, String, String) - Constructor for class com.auth0.json.mgmt.guardian.SNSFactorProvider
Creates a SNS settings object
Stage - Class in com.auth0.json.mgmt.attackprotection
Represents the stage configuration options
Stage() - Constructor for class com.auth0.json.mgmt.attackprotection.Stage
 
StageEntry - Class in com.auth0.json.mgmt.attackprotection
Represents the per-stage configuration options
StageEntry() - Constructor for class com.auth0.json.mgmt.attackprotection.StageEntry
 
startPasswordlessEmailFlow(String, PasswordlessEmailType) - Method in class com.auth0.client.auth.AuthAPI
Create a request to send an email containing a link or a code to begin authentication with Passwordless connections.
startPasswordlessSmsFlow(String) - Method in class com.auth0.client.auth.AuthAPI
Create a request to send a text message containing a code to begin authentication with Passwordless connections.
stats() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Stats entity.
StatsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Stats methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Stats
SuspiciousIPThrottlingConfiguration - Class in com.auth0.json.mgmt.attackprotection
Represents the Suspicious IP Throttling Configuration
SuspiciousIPThrottlingConfiguration() - Constructor for class com.auth0.json.mgmt.attackprotection.SuspiciousIPThrottlingConfiguration
 

T

Telemetry - Class in com.auth0.net
Representation of the client information sent by this SDK on every request.
Telemetry(String, String) - Constructor for class com.auth0.net.Telemetry
 
Telemetry(String, String, String) - Constructor for class com.auth0.net.Telemetry
 
telemetryEnabled(boolean) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Configure this client to enable or disable sending telemetry data to Auth0 servers (on by default).
TelemetryInterceptor - Class in com.auth0.net
OkHttp Interceptor implementation that adds the auth0-client header to every request made by this SDK.
TelemetryInterceptor() - Constructor for class com.auth0.net.TelemetryInterceptor
 
TEMPLATE_BLOCKED_ACCOUNT - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_CHANGE_PASSWORD - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_ENROLLMENT_EMAIL - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_MFA_OOB_CODE - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_PASSWORD_RESET - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_RESET_EMAIL - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_STOLEN_CREDENTIALS - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_VERIFY_EMAIL - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
TEMPLATE_WELCOME_EMAIL - Static variable in class com.auth0.client.mgmt.EmailTemplatesEntity
 
Tenant - Class in com.auth0.json.mgmt.tenants
Class that represents an Auth0 Tenant Settings object.
Tenant() - Constructor for class com.auth0.json.mgmt.tenants.Tenant
 
tenants() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Tenants entity.
TenantsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Tenant Settings methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Tenants
tickets() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Tickets entity.
TicketsEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Tickets methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Tickets
Token - Class in com.auth0.json.mgmt.blacklists
Class that represents an Auth0 Blacklisted Token object.
Token(String) - Constructor for class com.auth0.json.mgmt.blacklists.Token
 
TokenHolder - Class in com.auth0.json.auth
Class that contains the Tokens obtained after a call to the AuthAPI methods.
TokenHolder() - Constructor for class com.auth0.json.auth.TokenHolder
 
TokenHolder(String, String, String, String, long, String, Date) - Constructor for class com.auth0.json.auth.TokenHolder
 
TokenHolderDeserializer - Class in com.auth0.json.auth
A custom Jackson Deserializer for the TokenHolder object.
TokenHolderDeserializer() - Constructor for class com.auth0.json.auth.TokenHolderDeserializer
 
TokenHolderDeserializer(Class<?>) - Constructor for class com.auth0.json.auth.TokenHolderDeserializer
 
tokenProvider - Variable in class com.auth0.client.mgmt.StatsEntity
 
TokenProvider - Interface in com.auth0.client.mgmt
A TokenProvider is responsible for providing the token used when making authorized requests to the Auth0 Management API.
TokenRequest - Class in com.auth0.net
Class that represents an OAuth 2.0 Authentication/Authorization request.
TokenRequest(Auth0HttpClient, String) - Constructor for class com.auth0.net.TokenRequest
 
Trigger - Class in com.auth0.json.mgmt.actions
Represents an action's trigger.
Trigger() - Constructor for class com.auth0.json.mgmt.actions.Trigger
 
Triggers - Class in com.auth0.json.mgmt.actions
Represents the triggers of an action.
Triggers() - Constructor for class com.auth0.json.mgmt.actions.Triggers
 
TwilioFactorProvider - Class in com.auth0.json.mgmt.guardian
Class that represents a Guardian's SMS Factor Provider for Twilio.
TwilioFactorProvider(String, String, String, String) - Constructor for class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Creates a Twilio settings object You must only specify either a non-null `from` or `messagingServiceSID`, but not both.

U

UniversalLoginTemplate - Class in com.auth0.json.mgmt.branding
 
UniversalLoginTemplate() - Constructor for class com.auth0.json.mgmt.branding.UniversalLoginTemplate
 
UniversalLoginTemplateUpdate - Class in com.auth0.json.mgmt.branding
 
UniversalLoginTemplateUpdate() - Constructor for class com.auth0.json.mgmt.branding.UniversalLoginTemplateUpdate
 
unlinkIdentity(String, String, String) - Method in class com.auth0.client.mgmt.UsersEntity
Un-links two User's Identities.
update(EmailProvider) - Method in class com.auth0.client.mgmt.EmailProviderEntity
Update the existing Email Provider.
update(Tenant) - Method in class com.auth0.client.mgmt.TenantsEntity
Update the Tenant Settings.
update(String, Action) - Method in class com.auth0.client.mgmt.ActionsEntity
Update an existing action.
update(String, Client) - Method in class com.auth0.client.mgmt.ClientsEntity
Update an existing Application.
update(String, Connection) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Update an existing Connection.
update(String, EmailTemplate) - Method in class com.auth0.client.mgmt.EmailTemplatesEntity
Patches the existing Email Template.
update(String, LogStream) - Method in class com.auth0.client.mgmt.LogStreamsEntity
Creates a request to update a Log Stream.
update(String, Organization) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Update an organization.
update(String, ResourceServer) - Method in class com.auth0.client.mgmt.ResourceServerEntity
Creates request for partial update of resource server.
update(String, Role) - Method in class com.auth0.client.mgmt.RolesEntity
Update an existing Role.
update(String, Rule) - Method in class com.auth0.client.mgmt.RulesEntity
Update an existing Rule.
update(String, RulesConfig) - Method in class com.auth0.client.mgmt.RulesConfigsEntity
Update an existing Rules Config.
update(String, User) - Method in class com.auth0.client.mgmt.UsersEntity
Update an existing User.
update(String, String[]) - Method in class com.auth0.client.mgmt.ClientGrantsEntity
Update an existing Client Grant.
updateAuthenticationMethodById(String, String, AuthenticationMethod) - Method in class com.auth0.client.mgmt.UsersEntity
Updates an authentication method.
updateAuthenticationMethods(String, List<AuthenticationMethod>) - Method in class com.auth0.client.mgmt.UsersEntity
Updates an authentication method for a given user.
updateAuthenticationPolicies(List<String>) - Method in class com.auth0.client.mgmt.GuardianEntity
Updates Guardian's MFA authentication policies.
updateBrandingSettings(BrandingSettings) - Method in class com.auth0.client.mgmt.BrandingEntity
Update the branding settings for this tenant.
updateBreachedPasswordSettings(BreachedPassword) - Method in class com.auth0.client.mgmt.AttackProtectionEntity
Update the breached password detection settings.
updateBruteForceConfiguration(BruteForceConfiguration) - Method in class com.auth0.client.mgmt.AttackProtectionEntity
Update the brute force configuration
updateConnection(String, String, EnabledConnection) - Method in class com.auth0.client.mgmt.OrganizationsEntity
Update a connection of an organization.
updateFactor(String, Boolean) - Method in class com.auth0.client.mgmt.GuardianEntity
Update an existing Guardian Factor.
updateSNSFactorProvider(SNSFactorProvider) - Method in class com.auth0.client.mgmt.GuardianEntity
Update Guardian's SNS push-notification Factor Provider.
updateSuspiciousIPThrottlingConfiguration(SuspiciousIPThrottlingConfiguration) - Method in class com.auth0.client.mgmt.AttackProtectionEntity
Update the suspicious IP throttling configuration
updateTemplates(GuardianTemplates) - Method in class com.auth0.client.mgmt.GuardianEntity
Updates the existing Guardian SMS enrollment and verification templates.
updateTriggerBindings(String, BindingsUpdateRequest) - Method in class com.auth0.client.mgmt.ActionsEntity
Update the actions that are bound (i.e.
updateTwilioFactorProvider(TwilioFactorProvider) - Method in class com.auth0.client.mgmt.GuardianEntity
Update Guardian's Twilio SMS Factor Provider.
useAuth0SSO() - Method in class com.auth0.json.mgmt.client.Client
Whether to use Auth0 instead of the Identity Provider to do Single Sign On or not.
useCustomLoginPage() - Method in class com.auth0.json.mgmt.client.Client
Whether to use a custom login page or the default one.
useFederated(boolean) - Method in class com.auth0.client.auth.LogoutUrlBuilder
Request Federated logout.
User - Class in com.auth0.json.mgmt.users
Class that represents an Auth0 User object.
User() - Constructor for class com.auth0.json.mgmt.users.User
 
User(String) - Constructor for class com.auth0.json.mgmt.users.User
 
userBlocks() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the User Blocks entity.
UserBlocks - Class in com.auth0.json.mgmt.userblocks
Class that represents an Auth0 User Block object.
UserBlocks() - Constructor for class com.auth0.json.mgmt.userblocks.UserBlocks
 
UserBlocksEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the User Blocks methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/User_Blocks
UserFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when calling the Users endpoint.
UserFilter() - Constructor for class com.auth0.client.mgmt.filter.UserFilter
Creates a new instance using the latest search engine version.
userInfo(String) - Method in class com.auth0.client.auth.AuthAPI
Request the user information related to the access token.
UserInfo - Class in com.auth0.json.auth
Class that holds the Information related to a User's Access Token.
users() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Users entity.
UsersEntity - Class in com.auth0.client.mgmt
Class that provides an implementation of the Users methods of the Management API as defined in https://auth0.com/docs/api/management/v2#!/Users and https://auth0.com/docs/api/management/v2#!/Users_By_Email
UsersExportField - Class in com.auth0.json.mgmt.jobs
Class that represents a Users Export Job's Field object.
UsersExportField(String) - Constructor for class com.auth0.json.mgmt.jobs.UsersExportField
 
UsersExportField(String, String) - Constructor for class com.auth0.json.mgmt.jobs.UsersExportField
 
UsersExportFilter - Class in com.auth0.client.mgmt.filter
Class used to filter the results received when a Users Exports Job is completed.
UsersExportFilter() - Constructor for class com.auth0.client.mgmt.filter.UsersExportFilter
 
UsersImportOptions - Class in com.auth0.client.mgmt.filter
Class used to change the behavior of a Users Imports Job.
UsersImportOptions() - Constructor for class com.auth0.client.mgmt.filter.UsersImportOptions
 
UsersPage - Class in com.auth0.json.mgmt.users
Class that represents a given Page of Users.
UsersPage(Integer, Integer, Integer, Integer, String, List<User>) - Constructor for class com.auth0.json.mgmt.users.UsersPage
 
UsersPage(Integer, Integer, Integer, Integer, List<User>) - Constructor for class com.auth0.json.mgmt.users.UsersPage
UsersPage(List<User>) - Constructor for class com.auth0.json.mgmt.users.UsersPage
 

V

valueOf(String) - Static method in enum com.auth0.client.auth.PasswordlessEmailType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.auth0.client.auth.RSAClientAssertionSigner.RSASigningAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.auth0.client.LoggingOptions.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.auth0.net.client.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.auth0.client.auth.PasswordlessEmailType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.auth0.client.auth.RSAClientAssertionSigner.RSASigningAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.auth0.client.LoggingOptions.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.auth0.net.client.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String) - Method in class com.auth0.utils.tokens.IdTokenVerifier
Verifies a provided ID Token follows the OIDC specification.
verify(String, String) - Method in class com.auth0.utils.tokens.IdTokenVerifier
Verifies a provided ID Token follows the OIDC specification.
verify(String, String, Integer) - Method in class com.auth0.utils.tokens.IdTokenVerifier
Verifies a provided ID Token follows the OIDC specification.
Version - Class in com.auth0.json.mgmt.actions
Represents a version of an action.
Version() - Constructor for class com.auth0.json.mgmt.actions.Version
 
VersionsPage - Class in com.auth0.json.mgmt.actions
Represents a page of an action's versions.
VersionsPage(Integer, Integer, Integer, Integer, String, List<Version>) - Constructor for class com.auth0.json.mgmt.actions.VersionsPage
 
VersionsPage(Integer, Integer, Integer, Integer, List<Version>) - Constructor for class com.auth0.json.mgmt.actions.VersionsPage
 
VersionsPage(List<Version>) - Constructor for class com.auth0.json.mgmt.actions.VersionsPage
 
VersionsPageDeserializer - Class in com.auth0.json.mgmt.actions
Parses a paged response into its VersionsPage representation.
VersionsPageDeserializer() - Constructor for class com.auth0.json.mgmt.actions.VersionsPageDeserializer
 
voidRequest(HttpMethod, Consumer<RequestBuilder<Void>>) - Method in class com.auth0.client.mgmt.StatsEntity
 
VoidRequest - Class in com.auth0.net
Represents a request that doesn't return any value on its success.
VoidRequest(Auth0HttpClient, TokenProvider, String, HttpMethod) - Constructor for class com.auth0.net.VoidRequest
 

W

willSendEmail() - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Whether to send and email for enrollment or not.
willShowLogLink() - Method in class com.auth0.json.mgmt.tenants.ErrorPageCustomization
Whether the error page will show a link to the log or not.
withActionName(String) - Method in class com.auth0.client.mgmt.filter.ActionsFilter
Filters the result by the name of an action
withAppType(String) - Method in class com.auth0.client.mgmt.filter.ClientFilter
Filter by application type
withAudience(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the audience value.
withAudience(String) - Method in class com.auth0.client.mgmt.filter.ClientGrantsFilter
Filter by audience
withAudience(String) - Method in class com.auth0.client.mgmt.filter.GrantsFilter
Filter by audience
withBody(HttpRequestBody) - Method in class com.auth0.net.client.Auth0HttpRequest.Builder
 
withBody(String) - Method in class com.auth0.net.client.Auth0HttpResponse.Builder
 
withCheckpoint(String, int) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
Filter by checkpoint
withClientAssertionSigner(ClientAssertionSigner) - Method in class com.auth0.client.auth.AuthAPI.Builder
Configure the client with a client assertion signer.
withClientId(String) - Method in class com.auth0.client.mgmt.filter.ClientGrantsFilter
Filter by client id
withClientId(String) - Method in class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
Filter by application's client id
withClientId(String) - Method in class com.auth0.client.mgmt.filter.GrantsFilter
Filter by client id
withClientSecret(String) - Method in class com.auth0.client.auth.AuthAPI.Builder
Configure the client with a client secret.
withCodeChallenge(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the code_challenge parameter used when using the Authorization Code Flow with Proof of Code Exchange (PKCE).
withConnection(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the connection value.
withConnection(String) - Method in class com.auth0.client.mgmt.filter.UserFilter
Connection filter.
withConnectionId(String) - Method in class com.auth0.client.mgmt.filter.UsersExportFilter
ID for the connection from which you want to export users
withConnectionId(String) - Method in class com.auth0.client.mgmt.filter.UsersImportOptions
ID for the connection from which you want to export users
withConnectTimeout(int) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Sets the value of the connect timeout, in seconds.
withDeployed(Boolean) - Method in class com.auth0.client.mgmt.filter.ActionsFilter
Filters the result by its deployment status
withEnabled(boolean) - Method in class com.auth0.client.mgmt.filter.RulesFilter
Filter by enabled value
withExternalId(String) - Method in class com.auth0.client.mgmt.filter.UsersImportOptions
Sets an optional user-defined string that can be used to correlate multiple jobs.
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.ClientFilter
 
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.ConnectionFilter
 
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
 
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.FieldsFilter
Only retrieve certain fields from the item.
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.InvitationsFilter
Only retrieve certain fields from the item.
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
 
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.QueryFilter
 
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.RulesFilter
 
withFields(String, boolean) - Method in class com.auth0.client.mgmt.filter.UserFilter
 
withFields(List<UsersExportField>) - Method in class com.auth0.client.mgmt.filter.UsersExportFilter
Selects the fields to include in each user export
withFilePart(Auth0MultipartRequestBody.FilePart) - Method in class com.auth0.net.client.Auth0MultipartRequestBody.Builder
 
withFormat(String) - Method in class com.auth0.client.mgmt.filter.UsersExportFilter
Changes the output format of the exports file
withFrom(String) - Method in class com.auth0.client.mgmt.filter.PageFilter
Include the from parameter to specify where to start the page selection.
withHeaders(Map<String, String>) - Method in class com.auth0.net.client.Auth0HttpRequest.Builder
 
withHeaders(Map<String, String>) - Method in class com.auth0.net.client.Auth0HttpResponse.Builder
 
withHttpClient(Auth0HttpClient) - Method in class com.auth0.client.auth.AuthAPI.Builder
Configure the client with an Auth0HttpClient.
withHttpClient(Auth0HttpClient) - Method in class com.auth0.client.mgmt.ManagementAPI.Builder
Configure the client with an Auth0HttpClient.
withInstalled(Boolean) - Method in class com.auth0.client.mgmt.filter.ActionsFilter
Filters the result by its installation status
withInvitation(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the invitation query string parameter to join an organization.
withIsFirstParty(boolean) - Method in class com.auth0.client.mgmt.filter.ClientFilter
Filter by first party clients
withIsGlobal(boolean) - Method in class com.auth0.client.mgmt.filter.ClientFilter
Filter by global clients
withLeeway(Integer) - Method in class com.auth0.utils.tokens.IdTokenVerifier.Builder
Specify a custom leeway when validating time-based claims such as exp and auth_time.
withLimit(int) - Method in class com.auth0.client.mgmt.filter.UsersExportFilter
Limits the amount of results
withLogging(LoggingOptions) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Set the HTTP logging configuration options.
withMaxRequests(int) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Sets the maximum number of requests to execute concurrently.
withMaxRequestsPerHost(int) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Sets the maximum number of requests for each host to execute concurrently.
withMaxRetries(int) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Sets the maximum number of consecutive retries for API requests that fail due to rate-limits being reached.
withName(String) - Method in class com.auth0.client.mgmt.filter.ConnectionFilter
Filter by name
withName(String) - Method in class com.auth0.client.mgmt.filter.RolesFilter
Filter by name
withOrganization(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the organization query string parameter value used to login to an organization.
withOrganization(String) - Method in class com.auth0.utils.tokens.IdTokenVerifier.Builder
Specify the expected organization (org_id) the token must be issued for.
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.ActionsFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.ClientFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.ClientGrantsFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.ConnectionFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.GrantsFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.InvitationsFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
 
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.PageFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.QueryFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.ResourceServersFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.RolesFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.RulesFilter
Filter by page
withPage(int, int) - Method in class com.auth0.client.mgmt.filter.UserFilter
 
withParameter(String, String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets an additional parameter.
withPart(String, String) - Method in class com.auth0.net.client.Auth0MultipartRequestBody.Builder
 
withProxy(ProxyOptions) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Configure this client for use with a proxy.
withQuery(String) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
 
withQuery(String) - Method in class com.auth0.client.mgmt.filter.QueryFilter
Filter by a query
withQuery(String) - Method in class com.auth0.client.mgmt.filter.UserFilter
Filter by a query
withReadTimeout(int) - Method in class com.auth0.net.client.DefaultHttpClient.Builder
Sets the value of the read timeout, in seconds.
withResponseType(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the response type value.
withScope(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the scope value.
withSearchEngine(String) - Method in class com.auth0.client.mgmt.filter.UserFilter
Selects which Search Engine version to use when querying for users.
withSendCompletionEmail(boolean) - Method in class com.auth0.client.mgmt.filter.UsersImportOptions
When set to true, sends a completion email to all tenant owners when the import job is finished.
withSort(String) - Method in class com.auth0.client.mgmt.filter.InvitationsFilter
Sort the query
withSort(String) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
 
withSort(String) - Method in class com.auth0.client.mgmt.filter.QueryFilter
Sort the query
withSort(String) - Method in class com.auth0.client.mgmt.filter.UserFilter
 
withState(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the state value.
withStatusCode(int) - Method in class com.auth0.net.client.Auth0HttpResponse.Builder
 
withStrategy(String) - Method in class com.auth0.client.mgmt.filter.ConnectionFilter
Filter by strategy
withTake(int) - Method in class com.auth0.client.mgmt.filter.PageFilter
Include the take parameter to specify the amount of results to return per page.
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.ClientFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.ClientGrantsFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.ConnectionFilter
Include the query summary.
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.GrantsFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.InvitationsFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
 
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.PageFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.QueryFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.ResourceServersFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.RolesFilter
Include the query summary
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.RulesFilter
Include the query summary Warning: Can only be used with RulesEntity.listAll(RulesFilter)
withTotals(boolean) - Method in class com.auth0.client.mgmt.filter.UserFilter
 
withTriggerId(String) - Method in class com.auth0.client.mgmt.filter.ActionsFilter
Filters the result by a trigger ID
withType(String) - Method in class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
Filter by type
withUpsert(boolean) - Method in class com.auth0.client.mgmt.filter.UsersImportOptions
When set to false, pre-existing users that match on email address, user ID, or username will fail.
withUserId(String) - Method in class com.auth0.client.mgmt.filter.DeviceCredentialsFilter
Filter by user id
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form