Class DefaultChangePasswordConnector
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.login.recovery.ChangePasswordConnector
org.exoplatform.web.login.recovery.DefaultChangePasswordConnector
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class DefaultChangePasswordConnector
extends org.exoplatform.web.login.recovery.ChangePasswordConnector
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.exoplatform.services.log.Logstatic final StringFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionDefaultChangePasswordConnector(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, CookieTokenService cookieTokenService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
LOG_SERVICE_NAME
- See Also:
-
log
protected static org.exoplatform.services.log.Log log
-
-
Constructor Details
-
DefaultChangePasswordConnector
public DefaultChangePasswordConnector(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, CookieTokenService cookieTokenService)
-
-
Method Details
-
isAllowChangeExternalPassword
public boolean isAllowChangeExternalPassword()- Specified by:
isAllowChangeExternalPasswordin classorg.exoplatform.web.login.recovery.ChangePasswordConnector- Returns:
- the allowChangeExternalPassword
-
changePassword
- Specified by:
changePasswordin classorg.exoplatform.web.login.recovery.ChangePasswordConnector- Throws:
Exception
-