
org.zapodot.junit.ldap.internal.jndi.ContextProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of embedded-ldap-junit Show documentation
Show all versions of embedded-ldap-junit Show documentation
Library that provides a JUnit rule for setting up an in-memory LDAP server by using the glorious Unboundid LDAP SDK
package org.zapodot.junit.ldap.internal.jndi;
import javax.naming.Context;
/**
* Interface that is dynamically added to the Context proxy class to allow delegation.
*
* This interface is part of the internal API and may thus be changed or removed without warning.
*/
public interface ContextProxy {
void setDelegatedContext(final Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy