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(com.okta.sdk.resource.user.factor.FactorType factorType) |
UnlockAccountRequest |
DefaultUnlockAccountRequest.setRelayState(String relayState) |
UnlockAccountRequest |
DefaultUnlockAccountRequest.setUsername(String username) |
Modifier and Type | Method and Description |
---|---|
UnlockAccountRequest |
UnlockAccountRequest.setFactorType(com.okta.sdk.resource.user.factor.FactorType factorType) |
UnlockAccountRequest |
UnlockAccountRequest.setRelayState(String relayState) |
UnlockAccountRequest |
UnlockAccountRequest.setUsername(String username) |
Copyright © 2018–2019 Okta. All rights reserved.