KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > directory > DirContext > Top Examples

  • org.apache.catalina.loader.WebappLoader
    Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface). This class loader supports detection of modified Java classes, which can be used to implement a ...
  • org.apache.tomcat.util.http.mapper.Mapper
    Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules). @author Remy Maucherat
  • org.apache.jetspeed.services.ldap.LDAPService
    @author <a HREF="mailto:ender@kilicoglu.nom.tr">Ender KILICOGLU</a> @author <a HREF="mailto:sami.leino@netorek.fi">Sami Leino</a> @version $Id: LDAPService.java,v 1.6 2004/02/23 03:28:31 jford Exp $
  • org.apache.naming.resources.ProxyDirContext
    Proxy Directory Context implementation. @author Remy Maucherat @version $Revision: 1.16 $ $Date: 2004/07/13 09:40:47 $
  • org.jboss.test.security.ejb.project.support.HeirMemoryMap
    A simple in memory implementation of DirContext that uses a HashMap as the
  • org.apache.catalina.realm.JNDIRealm
    <p>Implementation of <strong>Realm</strong> that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs. The following constraints are imposed on the data structure in the underlying directory server:</p> <ul> <li>Each us ...
  • org.apache.naming.modules.cache.ProxyDirContext
    Changes( costin ): The goal is to make it a generic JNDI cache, not specific 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. @author Remy Maucherat ...
  • org.apache.naming.resources.AbstractDirContextTest
    Abstract base class for DirContext tests. In addition to overriding makeInitialContext() and setting switches, test classes derived from this class should: -- override isSchemaSupported() to return false if schema are not supported -- override isAttributeModificationSupported() to return false i ...
  • org.apache.ldap.server.jndi.ServerDirContext
    The DirContext implementation for the Server Side JNDI LDAP provider. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
  • org.apache.naming.resources.BaseDirContextTestCase
    <p>Basic unit tests for the <code>javax.naming.directory.DirContext</code> implementations. This class must be subclassed for each individual <code>DirContext</code> implementation.</p> <p><strong>WARNING</strong>: These tests make certain a ...
  • org.jboss.test.jca.fs.FSDirContext
    @author Scott.Stark@jboss.org @version $Revision: 1.1 $
  • org.apache.naming.core.BaseDirContext
    import org.apache.naming.core.NameParserImpl; Based on a merge of various catalina naming contexts Name is used - it provide better oportunities for reuse and optimizations Base Directory Context implementation. All j-t-c/naming contexts should extend it. Implements all JNDI methods - if you just ...
  • org.apache.ldap.server.jndi.DestroyContextTest
    Tests the destroyContext methods of the provider. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
  • org.apache.lenya.ac.ldap.LDAPUser
    LDAP user. @version $Id: LDAPUser.java 190937 2005-06-16 15:44:10Z jwkaltz $
  • org.apache.naming.resources.WARDirContext
    WAR Directory Context implementation. @author Remy Maucherat @version $Revision: 1.7 $ $Date: 2004/09/16 23:19:54 $
  • org.apache.naming.resources.FileDirContextTest
    Unit tests for basic ops on a {@link FileDirContext}. @version $Revision: 125387 $ $Date: 2003/11/30 05:36:07 $
  • org.apache.jetspeed.services.security.ldap.LDAPUserManagement
    @author <a HREF="mailto:ender@kilicoglu.nom.tr">Ender KILICOGLU</a> @author <a HREF="mailto:sami.leino@netorek.fi">Sami Leino</a> @version $Id: LDAPUserManagement.java,v 1.10 2004/02/23 03:52:33 jford Exp $
  • org.jboss.net.protocol.jndi.Handler
    A protocol handler for the 'jndi' protocol. Provides access to jndi resources required by Tomcat 4.1.12. This is basically a place-marker class so the org.jboss.net.protocol.URLStreamHandlerFactory class can find org.apache.naming.resources.DirContextURLStreamHandler. See org.jboss.net.protocol.U ...
Popular Tags