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 SessionFactory
public Session openSession()
openSession
in interface SessionFactory
public LDAPConfigurator getLdapConfigurator()
public void setLdapConfigurator(LDAPConfigurator ldapConfigurator)
Copyright © 2016 Alfresco. All rights reserved.