Class PasswordRecoveryHandler
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.web.application.JspBasedWebHandler
org.exoplatform.web.login.recovery.PasswordRecoveryHandler
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class PasswordRecoveryHandler
extends org.exoplatform.web.application.JspBasedWebHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.exoplatform.web.controller.QualifiedNamestatic final Stringstatic final org.exoplatform.web.controller.QualifiedNamestatic final Stringstatic final Stringstatic final Stringstatic final org.exoplatform.portal.rest.UserFieldValidatorstatic final Stringstatic final Stringstatic final Stringstatic final org.exoplatform.web.controller.QualifiedNamestatic final Stringstatic final StringFields inherited from class org.exoplatform.web.application.JspBasedWebHandler
brandingService, javascriptConfigService, JS_PATHS_PARAM, localeConfigService, skinService, TEXT_HTML_CONTENT_TYPEFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionPasswordRecoveryHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(org.exoplatform.web.ControllerContext controllerContext) protected voidextendApplicationParameters(org.json.JSONObject applicationParameters, Map<String, Object> additionalParameters) protected booleanMethods inherited from class org.exoplatform.web.application.JspBasedWebHandler
prepareDispatchMethods inherited from class org.exoplatform.web.WebRequestHandler
onDestroy, onInitMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
TOKEN
public static final org.exoplatform.web.controller.QualifiedName TOKEN -
LANG
public static final org.exoplatform.web.controller.QualifiedName LANG -
INIT_URL
public static final org.exoplatform.web.controller.QualifiedName INIT_URL -
NAME
- See Also:
-
FORM_URL_PARAM
- See Also:
-
ACTION_PARAM
- See Also:
-
RESET_PASSWORD_ACTION_NAME
- See Also:
-
INITIAL_URI_PARAM
-
EXPIRED_ACTION_NAME
- See Also:
-
SEND_ACTION_NAME
- See Also:
-
ERROR_MESSAGE_PARAM
- See Also:
-
TOKEN_ID_PARAM
- See Also:
-
SUCCESS_MESSAGE_PARAM
- See Also:
-
USERNAME_PARAM
- See Also:
-
PASSWORD_PARAM
- See Also:
-
PASSWORD_CONFIRM_PARAM
- See Also:
-
PASSWORD_VALIDATOR
public static final org.exoplatform.portal.rest.UserFieldValidator PASSWORD_VALIDATOR -
FORGOT_PASSWORD_JSP_PATH
- See Also:
-
-
Constructor Details
-
PasswordRecoveryHandler
public PasswordRecoveryHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService)
-
-
Method Details
-
execute
- Overrides:
executein classorg.exoplatform.web.application.JspBasedWebHandler- Throws:
Exception
-
getHandlerName
- Overrides:
getHandlerNamein classorg.exoplatform.web.application.JspBasedWebHandler
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()- Overrides:
getRequiresLifeCyclein classorg.exoplatform.web.application.JspBasedWebHandler
-
extendApplicationParameters
-