- acceptLanguage(String) - Static method in class com.okta.authn.sdk.http.Header
-
- 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, RequestContext, 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, RequestContext, 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
-
- addHeader(Header) - Method in class com.okta.authn.sdk.http.RequestContext
-
- addHeader(String, String) - Method in class com.okta.authn.sdk.http.RequestContext
-
- addHeader(String, List<String>) - Method in class com.okta.authn.sdk.http.RequestContext
-
- addQuery(QueryParameter) - Method in class com.okta.authn.sdk.http.RequestContext
-
- addQuery(String, String) - Method in class com.okta.authn.sdk.http.RequestContext
-
- 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(RecoveryQuestionAnswerRequest, RequestContext, 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, RequestContext, 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(AuthenticationRequest, RequestContext, 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, RequestContext, 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
-
- valueOf(String) - Static method in enum com.okta.authn.sdk.resource.AuthenticationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.okta.authn.sdk.resource.FactorProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.okta.authn.sdk.resource.FactorType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.okta.authn.sdk.resource.AuthenticationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.okta.authn.sdk.resource.FactorProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.okta.authn.sdk.resource.FactorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyActivation(String, String, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Returns the state of factor's activation.
- verifyActivation(String, String, RequestContext, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Returns the state of factor's activation.
- verifyActivation(String, String, RequestContext, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- verifyFactor(String, VerifyFactorRequest, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Verifies an enrolled factor for an authentication transaction with the MFA_REQUIRED or MFA_CHALLENGE state
- verifyFactor(String, VerifyFactorRequest, RequestContext, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Verifies an enrolled factor for an authentication transaction with the MFA_REQUIRED or MFA_CHALLENGE state
- verifyFactor(String, String, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Verifies the state of a factor.
- verifyFactor(String, String, RequestContext, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Verifies the state of a factor.
- verifyFactor(String, String, RequestContext, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- verifyFactor(String, VerifyFactorRequest, RequestContext, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- VerifyFactorRequest - Interface in com.okta.authn.sdk.resource
-
- VerifyPassCodeFactorRequest - Interface in com.okta.authn.sdk.resource
-
- VerifyPushFactorRequest - Interface in com.okta.authn.sdk.resource
-
- VerifyRecoverTokenRequest - Interface in com.okta.authn.sdk.resource
-
- VerifyRecoveryRequest - Interface in com.okta.authn.sdk.resource
-
- verifyRecoveryToken(String, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Validates a recovery token that was distributed to the end user to continue the recovery transaction.
- verifyRecoveryToken(String, RequestContext, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Validates a recovery token that was distributed to the end user to continue the recovery transaction.
- verifyRecoveryToken(String, RequestContext, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-
- VerifyU2fFactorRequest - Interface in com.okta.authn.sdk.resource
-
- verifyUnlockAccount(FactorType, VerifyRecoveryRequest, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Verifies a recovery challenge sent to the user for primary authentication for a recovery transaction with RECOVERY_CHALLENGE status.
- verifyUnlockAccount(FactorType, VerifyRecoveryRequest, RequestContext, AuthenticationStateHandler) - Method in interface com.okta.authn.sdk.client.AuthenticationClient
-
Verifies a recovery challenge sent to the user for primary authentication for a recovery transaction with RECOVERY_CHALLENGE status.
- verifyUnlockAccount(FactorType, VerifyRecoveryRequest, RequestContext, AuthenticationStateHandler) - Method in class com.okta.authn.sdk.impl.client.DefaultAuthenticationClient
-