Uses of Interface
com.okta.authn.sdk.resource.RecoverPasswordRequest
-
Packages that use RecoverPasswordRequest 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 RecoverPasswordRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type RecoverPasswordRequest Modifier and Type Method Description default AuthenticationResponseAuthenticationClient. recoverPassword(RecoverPasswordRequest request, AuthenticationStateHandler stateHandler)Starts a new password recovery transaction for a given user and issues a recovery token that can be used to reset a user’s password.AuthenticationResponseAuthenticationClient. recoverPassword(RecoverPasswordRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler)Starts a new password recovery transaction for a given user and issues a recovery token that can be used to reset a user’s password. -
Uses of RecoverPasswordRequest in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type RecoverPasswordRequest Modifier and Type Method Description AuthenticationResponseDefaultAuthenticationClient. recoverPassword(RecoverPasswordRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of RecoverPasswordRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement RecoverPasswordRequest Modifier and Type Class Description classDefaultRecoverPasswordRequestMethods in com.okta.authn.sdk.impl.resource that return RecoverPasswordRequest Modifier and Type Method Description RecoverPasswordRequestDefaultRecoverPasswordRequest. setFactorType(FactorType factorType)RecoverPasswordRequestDefaultRecoverPasswordRequest. setRelayState(java.lang.String relayState)RecoverPasswordRequestDefaultRecoverPasswordRequest. setUsername(java.lang.String username) -
Uses of RecoverPasswordRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return RecoverPasswordRequest Modifier and Type Method Description RecoverPasswordRequestRecoverPasswordRequest. setFactorType(FactorType factorType)RecoverPasswordRequestRecoverPasswordRequest. setRelayState(java.lang.String relayState)RecoverPasswordRequestRecoverPasswordRequest. setUsername(java.lang.String username)
-