|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaje.ebean.config.ldap.LdapConfig
public class LdapConfig
Used to configure LDAP support.
| 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 |
|---|
public LdapConfig()
| Method Detail |
|---|
public LdapContextFactory getContextFactory()
public void setContextFactory(LdapContextFactory contextFactory)
public boolean isVanillaMode()
public void setVanillaMode(boolean vanillaMode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||