Class PasswordResetAction

java.lang.Object
org.gluu.oxtrust.action.PasswordResetAction
All Implemented Interfaces:
Serializable

@ConversationScoped @Named("passwordResetAction") public class PasswordResetAction extends Object implements Serializable
User: Dejan Maric
See Also:
  • Constructor Details

    • PasswordResetAction

      public PasswordResetAction()
  • Method Details

    • start

      public String start() throws ParseException
      Throws:
      ParseException
    • sendExpirationError

      protected void sendExpirationError()
    • update

      public void update()
    • updateImpl

      public String updateImpl()
    • captchaEnable

      public boolean captchaEnable()
    • cancel

      public String cancel()
    • redirect

      public void redirect()
    • checkAnswer

      public String checkAnswer()
    • isPasswordsEquals

      @AssertTrue(message="Different passwords entered!") public @javax.validation.constraints.AssertTrue(message="Different passwords entered!") boolean isPasswordsEquals()
    • getRequest

      public PasswordResetRequest getRequest()
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getSecurityQuestion

      public String getSecurityQuestion()
    • setSecurityQuestion

      public void setSecurityQuestion(String securityQuestion)
    • getSecurityAnswer

      public String getSecurityAnswer()
    • setSecurityAnswer

      public void setSecurityAnswer(String securityAnswer)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getConfirm

      public String getConfirm()
    • setConfirm

      public void setConfirm(String confirm)
    • getAuthenticationRecaptchaEnabled

      public boolean getAuthenticationRecaptchaEnabled()
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getAnswer

      public GluuCustomAttribute getAnswer()
    • setAnswer

      public void setAnswer(GluuCustomAttribute answer)
    • hasSecurityQuestion

      public boolean hasSecurityQuestion()
    • hasSecurityQuestion

      public void hasSecurityQuestion(boolean hasSecurityQuestion)
    • getResponse

      public String getResponse()
    • setResponse

      public void setResponse(String response)