Class OnboardingHandler
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.web.application.JspBasedWebHandler
org.exoplatform.web.login.onboarding.OnboardingHandler
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class OnboardingHandler
extends org.exoplatform.web.application.JspBasedWebHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final Stringstatic final org.exoplatform.web.controller.QualifiedNameprotected static org.exoplatform.services.log.Logstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.exoplatform.portal.rest.UserFieldValidatorstatic 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
ConstructorsConstructorDescriptionOnboardingHandler(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 TypeMethodDescriptionescapeXssCharacters(String message) booleanexecute(org.exoplatform.web.ControllerContext controllerContext) protected voidextendApplicationParameters(org.json.JSONObject applicationParameters, Map<String, Object> additionalParameters) protected booleanprotected booleanisValidCaptch(jakarta.servlet.http.HttpSession session, String captchaValue) Methods 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
-
log
protected static org.exoplatform.services.log.Log log -
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 -
NAME
- See Also:
-
TOKEN
public static final org.exoplatform.web.controller.QualifiedName TOKEN -
LANG
public static final org.exoplatform.web.controller.QualifiedName LANG -
CAPTCHA_PARAM
- See Also:
-
ACTION_PARAM
- See Also:
-
RESET_PASSWORD_ACTION_NAME
- See Also:
-
EXPIRED_ACTION_NAME
- See Also:
-
ERROR_MESSAGE_PARAM
- See Also:
-
TOKEN_ID_PARAM
- See Also:
-
CAPTCHA_WIDTH
public static final int CAPTCHA_WIDTH- See Also:
-
CAPTCHA_HEIGHT
public static final int CAPTCHA_HEIGHT- See Also:
-
ONBOARDING_JSP_PATH
- See Also:
-
-
Constructor Details
-
OnboardingHandler
public OnboardingHandler(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
-
getHandlerName
- Overrides:
getHandlerNamein classorg.exoplatform.web.application.JspBasedWebHandler
-
execute
- Overrides:
executein classorg.exoplatform.web.application.JspBasedWebHandler- Throws:
Exception
-
isValidCaptch
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()- Overrides:
getRequiresLifeCyclein classorg.exoplatform.web.application.JspBasedWebHandler
-
extendApplicationParameters
-
escapeXssCharacters
-