Interface ContextSettings
- All Known Implementing Classes:
 ContextConfigurationContextSettings
public interface ContextSettings
Contract to hold settings for creating an LDAP context.
- Since:
 - 1.0
 - Author:
 - James Kleeh
 
- 
Method Details
- 
getPooled
boolean getPooled()- Returns:
 - True if the context should be pooled
 
 - 
getFactory
String getFactory()- Returns:
 - The factory class
 
 - 
getUrl
String getUrl()- Returns:
 - The URL of the LDAP server
 
 - 
getDn
String getDn()- Returns:
 - The user DN to bind with
 
 - 
getPassword
String getPassword()- Returns:
 - The password to bind with
 
 - 
getAdditionalProperties
- Returns:
 - Any additional properties
 
 
 -