Class PasswordReminderAction

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

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

    • PasswordReminderAction

      public PasswordReminderAction()
  • Method Details

    • requestReminder

      public String requestReminder() throws Exception
      Throws:
      Exception
    • requestReminderImpl

      public String requestReminderImpl() throws Exception
      Throws:
      Exception
    • enabled

      public boolean enabled()
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getRecaptchaService

      public RecaptchaService getRecaptchaService()
    • setRecaptchaService

      public void setRecaptchaService(RecaptchaService recaptchaService)
    • getAuthenticationRecaptchaEnabled

      public boolean getAuthenticationRecaptchaEnabled()