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:LdapConnectionDetails
LDAP URLs of the server.- Specified by:
getUrls
in interfaceLdapConnectionDetails
- Returns:
- the LDAP URLs to use
-
getBase
Description copied from interface:LdapConnectionDetails
Base suffix from which all operations should originate.- Specified by:
getBase
in interfaceLdapConnectionDetails
- Returns:
- base suffix
-
getUsername
Description copied from interface:LdapConnectionDetails
Login username of the server.- Specified by:
getUsername
in interfaceLdapConnectionDetails
- Returns:
- login username
-
getPassword
Description copied from interface:LdapConnectionDetails
Login password of the server.- Specified by:
getPassword
in interfaceLdapConnectionDetails
- Returns:
- login password
-