Interface LdapConnectionDetails
- All Superinterfaces:
ConnectionDetails
- All Known Implementing Classes:
PropertiesLdapConnectionDetails
Details required to establish a connection to an LDAP service.
- Since:
- 3.3.0
- Author:
- Philipp Kessler
-
Method Details
-
getUrls
String[] getUrls()LDAP URLs of the server.- Returns:
- the LDAP URLs to use
-
getBase
Base suffix from which all operations should originate.- Returns:
- base suffix
-
getUsername
Login username of the server.- Returns:
- login username
-
getPassword
Login password of the server.- Returns:
- login password
-