public class LdapConProxyTests
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
LdapConProxyTests() |
Modifier and Type | Method and Description |
---|---|
static void |
beforeClass() |
void |
testPlainConnect() |
void |
testSSLConnectAcceptAllCertificate() |
void |
testSSLConnectFailIvalidCertificate() |
void |
testTLSConnectAcceptAllCertificate() |
void |
testTLSConnectFailIvalidCertificate() |
public static void beforeClass()
public void testPlainConnect() throws org.apache.directory.api.ldap.model.exception.LdapException, java.io.IOException
org.apache.directory.api.ldap.model.exception.LdapException
java.io.IOException
public void testSSLConnectAcceptAllCertificate() throws org.apache.directory.api.ldap.model.exception.LdapException, java.io.IOException
org.apache.directory.api.ldap.model.exception.LdapException
java.io.IOException
public void testSSLConnectFailIvalidCertificate() throws org.apache.directory.api.ldap.model.exception.LdapException, java.io.IOException
org.apache.directory.api.ldap.model.exception.LdapException
java.io.IOException
public void testTLSConnectAcceptAllCertificate() throws org.apache.directory.api.ldap.model.exception.LdapException, java.io.IOException
org.apache.directory.api.ldap.model.exception.LdapException
java.io.IOException
public void testTLSConnectFailIvalidCertificate() throws org.apache.directory.api.ldap.model.exception.LdapException, java.io.IOException
org.apache.directory.api.ldap.model.exception.LdapException
java.io.IOException
Copyright © 2021. All Rights Reserved.