接口 LdapConnectionDetails

所有超级接口:
ConnectionDetails

public interface LdapConnectionDetails extends ConnectionDetails
Details required to establish a connection to an LDAP service.
从以下版本开始:
3.3.0
作者:
Philipp Kessler
  • 方法概要

    修饰符和类型
    方法
    说明
    default String
    Base suffix from which all operations should originate.
    default String
    Login password of the server.
    LDAP URLs of the server.
    default String
    Login username of the server.
  • 方法详细资料

    • getUrls

      String[] getUrls()
      LDAP URLs of the server.
      返回:
      the LDAP URLs to use
    • getBase

      default String getBase()
      Base suffix from which all operations should originate.
      返回:
      base suffix
    • getUsername

      default String getUsername()
      Login username of the server.
      返回:
      login username
    • getPassword

      default String getPassword()
      Login password of the server.
      返回:
      login password