Interface LdapConnectionDetails
- All Superinterfaces:
- ConnectionDetails
Details required to establish a connection to an LDAP service.
- Since:
- 3.3.0
- Author:
- Philipp Kessler
- 
Method Details- 
getUrlsString[] getUrls()LDAP URLs of the server.- Returns:
- the LDAP URLs to use
 
- 
getBaseBase suffix from which all operations should originate.- Returns:
- base suffix
 
- 
getUsernameLogin username of the server.- Returns:
- login username
 
- 
getPasswordLogin password of the server.- Returns:
- login password
 
 
-