Class EmbeddedLoginProperties.EmbeddedLoginPaths

java.lang.Object
com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure.EmbeddedLoginProperties.EmbeddedLoginPaths
Enclosing class:
EmbeddedLoginProperties

public static class EmbeddedLoginProperties.EmbeddedLoginPaths extends Object
  • Constructor Details

    • EmbeddedLoginPaths

      public EmbeddedLoginPaths()
  • Method Details

    • getAllEmbeddedPaths

      public List<String> getAllEmbeddedPaths()
    • getLogin

      public String getLogin()
    • getRequestPasswordReset

      public String getRequestPasswordReset()
    • getResetPassword

      public String getResetPassword()
    • getChangePassword

      public String getChangePassword()
    • setLogin

      public void setLogin(String login)
    • setRequestPasswordReset

      public void setRequestPasswordReset(String requestPasswordReset)
    • setResetPassword

      public void setResetPassword(String resetPassword)
    • setChangePassword

      public void setChangePassword(String changePassword)