Class LdapChangePasswordConnector
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.web.login.recovery.ChangePasswordConnector
-
- org.exoplatform.writeinldap.services.LdapChangePasswordConnector
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class LdapChangePasswordConnector extends org.exoplatform.web.login.recovery.ChangePasswordConnector
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.exoplatform.services.log.Loglogstatic StringLOG_SERVICE_NAME
-
Constructor Summary
Constructors Constructor Description LdapChangePasswordConnector(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.organization.idm.PicketLinkIDMService picketLinkIDMService, org.exoplatform.services.organization.idm.externalstore.PicketLinkIDMExternalStoreService picketLinkIDMExternalStoreService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangePassword(String username, String password)booleanisAllowChangeExternalPassword()
-
-
-
Field Detail
-
LOG_SERVICE_NAME
public static final String LOG_SERVICE_NAME
- See Also:
- Constant Field Values
-
log
protected static org.exoplatform.services.log.Log log
-
-
Constructor Detail
-
LdapChangePasswordConnector
public LdapChangePasswordConnector(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.organization.idm.PicketLinkIDMService picketLinkIDMService, org.exoplatform.services.organization.idm.externalstore.PicketLinkIDMExternalStoreService picketLinkIDMExternalStoreService)
-
-