Package org.exoplatform.web.login
Class LoginHandler
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
org.exoplatform.web.application.JspBasedWebHandler
org.exoplatform.web.login.LoginHandler
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class LoginHandler
extends org.exoplatform.web.application.JspBasedWebHandler
-
Field Summary
FieldsFields inherited from class org.exoplatform.web.application.JspBasedWebHandler
brandingService, javascriptConfigService, localeConfigService, skinService, TEXT_HTML_CONTENT_TYPEFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionLoginHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, AuthenticationRegistry authenticationRegistry, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, io.meeds.portal.security.service.SecuritySettingService securitySettingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService, SSOHelper ssoHelper, org.exoplatform.container.xml.InitParams params) -
Method Summary
Methods inherited from class org.exoplatform.web.application.JspBasedWebHandler
prepareDispatchMethods inherited from class org.exoplatform.web.WebRequestHandler
onDestroyMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
LOGIN_EXTENSION_NAME
- See Also:
-
REGISTER_EXTENSION_NAME
- See Also:
-
ERROR_MESSAGE_PARAM
- See Also:
-
-
Constructor Details
-
LoginHandler
public LoginHandler(org.exoplatform.container.PortalContainer container, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.web.login.recovery.PasswordRecoveryService passwordRecoveryService, AuthenticationRegistry authenticationRegistry, org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, io.meeds.portal.security.service.SecuritySettingService securitySettingService, org.exoplatform.web.application.javascript.JavascriptConfigService javascriptConfigService, org.exoplatform.portal.resource.SkinService skinService, SSOHelper ssoHelper, org.exoplatform.container.xml.InitParams params)
-
-
Method Details
-
getHandlerName
- Overrides:
getHandlerNamein classorg.exoplatform.web.application.JspBasedWebHandler
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()- Overrides:
getRequiresLifeCyclein classorg.exoplatform.web.application.JspBasedWebHandler
-
onInit
public void onInit(org.exoplatform.web.WebAppController controller, jakarta.servlet.ServletConfig servletConfig) - Overrides:
onInitin classorg.exoplatform.web.WebRequestHandler
-
execute
- Overrides:
executein classorg.exoplatform.web.application.JspBasedWebHandler- Throws:
Exception
-