Uses of Interface
com.okta.authn.sdk.resource.RecoverPasswordRequest
Packages that use RecoverPasswordRequest
Package
Description
-
Uses of RecoverPasswordRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type RecoverPasswordRequestModifier and TypeMethodDescriptiondefault AuthenticationResponse
AuthenticationClient.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.AuthenticationClient.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 RecoverPasswordRequestModifier and TypeMethodDescriptionDefaultAuthenticationClient.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 RecoverPasswordRequestMethods in com.okta.authn.sdk.impl.resource that return RecoverPasswordRequestModifier and TypeMethodDescriptionDefaultRecoverPasswordRequest.setFactorType
(FactorType factorType) DefaultRecoverPasswordRequest.setRelayState
(String relayState) DefaultRecoverPasswordRequest.setUsername
(String username) -
Uses of RecoverPasswordRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return RecoverPasswordRequestModifier and TypeMethodDescriptionRecoverPasswordRequest.setFactorType
(FactorType factorType) RecoverPasswordRequest.setRelayState
(String relayState) RecoverPasswordRequest.setUsername
(String username)