Class LdapConnectionConfiguration


  • public class LdapConnectionConfiguration
    extends Object
    This class contains the configuration for a ldap connection. Properties of a ldap connection:
    • Hostname - String, required.
    • Port - int, not required. If 0 then the default value is used by the ldap driver.
    • Ssl - boolean, not required. If true then the ldaps will be used.
    • Base DN - String, required.
    • Context factory - String, required.
    • Bind DN - String, not required.
    • Password - String, not required.
    Note that both the bind dn and password must be set if any are set.
    Author:
    trygvis