Class PropertiesLdapConnectionDetails
java.lang.Object
org.springframework.boot.autoconfigure.ldap.PropertiesLdapConnectionDetails
- All Implemented Interfaces:
LdapConnectionDetails,ConnectionDetails
Adapts
LdapProperties to LdapConnectionDetails.- Since:
- 3.3.0
- Author:
- Philipp Kessler
-
Method Details
-
getUrls
Description copied from interface:LdapConnectionDetailsLDAP URLs of the server.- Specified by:
getUrlsin interfaceLdapConnectionDetails- Returns:
- the LDAP URLs to use
-
getBase
Description copied from interface:LdapConnectionDetailsBase suffix from which all operations should originate.- Specified by:
getBasein interfaceLdapConnectionDetails- Returns:
- base suffix
-
getUsername
Description copied from interface:LdapConnectionDetailsLogin username of the server.- Specified by:
getUsernamein interfaceLdapConnectionDetails- Returns:
- login username
-
getPassword
Description copied from interface:LdapConnectionDetailsLogin password of the server.- Specified by:
getPasswordin interfaceLdapConnectionDetails- Returns:
- login password
-