Uses of Interface
com.okta.authn.sdk.resource.UnlockAccountRequest
-
Packages that use UnlockAccountRequest Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of UnlockAccountRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type UnlockAccountRequest Modifier and Type Method Description default 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.AuthenticationResponse
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 UnlockAccountRequest Modifier and Type Method Description AuthenticationResponse
DefaultAuthenticationClient. 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 UnlockAccountRequest Modifier and Type Class Description class
DefaultUnlockAccountRequest
Methods in com.okta.authn.sdk.impl.resource that return UnlockAccountRequest Modifier and Type Method Description UnlockAccountRequest
DefaultUnlockAccountRequest. setFactorType(FactorType factorType)
UnlockAccountRequest
DefaultUnlockAccountRequest. setRelayState(String relayState)
UnlockAccountRequest
DefaultUnlockAccountRequest. setUsername(String username)
-
Uses of UnlockAccountRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return UnlockAccountRequest Modifier and Type Method Description UnlockAccountRequest
UnlockAccountRequest. setFactorType(FactorType factorType)
UnlockAccountRequest
UnlockAccountRequest. setRelayState(String relayState)
UnlockAccountRequest
UnlockAccountRequest. setUsername(String username)
-