public class LDAPMembershipManagerFactory extends Object implements SessionFactory
SessionFactory
responsible for creating a Session
that manages MembershipEntity
s.
For LDAP, this will not do anything and even throw an exception
when trying to use, as memberships are managed by the ldap system itself.Modifier and Type | Field and Description |
---|---|
protected LDAPConfigurator |
ldapConfigurator |
Constructor and Description |
---|
LDAPMembershipManagerFactory(LDAPConfigurator ldapConfigurator) |
Modifier and Type | Method and Description |
---|---|
LDAPConfigurator |
getLdapConfigurator() |
Class<?> |
getSessionType() |
Session |
openSession() |
void |
setLdapConfigurator(LDAPConfigurator ldapConfigurator) |
protected LDAPConfigurator ldapConfigurator
public LDAPMembershipManagerFactory(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.