com.avaje.ebean.config.ldap
Class LdapConfig
java.lang.Object
com.avaje.ebean.config.ldap.LdapConfig
-
public class LdapConfig
- extends Object
-
Used to configure LDAP support.
- Author:
- rbygrave
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapConfig
public LdapConfig()
getContextFactory
public LdapContextFactory getContextFactory()
-
Return the LDAP context factory.
-
setContextFactory
public void setContextFactory(LdapContextFactory contextFactory)
-
Set the LDAP context factory.
-
isVanillaMode
public boolean isVanillaMode()
-
Return true if by default LDAP queries should return 'vanilla' objects.
-
setVanillaMode
public void setVanillaMode(boolean vanillaMode)
-
Set to true if by default LDAP queries should return 'vanilla' objects.
-
Copyright © 2010. All Rights Reserved.