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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, 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.
     
    int
    Deprecated, 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.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PasswordResetEmailRequest

      public PasswordResetEmailRequest(String username)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUsername

      public String getUsername()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object