public class ContextConfigurationContextSettings extends Object implements ContextSettings
ContextSettings
that derives its values from
an instance of LdapConfiguration
.Constructor and Description |
---|
ContextConfigurationContextSettings(LdapConfiguration configuration) |
ContextConfigurationContextSettings(LdapConfiguration configuration,
String dn,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getDn() |
String |
getFactory() |
String |
getPassword() |
boolean |
getPooled() |
String |
getUrl() |
public ContextConfigurationContextSettings(LdapConfiguration configuration)
configuration
- The ldap configurationpublic ContextConfigurationContextSettings(LdapConfiguration configuration, String dn, String password)
configuration
- The ldap configurationdn
- The user DN to bind withpassword
- The password to bind withpublic boolean getPooled()
getPooled
in interface ContextSettings
public String getFactory()
getFactory
in interface ContextSettings
public String getUrl()
getUrl
in interface ContextSettings
public String getDn()
getDn
in interface ContextSettings
public String getPassword()
getPassword
in interface ContextSettings