Interface ILdapConnInfo

  • All Known Implementing Classes:
    LdapConnInfo

    public interface ILdapConnInfo
    Class for reading ldap connection information from the config store. Ldap connection info: host name, port number,whether of not it is a secure connection.
    Version:
    $Revision$, $Date$
    • Method Detail

      • getHost

        java.lang.String getHost()
        Return the name of the Host.
      • getPort

        int getPort()
        Return the port number of the host.
      • getVersion

        int getVersion()
        Return the Ldap version number of the Ldap server.
      • getSecure

        boolean getSecure()
        Return whether or not the connection is secure.
      • getFollowReferrals

        boolean getFollowReferrals()
        Return whether or not the server is to follow referrals to other servers when servicing a query.