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 AuthenticationResponseAuthenticationClient. 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.AuthenticationResponseAuthenticationClient. 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 AuthenticationResponseDefaultAuthenticationClient. 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 classDefaultUnlockAccountRequestMethods in com.okta.authn.sdk.impl.resource that return UnlockAccountRequest Modifier and Type Method Description UnlockAccountRequestDefaultUnlockAccountRequest. setFactorType(FactorType factorType)UnlockAccountRequestDefaultUnlockAccountRequest. setRelayState(java.lang.String relayState)UnlockAccountRequestDefaultUnlockAccountRequest. setUsername(java.lang.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 UnlockAccountRequestUnlockAccountRequest. setFactorType(FactorType factorType)UnlockAccountRequestUnlockAccountRequest. setRelayState(java.lang.String relayState)UnlockAccountRequestUnlockAccountRequest. setUsername(java.lang.String username)
-