Uses of Class
de.xima.fc.ldap.LdapConnectionConfig
Packages that use LdapConnectionConfig
-
Uses of LdapConnectionConfig in de.xima.fc.ldap
Methods in de.xima.fc.ldap that return LdapConnectionConfigModifier and TypeMethodDescriptionLdapConnectionConfig.Builder.build()static LdapConnectionConfigLdapConnectionConfigFactory.forKerberos()Creates a newLdapConnectionConfigfor Kerberos authentication.static LdapConnectionConfigLdapConnectionConfigFactory.forLdapZugriff(LDAPZugriff ldapZugriff) Creates a newLdapConnectionConfigbased on the providedLDAPZugriff.static LdapConnectionConfigLdapConnectionConfigFactory.forMandantLdapData(MandantLdapData data) Deprecated.static LdapConnectionConfigLdapConnectionConfigFactory.forNtlm()Deprecated.NTLM authentication is deprecated and should not be used.Methods in de.xima.fc.ldap with parameters of type LdapConnectionConfigModifier and TypeMethodDescription@NotNull com.unboundid.ldap.sdk.LDAPConnectionILdapService.createConnection(LdapConnectionConfig config) Creates a new LDAP connection.booleanILdapService.testConnection(LdapConnectionConfig config) Tests the connection to an LDAP server.