- activateFactor(String, ActivateFactorRequest, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
The sms, call and token:software:totp factor types require activation to complete the enrollment process.
- activateFactor(String, ActivateFactorRequest, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- ActivateFactorRequest - Interface in com.okta.authn.sdk.resource
-
- ActivatePassCodeFactorRequest - Interface in com.okta.authn.sdk.resource
-
- ActivateU2fFactorRequest - Interface in com.okta.authn.sdk.resource
-
- answerRecoveryQuestion(String, String, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Answers the user’s recovery question to ensure only the end user redeemed the recovery token for recovery transaction
with a RECOVERY status.
- answerRecoveryQuestion(RecoveryQuestionAnswerRequest, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Answers the user’s recovery question to ensure only the end user redeemed the recovery token for recovery transaction
with a RECOVERY status.
- answerRecoveryQuestion(String, String, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- answerRecoveryQuestion(RecoveryQuestionAnswerRequest, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- ApiReference - Annotation Type in com.okta.authn.sdk.doc
-
Identifies a method that calls a remote API and adds an external documentation link.
- authenticate(String, char[], String, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Initiates a username and password login against Okta's Authentication API.
- authenticate(AuthenticationRequest, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Initiates a username and password login against Okta's Authentication API.
- authenticate(String, char[], String, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- authenticate(AuthenticationRequest, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- AuthenticationClient - Interface in com.okta.authn.sdk.client
-
The Okta Authentication API provides operations to authenticate users, perform multi-factor enrollment and verification,
recover forgotten passwords, and unlock accounts.
- AuthenticationClientBuilder - Interface in com.okta.authn.sdk.client
-
- AuthenticationClients - Class in com.okta.authn.sdk.client
-
- AuthenticationClients() - Constructor for class com.okta.authn.sdk.client.AuthenticationClients
-
- AuthenticationException - Exception in com.okta.authn.sdk
-
Base Authentication Exception.
- AuthenticationException(Error) - Constructor for exception com.okta.authn.sdk.AuthenticationException
-
- AuthenticationException(ResourceException) - Constructor for exception com.okta.authn.sdk.AuthenticationException
-
- AuthenticationFailureException - Exception in com.okta.authn.sdk
-
Authentication/login attempt failure.
- AuthenticationFailureException(Error) - Constructor for exception com.okta.authn.sdk.AuthenticationFailureException
-
- AuthenticationFailureException(ResourceException) - Constructor for exception com.okta.authn.sdk.AuthenticationFailureException
-
- AuthenticationRequest - Interface in com.okta.authn.sdk.resource
-
- AuthenticationResponse - Interface in com.okta.authn.sdk.resource
-
- AuthenticationStateHandler - Interface in com.okta.authn.sdk
-
Each method of AuthenticationStateHandler
corresponds to a state of Okta's Authentication state machine.
- AuthenticationStateHandlerAdapter - Class in com.okta.authn.sdk
-
- AuthenticationStateHandlerAdapter() - Constructor for class com.okta.authn.sdk.AuthenticationStateHandlerAdapter
-
- AuthenticationStatus - Enum in com.okta.authn.sdk.resource
-
From: https://developer.okta.com/docs/api/resources/authn#transaction-state
- AuthnResourceFactoryConfig - Class in com.okta.authn.sdk.impl.resource
-
- AuthnResourceFactoryConfig() - Constructor for class com.okta.authn.sdk.impl.resource.AuthnResourceFactoryConfig
-
- AuthnSdkUserAgentProvider - Class in com.okta.authn.sdk.impl.http
-
- AuthnSdkUserAgentProvider() - Constructor for class com.okta.authn.sdk.impl.http.AuthnSdkUserAgentProvider
-