All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zapodot.junit.ldap.internal.unboundid.LDAPConnectionProxy Maven / Gradle / Ivy

package org.zapodot.junit.ldap.internal.unboundid;

import com.unboundid.ldap.sdk.LDAPConnection;

/**
 * A interface that is added to the LDAPInterface proxy to allow delegation.
 *
 * This interface is part of the internal API and may thus be changed or removed without warning.
 */
public interface LDAPConnectionProxy {

    void setLdapConnection(final LDAPConnection ldapConnection);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy