@ConfigurationProperties(value="context") public static class LdapConfiguration.ContextConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
The configuration prefix.
|
| Constructor and Description |
|---|
ContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFactory() |
String |
getManagerDn() |
String |
getManagerPassword() |
String |
getServer() |
void |
setFactory(String factory)
Sets the context factory class.
|
void |
setManagerDn(String managerDn)
Sets the manager DN.
|
void |
setManagerPassword(String managerPassword)
Sets the manager password.
|
void |
setServer(String server)
Sets the server URL.
|
public static final String PREFIX
public String getServer()
public void setServer(String server)
server - The server URLpublic String getManagerDn()
public void setManagerDn(String managerDn)
managerDn - The manager DNpublic String getManagerPassword()
public void setManagerPassword(String managerPassword)
managerPassword - The manager passwordpublic String getFactory()
public void setFactory(String factory)
factory - The factory class