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.CustomRequest
 
addHeader(String, String) - Method in class com.auth0.net.MultipartRequest
 
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
 
addParameter(String, Object) - Method in class com.auth0.net.CustomRequest
 
addParameter(String, Object) - Method in class com.auth0.net.EmptyBodyRequest
 
addPart(String, File, String) - Method in class com.auth0.net.MultipartRequest
 
addPart(String, String) - Method in class com.auth0.net.MultipartRequest
 
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
 
apiToken - Variable in class com.auth0.client.mgmt.ActionsEntity
 
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
 
AuthAPI - Class in com.auth0.client.auth
Class that provides an implementation of some of the Authentication and Authorization API methods defined in https://auth0.com/docs/api/authentication.
AuthAPI(String, String, String) - Constructor for class com.auth0.client.auth.AuthAPI
Create a new instance with the given tenant's domain, application's client id and client secret.
AuthAPI(String, String, String, HttpOptions) - Constructor for class com.auth0.client.auth.AuthAPI
Create a new instance with the given tenant's domain, application's client id and client secret.
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.
AuthRequest - Interface in com.auth0.net
Class that represents an OAuth 2.0 Authentication/Authorization request.

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
 
baseUrl - Variable in class com.auth0.client.mgmt.ActionsEntity
 
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.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.utils.tokens.IdTokenVerifier.Builder
Constructs an IdTokenVerifier instance from this Builder.

C

client - Variable in class com.auth0.client.mgmt.ActionsEntity
 
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.
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
Class that represents an Auth0 Client Grant object.
ClientGrant() - Constructor for class com.auth0.json.mgmt.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
Class that represents a given page of Client Grants.
ClientGrantsPage(Integer, Integer, Integer, Integer, List<ClientGrant>) - Constructor for class com.auth0.json.mgmt.ClientGrantsPage
 
ClientGrantsPage(List<ClientGrant>) - Constructor for class com.auth0.json.mgmt.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.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.branding - package com.auth0.json.mgmt.branding
 
com.auth0.json.mgmt.client - package com.auth0.json.mgmt.client
 
com.auth0.json.mgmt.emailproviders - package com.auth0.json.mgmt.emailproviders
 
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.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.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.net - package com.auth0.net
 
com.auth0.utils - package com.auth0.utils
 
com.auth0.utils.tokens - package com.auth0.utils.tokens
 
Connection - Class in com.auth0.json.mgmt
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.Connection
 
Connection() - Constructor for class com.auth0.json.mgmt.organizations.Connection
 
Connection(String, String) - Constructor for class com.auth0.json.mgmt.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
Class that represents a given page of Grants.
ConnectionsPage(Integer, Integer, Integer, Integer, List<Connection>) - Constructor for class com.auth0.json.mgmt.ConnectionsPage
 
ConnectionsPage(List<Connection>) - Constructor for class com.auth0.json.mgmt.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, String, String[]) - Method in class com.auth0.client.mgmt.ClientGrantsEntity
Create a Client Grant.
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<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<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<U>) - Method in class com.auth0.json.mgmt.PageDeserializer
 
createRequest() - Method in class com.auth0.net.BaseRequest
 
createRequest() - Method in class com.auth0.net.CreateUserRequest
 
createRequestBody() - Method in class com.auth0.net.CustomRequest
 
createRequestBody() - Method in class com.auth0.net.EmptyBodyRequest
 
createRequestBody() - Method in class com.auth0.net.MultipartRequest
 
createResponseException(Response) - Method in class com.auth0.net.CreateUserRequest
Responsible for parsing an unsuccessful request (status code other than 200) and generating a developer-friendly exception with the error details.
CreateUserRequest - Class in com.auth0.net
 
CreateUserRequest(OkHttpClient, String) - Constructor for class com.auth0.net.CreateUserRequest
 
CustomRequest<T> - Class in com.auth0.net
Request class that accepts parameters to be sent as part of its body.
CustomRequest(OkHttpClient, String, String, TypeReference<T>) - Constructor for class com.auth0.net.CustomRequest
 

D

DailyStats - Class in com.auth0.json.mgmt
Class that represents an Auth0 Daily Stats object.
DailyStats() - Constructor for class com.auth0.json.mgmt.DailyStats
 
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.
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.
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.
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
Class that represents an Auth0 Device Credentials object.
DeviceCredentials(String, String, String, String, String) - Constructor for class com.auth0.json.mgmt.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
 
doNotSendTelemetry() - Method in class com.auth0.client.auth.AuthAPI
Avoid sending Telemetry data in every request to the Auth0 servers.
doNotSendTelemetry() - Method in class com.auth0.client.mgmt.ManagementAPI
Avoid sending Telemetry data in every request to the Auth0 servers.

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
Class that represents an Email Template object.
EmailTemplate() - Constructor for class com.auth0.json.mgmt.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
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.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(OkHttpClient, String, String, 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
 
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.
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.
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(String, UsersExportFilter) - Method in class com.auth0.client.mgmt.JobsEntity
Requests a Users Exports job.

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
 
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
 
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.
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
 
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
 
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.Token
Getter for the JWT's aud claim.
getAudience() - Method in class com.auth0.json.mgmt.ClientGrant
Getter for the audience.
getAudience() - Method in class com.auth0.json.mgmt.Grant
Getter for the audience.
getAuthenticationPolicies() - Method in class com.auth0.client.mgmt.GuardianEntity
Get Guardian's MFA authentication policies.
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.
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
 
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.EmailTemplate
Getter for the template code.
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.Key
 
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.
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.ClientGrant
Getter for the client id of the application.
getClientId() - Method in class com.auth0.json.mgmt.DeviceCredentials
Getter for the client id of the application for which the credential is created.
getClientId() - Method in class com.auth0.json.mgmt.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
 
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
 
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.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.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
 
getContentType() - Method in class com.auth0.net.CreateUserRequest
Getter for the content-type header value to use on this request
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.jobs.Job
 
getCreatedAt() - Method in class com.auth0.json.mgmt.organizations.Invitation
 
getCreatedAt() - Method in class com.auth0.json.mgmt.users.User
Getter for the date this user was created on.
getCredentials() - Method in class com.auth0.json.mgmt.emailproviders.EmailProvider
Getter for the provider credentials.
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.Key
 
getCurrentSince() - Method in class com.auth0.json.mgmt.Key
 
getCurrentUntil() - Method in class com.auth0.json.mgmt.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.DailyStats
Getter for the date to which the stats belong
getDate() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the date of this event.
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.Permission
The getter for the role's description.
getDescription() - Method in class com.auth0.json.mgmt.Role
The getter for the role's description.
getDescription() - Method in class com.auth0.json.mgmt.Scope
 
getDetails() - Method in class com.auth0.json.mgmt.logevents.LogEvent
Getter for the details object.
getDeviceId() - Method in class com.auth0.json.mgmt.DeviceCredentials
Getter for the unique device identifier.
getDeviceName() - Method in class com.auth0.json.mgmt.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.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.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.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.
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.organizations.Invitation
 
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.
getFingerprint() - Method in class com.auth0.json.mgmt.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.
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.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.
getHeadersToRedact() - Method in class com.auth0.client.LoggingOptions
 
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.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.ClientGrant
Getter for the id of the client grant.
getId() - Method in class com.auth0.json.mgmt.Connection
Getter for the id of this connection.
getId() - Method in class com.auth0.json.mgmt.DeviceCredentials
Getter for the unique identifier of the device credentials.
getId() - Method in class com.auth0.json.mgmt.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.PermissionSource
Getter for the source's id.
getId() - Method in class com.auth0.json.mgmt.ResourceServer
 
getId() - Method in class com.auth0.json.mgmt.Role
Getter for the role's unique identifier.
getId() - Method in class com.auth0.json.mgmt.Rule
Getter for the rule's identifier.
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
 
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.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.RulesConfig
Getter for the key of the rules config
getKid() - Method in class com.auth0.json.mgmt.Key
 
getLastAuth() - Method in class com.auth0.json.mgmt.guardian.Enrollment
Getter for the last authentication.
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.
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
 
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.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
 
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
 
getMaxRequestsPerHost() - Method in class com.auth0.client.HttpOptions
 
getMaxRetries() - Method in class com.auth0.net.RateLimitInterceptor
 
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.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
 
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.
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.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.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.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.Permission
Getter for the role's name.
getName() - Method in class com.auth0.json.mgmt.PermissionSource
Getter for the source's name.
getName() - Method in class com.auth0.json.mgmt.ResourceServer
 
getName() - Method in class com.auth0.json.mgmt.Role
Getter for the role's name.
getName() - Method in class com.auth0.json.mgmt.Rule
Getter for the name of the rule
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.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
 
getOptions() - Method in class com.auth0.json.mgmt.Connection
Getter for the connection options.
getOrder() - Method in class com.auth0.json.mgmt.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
 
getPath() - Method in class com.auth0.json.mgmt.jobs.JobError
 
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.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.Key
 
getPKCS7() - Method in class com.auth0.json.mgmt.client.SigningKey
Getter for the signing public key in PKCS#7 format.
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.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
 
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.EmailVerificationIdentity
Get the identity provider name.
getProvider() - Method in class com.auth0.json.mgmt.users.Identity
 
getProvisioningTicketUrl() - Method in class com.auth0.json.mgmt.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
Getter for the Proxy configuration options
getPub() - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
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
 
getRealms() - Method in class com.auth0.json.mgmt.Connection
Getter for the realms of this connection.
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
 
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.
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.Permission
Getter for the permissions's resource server identifier.
getResourceServerName() - Method in class com.auth0.json.mgmt.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.EmailTemplate
Getter the URL to redirect the user to after a successful action.
getRevoked() - Method in class com.auth0.json.mgmt.Key
 
getRevokedAt() - Method in class com.auth0.json.mgmt.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.ClientGrant
Getter for the scope.
getScope() - Method in class com.auth0.json.mgmt.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
 
getScript() - Method in class com.auth0.json.mgmt.Rule
Getter for the code to be executed when the rule runs.
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
 
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
 
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
 
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.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.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.
getStrategy() - Method in class com.auth0.json.mgmt.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.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.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.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.
getTokenDialect() - Method in class com.auth0.json.mgmt.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
 
getTokenLifetimeForWeb() - Method in class com.auth0.json.mgmt.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.
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
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.PermissionSource
Getter for the source's type.
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.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.
getUrlLifetimeInSeconds() - Method in class com.auth0.json.mgmt.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
Getter for the user id of the device
getUserId() - Method in class com.auth0.json.mgmt.EmailVerificationIdentity
Get the user ID.
getUserId() - Method in class com.auth0.json.mgmt.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.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.RulesConfig
Getter for the value of the rules config
getValue() - Method in class com.auth0.json.mgmt.Scope
 
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
 
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
Class that represents an Auth0 Grant object.
Grant() - Constructor for class com.auth0.json.mgmt.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
Class that represents a given page of Grants.
GrantsPage(Integer, Integer, Integer, Integer, List<Grant>) - Constructor for class com.auth0.json.mgmt.GrantsPage
 
GrantsPage(List<Grant>) - Constructor for class com.auth0.json.mgmt.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.
HttpOptions - Class in com.auth0.client
Used to configure additional configuration options when customizing the API client instance.
HttpOptions() - Constructor for class com.auth0.client.HttpOptions
 

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
 
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
 
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.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.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.
isSystem() - Method in class com.auth0.json.mgmt.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
Class that represents an Auth0 Key object.
Key() - Constructor for class com.auth0.json.mgmt.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.ClientGrantsEntity
Deprecated.
Calling this method will soon stop returning the complete list of client grants and instead, limit to the first page of results. Please use ClientGrantsEntity.list(ClientGrantsFilter) instead as it provides pagination support.
list() - Method in class com.auth0.client.mgmt.ClientsEntity
Deprecated.
Calling this method will soon stop returning the complete list of clients and instead, limit to the first page of results. Please use ClientsEntity.list(ClientFilter) instead as it provides pagination support.
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.ResourceServerEntity
Deprecated.
Calling this method will soon stop returning the complete list of resource servers and instead, limit to the first page of results. Please use ResourceServerEntity.list(ResourceServersFilter) instead as it provides pagination support.
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(ConnectionFilter) - Method in class com.auth0.client.mgmt.ConnectionsEntity
Deprecated.
Calling this method will soon stop returning the complete list of connections and instead, limit to the first page of results. Please use ConnectionsEntity.listAll(ConnectionFilter) instead as it provides pagination support.
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(RulesFilter) - Method in class com.auth0.client.mgmt.RulesEntity
Deprecated.
Calling this method will soon stop returning the complete list of rules and instead, limit to the first page of results. Please use RulesEntity.listAll(RulesFilter) instead as it provides pagination support.
list(UserFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Request all the Users.
list(String) - Method in class com.auth0.client.mgmt.GrantsEntity
Deprecated.
Calling this method will soon stop returning the complete list of grants and instead, limit to the first page of results. Please use GrantsEntity.list(String, GrantsFilter) instead as it provides pagination support.
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.
listByEmail(String, FieldsFilter) - Method in class com.auth0.client.mgmt.UsersEntity
Request all the Users that match a given email.
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.
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
Create an instance with the given tenant's domain and API token.
ManagementAPI(String, String, HttpOptions) - Constructor for class com.auth0.client.mgmt.ManagementAPI
Create an instance with the given tenant's domain and API token.
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
 
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(OkHttpClient, String, String, TypeReference<T>) - Constructor for class com.auth0.net.MultipartRequest
 

N

NONE - Enum constant in enum com.auth0.client.LoggingOptions.LogLevel
No logging.

O

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
 
parseResponse(Response) - Method in class com.auth0.net.BaseRequest
 
parseResponse(Response) - Method in class com.auth0.net.CreateUserRequest
 
parseResponse(Response) - 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
 
Permission - Class in com.auth0.json.mgmt
Class that represents an Auth0 Permission object.
Permission() - Constructor for class com.auth0.json.mgmt.Permission
 
PermissionSource - Class in com.auth0.json.mgmt
Class that represents an Auth0 Permission's Source object.
PermissionSource() - Constructor for class com.auth0.json.mgmt.PermissionSource
 
PermissionsPage - Class in com.auth0.json.mgmt
 
PermissionsPage(Integer, Integer, Integer, Integer, List<Permission>) - Constructor for class com.auth0.json.mgmt.PermissionsPage
 
PermissionsPage(List<Permission>) - Constructor for class com.auth0.json.mgmt.PermissionsPage
 
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

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(ResponseBody) - Method in class com.auth0.net.CustomRequest
 
readResponseBody(ResponseBody) - 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(String, TypeReference<T>, Consumer<RequestBuilder<T>>) - Method in class com.auth0.client.mgmt.ActionsEntity
 
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.
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() - Constructor for class com.auth0.json.mgmt.ResourceServer
 
ResourceServer(String) - Constructor for class com.auth0.json.mgmt.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
Class that represents a given page of Resource Servers.
ResourceServersPage(Integer, Integer, Integer, Integer, List<ResourceServer>) - Constructor for class com.auth0.json.mgmt.ResourceServersPage
 
ResourceServersPage(List<ResourceServer>) - Constructor for class com.auth0.json.mgmt.ResourceServersPage
 
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
Class that represents an Auth0 Role object.
Role() - Constructor for class com.auth0.json.mgmt.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
 
RolesPage(Integer, Integer, Integer, Integer, List<Role>) - Constructor for class com.auth0.json.mgmt.RolesPage
 
RolesPage(List<Role>) - Constructor for class com.auth0.json.mgmt.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.
Rule - Class in com.auth0.json.mgmt
Class that represents an Auth0 Rule object.
Rule(String, String) - Constructor for class com.auth0.json.mgmt.Rule
 
rules() - Method in class com.auth0.client.mgmt.ManagementAPI
Getter for the Rules entity.
RulesConfig - Class in com.auth0.json.mgmt
Class that represents an Auth0 Rules Config object.
RulesConfig(String) - Constructor for class com.auth0.json.mgmt.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
Class that represents a given page of Rules.
RulesPage(Integer, Integer, Integer, Integer, List<Rule>) - Constructor for class com.auth0.json.mgmt.RulesPage
 
RulesPage(List<Rule>) - Constructor for class com.auth0.json.mgmt.RulesPage
 

S

Scope - Class in com.auth0.json.mgmt
 
Scope(String) - Constructor for class com.auth0.json.mgmt.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.
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.
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
 
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.Token
Setter for the JWT's aud claim.
setAudience(String) - Method in class com.auth0.json.mgmt.ClientGrant
Setter for the audience.
setAudience(String) - Method in class com.auth0.json.mgmt.Grant
Setter for the audience.
setAudience(String) - Method in interface com.auth0.net.AuthRequest
Setter for the audience value to request
setAudience(String) - Method in class com.auth0.net.TokenRequest
 
setAuthToken(String) - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Deprecated.
use the constructor instead
setAWSAccessKeyId(String) - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Deprecated.
use the constructor instead
setAWSRegion(String) - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Deprecated.
use the constructor instead
setAWSSecretAccessKey(String) - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Deprecated.
use the constructor instead
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.CustomRequest
 
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.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.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.
setClientId(String) - Method in class com.auth0.json.mgmt.ClientGrant
Setter for the application's client id.
setClientId(String) - Method in class com.auth0.json.mgmt.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.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
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.
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.Key
 
setCurrentSince(Date) - Method in class com.auth0.json.mgmt.Key
 
setCurrentUntil(Date) - Method in class com.auth0.json.mgmt.Key
 
setCustomFields(Map<String, String>) - Method in class com.auth0.net.CreateUserRequest
 
setCustomFields(Map<String, String>) - Method in interface 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.Permission
Setter for the role's description.
setDescription(String) - Method in class com.auth0.json.mgmt.Role
Setter for the role's description.
setDescription(String) - Method in class com.auth0.json.mgmt.Scope
 
setDeviceId(String) - Method in class com.auth0.json.mgmt.DeviceCredentials
Setter for the unique device identifier.
setDeviceName(String) - Method in class com.auth0.json.mgmt.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.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.guardian.EnrollmentTicket
Deprecated.
use the constructor instead
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.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.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.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.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
 
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.
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.
setFingerprint(String) - Method in class com.auth0.json.mgmt.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.EmailTemplate
Sets the sender of the email
setFrom(String) - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Deprecated.
use the constructor instead
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
 
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.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.
setKid(String) - Method in class com.auth0.json.mgmt.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.
setLoggingEnabled(boolean) - Method in class com.auth0.client.auth.AuthAPI
Deprecated.
use the logging configuration available in HttpOptions.setLoggingOptions(LoggingOptions) Whether to enable or not the current HTTP Logger for every request and response line, body, and headers. Warning: Enabling logging can leek sensitive information, and should only be done in a controlled, non-production environment.
setLoggingEnabled(boolean) - Method in class com.auth0.client.mgmt.ManagementAPI
Deprecated.
use the logging configuration available in HttpOptions.setLoggingOptions(LoggingOptions) Whether to enable or not the current HTTP Logger for every request and response line, body, and headers. Warning: Enabling logging can leek sensitive information, and should only be done in a controlled, non-production environment.
setLoggingOptions(LoggingOptions) - Method in class com.auth0.client.HttpOptions
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
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
Sets the maximum number of requests to execute concurrently.
setMaxRequestsPerHost(int) - Method in class com.auth0.client.HttpOptions
Sets the maximum number of requests for each host to execute concurrently.
setMessagingServiceSID(String) - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Deprecated.
use the constructor instead
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.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.emailproviders.EmailProvider
Setter for the provider name.
setName(String) - Method in class com.auth0.json.mgmt.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.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.Permission
Setter for the role's name.
setName(String) - Method in class com.auth0.json.mgmt.ResourceServer
 
setName(String) - Method in class com.auth0.json.mgmt.Role
Setter for the role's name.
setName(String) - Method in class com.auth0.json.mgmt.Rule
Setter for the name of the rule.
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.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.Connection
Setter for the connection options.
setOrder(Integer) - Method in class com.auth0.json.mgmt.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.
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.
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.Key
 
setPKCS7(String) - Method in class com.auth0.json.mgmt.client.SigningKey
Setter for the signing public key in PKCS#7 format.
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.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
Setter for the Proxy configuration options
setPub(String) - Method in class com.auth0.json.mgmt.client.EncryptionKey
 
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
Sets the value of the read timeout, in seconds.
setRealm(String) - Method in interface com.auth0.net.AuthRequest
Setter for the realm value to request
setRealm(String) - Method in class com.auth0.net.TokenRequest
 
setRealms(List<String>) - Method in class com.auth0.json.mgmt.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.
setResourceServerId(String) - Method in class com.auth0.json.mgmt.Permission
Setter for the permissions's resource server identifier.
setResourceServerName(String) - Method in class com.auth0.json.mgmt.Permission
Setter for the permissions's resource server name.
setResultUrl(String) - Method in class com.auth0.json.mgmt.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.Key
 
setRevokedAt(Date) - Method in class com.auth0.json.mgmt.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 interface com.auth0.net.AuthRequest
Setter for the scope value to request
setScope(String) - Method in class com.auth0.net.TokenRequest
 
setScope(List<String>) - Method in class com.auth0.json.mgmt.ClientGrant
Setter for the scope.
setScope(List<String>) - Method in class com.auth0.json.mgmt.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
 
setScript(String) - Method in class com.auth0.json.mgmt.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.
setSendEmail(Boolean) - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Deprecated.
use the constructor instead
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.
setSID(String) - Method in class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Deprecated.
use the constructor instead
setSigningAlgorithm(String) - Method in class com.auth0.json.mgmt.ResourceServer
 
setSigningSecret(String) - Method in class com.auth0.json.mgmt.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
 
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
 
setSNSAPNSPlatformApplicationARN(String) - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Deprecated.
use the constructor instead
setSNSGCMPlatformApplicationARN(String) - Method in class com.auth0.json.mgmt.guardian.SNSFactorProvider
Deprecated.
use the constructor instead
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.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.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.client.auth.AuthAPI
Setter for the Telemetry to send in every request to Auth0.
setTelemetry(Telemetry) - Method in class com.auth0.client.mgmt.ManagementAPI
Setter for the Telemetry to send in every request to Auth0.
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.Key
 
setTokenDialect(String) - Method in class com.auth0.json.mgmt.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
 
setTokenLifetimeForWeb(Integer) - Method in class com.auth0.json.mgmt.ResourceServer
 
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
Setter for the type of credential.
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.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
Setter for the user id of the devices to retrieve
setUserId(String) - Method in class com.auth0.json.mgmt.Grant
Setter for the user id.
setUserId(String) - Method in class com.auth0.json.mgmt.guardian.EnrollmentTicket
Deprecated.
use the constructor instead
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
Setter for the base64 encoded string with the value of the credential.
setValue(String) - Method in class com.auth0.json.mgmt.RulesConfig
Setter for the value of the rules config.
setValue(String) - Method in class com.auth0.json.mgmt.Scope
 
setVerificationLocation(String) - Method in class com.auth0.json.mgmt.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 - Interface in com.auth0.net
Class that represents a Create User call.
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() - Constructor for class com.auth0.json.mgmt.guardian.SNSFactorProvider
Deprecated.
use the full constructor instead
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
 
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
Class that represents an Auth0 Blacklisted Token object.
Token(String) - Constructor for class com.auth0.json.mgmt.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
 
TokenRequest - Class in com.auth0.net
 
TokenRequest(OkHttpClient, 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() - Constructor for class com.auth0.json.mgmt.guardian.TwilioFactorProvider
Deprecated.
use the full constructor instead
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.
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.LoggingOptions.LogLevel
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.LoggingOptions.LogLevel
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(String, Consumer<RequestBuilder<Void>>) - Method in class com.auth0.client.mgmt.ActionsEntity
 
VoidRequest - Class in com.auth0.net
Represents a request that doesn't return any value on its success.
VoidRequest(OkHttpClient, String, String) - 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
withCheckpoint(String, int) - Method in class com.auth0.client.mgmt.filter.LogEventFilter
Filter by checkpoint
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
withConnection(String) - Method in class com.auth0.client.auth.AuthorizeUrlBuilder
Sets the connection value.
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
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.
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
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.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.
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
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.
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.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