Package org.gluu.oxtrust.action
Class PasswordReminderAction
- java.lang.Object
-
- org.gluu.oxtrust.action.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 Summary
Constructors Constructor Description PasswordReminderAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
enabled()
boolean
getAuthenticationRecaptchaEnabled()
java.lang.String
getEmail()
RecaptchaService
getRecaptchaService()
java.lang.String
requestReminder()
java.lang.String
requestReminderImpl()
void
setEmail(java.lang.String email)
void
setRecaptchaService(RecaptchaService recaptchaService)
-
-
-
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)
-
getRecaptchaService
public RecaptchaService getRecaptchaService()
-
setRecaptchaService
public void setRecaptchaService(RecaptchaService recaptchaService)
-
getAuthenticationRecaptchaEnabled
public boolean getAuthenticationRecaptchaEnabled()
-
-