Package | Description |
---|---|
com.okta.authn.sdk.client | |
com.okta.authn.sdk.impl.client | |
com.okta.authn.sdk.impl.resource | |
com.okta.authn.sdk.resource |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
DefaultAuthenticationClient.unlockAccount(UnlockAccountRequest request,
RequestContext requestContext,
AuthenticationStateHandler stateHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUnlockAccountRequest |
Modifier and Type | Method and Description |
---|---|
UnlockAccountRequest |
DefaultUnlockAccountRequest.setFactorType(FactorType factorType) |
UnlockAccountRequest |
DefaultUnlockAccountRequest.setRelayState(java.lang.String relayState) |
UnlockAccountRequest |
DefaultUnlockAccountRequest.setUsername(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
UnlockAccountRequest |
UnlockAccountRequest.setFactorType(FactorType factorType) |
UnlockAccountRequest |
UnlockAccountRequest.setRelayState(java.lang.String relayState) |
UnlockAccountRequest |
UnlockAccountRequest.setUsername(java.lang.String username) |
Copyright © 2018-2022 Okta. All Rights Reserved.