public class LDAPConnectionFactory extends Object
| Constructor and Description |
|---|
LDAPConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(LDAPGruppe gruppe,
MandantLdapData data) |
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(LDAPGruppe gruppe,
MandantLdapData data,
String username,
String password) |
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(LDAPZugriff zugriff) |
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(MandantLdapData data) |
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(MandantLdapData data,
String username,
String password) |
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(SocketFactory socketFactory,
com.unboundid.ldap.sdk.LDAPConnectionOptions options,
String host,
int port,
String bindDN,
String bindPassword) |
static com.unboundid.ldap.sdk.LDAPConnection |
getConnection(String host,
int port,
String bindDN,
String bindPassword,
boolean useSSL,
Integer hopCount) |
static com.unboundid.ldap.sdk.LDAPConnection |
getKerberosConnection() |
static com.unboundid.ldap.sdk.LDAPConnection |
getNTLMLConnection() |
static boolean |
testConnection(String host,
int port,
String bindDN,
String bindPassword,
boolean useSSL,
Integer hopCount) |
public static com.unboundid.ldap.sdk.LDAPConnection getConnection(SocketFactory socketFactory, com.unboundid.ldap.sdk.LDAPConnectionOptions options, String host, int port, String bindDN, String bindPassword) throws com.unboundid.ldap.sdk.LDAPException
com.unboundid.ldap.sdk.LDAPExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getConnection(String host, int port, String bindDN, String bindPassword, boolean useSSL, Integer hopCount) throws GeneralSecurityException, com.unboundid.ldap.sdk.LDAPException
GeneralSecurityExceptioncom.unboundid.ldap.sdk.LDAPExceptionpublic static boolean testConnection(String host, int port, String bindDN, String bindPassword, boolean useSSL, Integer hopCount) throws GeneralSecurityException, com.unboundid.ldap.sdk.LDAPException
GeneralSecurityExceptioncom.unboundid.ldap.sdk.LDAPExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getConnection(MandantLdapData data) throws GeneralSecurityException, com.unboundid.ldap.sdk.LDAPException
GeneralSecurityExceptioncom.unboundid.ldap.sdk.LDAPExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getConnection(MandantLdapData data, String username, String password) throws GeneralSecurityException, com.unboundid.ldap.sdk.LDAPException
GeneralSecurityExceptioncom.unboundid.ldap.sdk.LDAPExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getConnection(LDAPZugriff zugriff) throws com.unboundid.ldap.sdk.LDAPException, GeneralSecurityException
com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getConnection(LDAPGruppe gruppe, MandantLdapData data) throws com.unboundid.ldap.sdk.LDAPException, GeneralSecurityException
com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getConnection(LDAPGruppe gruppe, MandantLdapData data, String username, String password) throws com.unboundid.ldap.sdk.LDAPException, GeneralSecurityException
com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getNTLMLConnection()
throws com.unboundid.ldap.sdk.LDAPException,
GeneralSecurityException
com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityExceptionpublic static com.unboundid.ldap.sdk.LDAPConnection getKerberosConnection()
throws com.unboundid.ldap.sdk.LDAPException,
GeneralSecurityException
com.unboundid.ldap.sdk.LDAPExceptionGeneralSecurityExceptionCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.