com.avaje.ebean.config.ldap
Class LdapConfig

java.lang.Object
  extended by com.avaje.ebean.config.ldap.LdapConfig

public class LdapConfig
extends Object

Used to configure LDAP support.

Author:
rbygrave

Constructor Summary
LdapConfig()
           
 
Method Summary
 LdapContextFactory getContextFactory()
          Return the LDAP context factory.
 boolean isVanillaMode()
          Return true if by default LDAP queries should return 'vanilla' objects.
 void setContextFactory(LdapContextFactory contextFactory)
          Set the LDAP context factory.
 void setVanillaMode(boolean vanillaMode)
          Set to true if by default LDAP queries should return 'vanilla' objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapConfig

public LdapConfig()
Method Detail

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.