Class EmbeddedAuthenticationController.PasswordResetEmailRequest
java.lang.Object
com.broadleafcommerce.auth.user.web.endpoint.EmbeddedAuthenticationController.PasswordResetEmailRequest
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EmbeddedAuthenticationController
@Deprecated(forRemoval=true,
since="2.1.4")
public static final class EmbeddedAuthenticationController.PasswordResetEmailRequest
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a request to get an email with a link to reset a user's password.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordResetEmailRequest(String username) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
PasswordResetEmailRequest
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getUsername
Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
PasswordResetEmailRequestDTO