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

org.zapodot.junit.ldap.internal.jndi.ContextProxy Maven / Gradle / Ivy

Go to download

Library that provides a JUnit rule for setting up an in-memory LDAP server by using the glorious Unboundid LDAP SDK

There is a newer version: 0.9.0
Show newest version
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