接口 LdapConnectionDetails
- 所有超级接口:
ConnectionDetails
Details required to establish a connection to an LDAP service.
- 从以下版本开始:
- 3.3.0
- 作者:
- Philipp Kessler
-
方法详细资料
-
getUrls
String[] getUrls()LDAP URLs of the server.- 返回:
- the LDAP URLs to use
-
getBase
Base suffix from which all operations should originate.- 返回:
- base suffix
-
getUsername
Login username of the server.- 返回:
- login username
-
getPassword
Login password of the server.- 返回:
- login password
-