Uses of Interface
com.okta.authn.sdk.resource.UnlockAccountRequest
Packages that use UnlockAccountRequest
Package
Description
-
Uses of UnlockAccountRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type UnlockAccountRequestModifier 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
Methods in com.okta.authn.sdk.impl.client with parameters of type UnlockAccountRequestModifier and TypeMethodDescriptionDefaultAuthenticationClient.unlockAccount
(UnlockAccountRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of UnlockAccountRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement UnlockAccountRequestMethods in com.okta.authn.sdk.impl.resource that return UnlockAccountRequestModifier and TypeMethodDescriptionDefaultUnlockAccountRequest.setFactorType
(FactorType factorType) DefaultUnlockAccountRequest.setRelayState
(String relayState) DefaultUnlockAccountRequest.setUsername
(String username) -
Uses of UnlockAccountRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return UnlockAccountRequestModifier and TypeMethodDescriptionUnlockAccountRequest.setFactorType
(FactorType factorType) UnlockAccountRequest.setRelayState
(String relayState) UnlockAccountRequest.setUsername
(String username)