Interface LdapConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface LdapConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to an LDAP service.
- Since:
- 4.0.0
-
Method Details
-
getUrls
-
getBase
Base suffix from which all operations should originate.- Returns:
- base suffix
-
getUsername
-
getPassword
-