Class LdapConnectionConfig.Builder
java.lang.Object
de.xima.fc.ldap.LdapConnectionConfig.Builder
- Enclosing class:
LdapConnectionConfig
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescription(Optional) Returns the bind DN (Distinguished Name).bindPassword(String bindPassword) (Optional) Returns the bind password.build()Returns the referral hop count for the connection.Returns the LDAP server host.port(int port) Returns the LDAP server port.tlsScope(LdapConnectionConfig.TlsScope tlsScope) Returns the TLS scope for the connection.toString()
-
Method Details
-
host
-
port
-
bindDN
(Optional) Returns the bind DN (Distinguished Name).- Returns:
this.
-
bindPassword
(Optional) Returns the bind password.- Returns:
this.
-
hopCount
Returns the referral hop count for the connection.- Returns:
this.
-
tlsScope
Returns the TLS scope for the connection. This is only relevant ifLdapConnectionConfig.isUseTls()returns true.- Returns:
this.- See Also:
-
build
-
toString
-