Class PasswordReminderAction

  • All Implemented Interfaces:
    java.io.Serializable

    @ConversationScoped
    @Named("passwordReminderAction")
    public class PasswordReminderAction
    extends java.lang.Object
    implements java.io.Serializable
    User: Dejan Maric
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordReminderAction

        public PasswordReminderAction()
    • Method Detail

      • requestReminder

        public java.lang.String requestReminder()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • requestReminderImpl

        public java.lang.String requestReminderImpl()
                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • enabled

        public boolean enabled()
      • getEmail

        public java.lang.String getEmail()
      • setEmail

        public void setEmail​(java.lang.String email)
      • setRecaptchaService

        public void setRecaptchaService​(RecaptchaService recaptchaService)
      • getAuthenticationRecaptchaEnabled

        public boolean getAuthenticationRecaptchaEnabled()