Example usage for javax.naming.directory DirContext interface-usage

List of usage examples for javax.naming.directory DirContext interface-usage

Introduction

In this page you can find the example usage for javax.naming.directory DirContext interface-usage.

Usage

From source file org.springframework.ldap.pool2.DelegatingDirContext.java

/**
 * Used by {@link PooledContextSource} to wrap a {@link DirContext}, delegating most methods
 * to the underlying context. This class extends {@link DelegatingContext} which handles returning
 * the context to the pool on a call to {@link #close()}
 *
 * @since 2.0

From source file org.springframework.ldap.pool.DelegatingDirContext.java

/**
 * Used by {@link PoolingContextSource} to wrap a {@link DirContext}, delegating most methods
 * to the underlying context. This class extends {@link DelegatingContext} which handles returning
 * the context to the pool on a call to {@link #close()}
 * 
 * @author Eric Dalquist

From source file de.sub.goobi.helper.ldap.LdapUser.java

/**
 * This class is used by the DirObj example. It is a DirContext class that can
 * be stored by service providers like the LDAP system providers.
 */
public class LdapUser implements DirContext {
    private static final Logger logger = LogManager.getLogger(LdapUser.class);

From source file org.kitodo.production.ldap.LdapUser.java

/**
 * This class is used by the DirObj example. It is a DirContext class that can
 * be stored by service providers like the LDAP system providers.
 */
public class LdapUser implements DirContext {
    private static final Logger logger = LogManager.getLogger(LdapUser.class);

From source file naming.resources.ProxyDirContext.java

/**
 * Proxy Directory Context implementation.
 *
 * @author Remy Maucherat
 * @version $Revision: 1.12 $ $Date: 2002/06/11 00:31:43 $
 */

From source file org.apache.naming.resources.ProxyDirContext.java

/**
 * Proxy Directory Context implementation.
 *
 * @author Remy Maucherat
 * @version $Revision: 1.12 $ $Date: 2002/06/11 00:31:43 $
 */

From source file org.apache.naming.modules.cache.ProxyDirContext.java

/**
 * Proxy Directory Context implementation.
 *
 * Will cache directory entries - attributes and content. This can be used
 * to eliminate expensive dir access and to avoid keeping large directories in memory.
 *