public class LDAPUserManagerFactory extends Object implements SessionFactory
SessionFactory responsible for creating the LDAPUserManager.
Is plugged into the ProcessEngineConfiguration automatically through the LDAPConfigurator.| Modifier and Type | Field and Description |
|---|---|
protected LDAPConfigurator |
ldapConfigurator |
| Constructor and Description |
|---|
LDAPUserManagerFactory(LDAPConfigurator ldapConfigurator) |
| Modifier and Type | Method and Description |
|---|---|
LDAPConfigurator |
getLdapConfigurator() |
Class<?> |
getSessionType() |
Session |
openSession() |
void |
setLdapConfigurator(LDAPConfigurator ldapConfigurator) |
protected LDAPConfigurator ldapConfigurator
public LDAPUserManagerFactory(LDAPConfigurator ldapConfigurator)
public Class<?> getSessionType()
getSessionType in interface SessionFactorypublic Session openSession()
openSession in interface SessionFactorypublic LDAPConfigurator getLdapConfigurator()
public void setLdapConfigurator(LDAPConfigurator ldapConfigurator)
Copyright © 2016 Alfresco. All rights reserved.