Class LdapConnectionConfigFactory
java.lang.Object
de.xima.fc.ldap.LdapConnectionConfigFactory
Factory class for creating instances of
LdapConnectionConfig.- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionstatic LdapConnectionConfigCreates a newLdapConnectionConfigfor Kerberos authentication.static LdapConnectionConfigforLdapZugriff(LDAPZugriff ldapZugriff) Creates a newLdapConnectionConfigbased on the providedLDAPZugriff.static LdapConnectionConfigDeprecated.static LdapConnectionConfigforNtlm()Deprecated.NTLM authentication is deprecated and should not be used.
-
Method Details
-
forKerberos
Creates a newLdapConnectionConfigfor Kerberos authentication.- Returns:
- A new instance of
LdapConnectionConfigconfigured for Kerberos.
-
forLdapZugriff
Creates a newLdapConnectionConfigbased on the providedLDAPZugriff.- Parameters:
ldapZugriff- The LDAP access configuration.- Returns:
- A new instance of
LdapConnectionConfig.
-
forMandantLdapData
Deprecated.Creates a newLdapConnectionConfigbased on the providedMandantLdapData.- Parameters:
data- The LDAP data of the client (Mandant).- Returns:
- A new instance of
LdapConnectionConfig.
-
forNtlm
Deprecated.NTLM authentication is deprecated and should not be used.Creates a newLdapConnectionConfigfor NTLM authentication.- Returns:
- A new instance of
LdapConnectionConfigconfigured for NTLM.
-