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.SerializableUser: 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 booleanenabled()booleangetAuthenticationRecaptchaEnabled()java.lang.StringgetEmail()RecaptchaServicegetRecaptchaService()java.lang.StringrequestReminder()java.lang.StringrequestReminderImpl()voidsetEmail(java.lang.String email)voidsetRecaptchaService(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()
-
-