Uses of Interface
com.okta.authn.sdk.resource.UnlockAccountRequest
Package
Description
-
Uses of UnlockAccountRequest in com.okta.authn.sdk.client
Modifier and TypeMethodDescriptiondefault AuthenticationResponse
AuthenticationClient.unlockAccount
(UnlockAccountRequest request, AuthenticationStateHandler stateHandler) Starts a new unlock recovery transaction for a given user and issues a recovery token that can be used to unlock a user’s account.AuthenticationClient.unlockAccount
(UnlockAccountRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) Starts a new unlock recovery transaction for a given user and issues a recovery token that can be used to unlock a user’s account. -
Uses of UnlockAccountRequest in com.okta.authn.sdk.impl.client
Modifier and TypeMethodDescriptionDefaultAuthenticationClient.unlockAccount
(UnlockAccountRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of UnlockAccountRequest in com.okta.authn.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultUnlockAccountRequest.setFactorType
(FactorType factorType) DefaultUnlockAccountRequest.setRelayState
(String relayState) DefaultUnlockAccountRequest.setUsername
(String username) -
Uses of UnlockAccountRequest in com.okta.authn.sdk.resource
Modifier and TypeMethodDescriptionUnlockAccountRequest.setFactorType
(FactorType factorType) UnlockAccountRequest.setRelayState
(String relayState) UnlockAccountRequest.setUsername
(String username)