KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.cocoon.transformation.LDAPTransformer
    The <code>LDAPTransformer</code> can be plugged into a pipeline to transform the SAX events into queries and responses to/from a LDAP interface. <br> The file will be specified in a parameter tag in the sitemap pipeline to the transformer as follows: <p> <code> &l ...
  • 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.jmeter.protocol.ldap.sampler.LDAPSampler
    Ldap Sampler class is main class for the LDAP test. This will control all the test available in the LDAP Test. @author T.Elanjchezhiyan(chezhiyan@siptech.co.in) - Sip Technologies and Exports Ltd. Created Apr 29 2003 11:00 AM @version $Revision: 1.10 $ Last updated: $Date: 2004/02/13 02 ...
  • org.apache.james.userrepository.UsersLDAPRepository
    Implementation of a Repository to store users. This clas is a dummy for the proposal! @version This is $Revision: 1.9.4.5 $
  • 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.invocation.ModifyMany
    Represents an {@link Invocation} on {@link BackingStore#modify(Name, ModificationItem[])}. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $, $Date: 2005-05-08 20:05:59 -0400 (Sun, 08 May 2005) $
  • 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.ldap.server.db.Database
    A database for storing attributes. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
  • org.apache.ldap.server.RootNexus
    A nexus for partitions dedicated for storing entries specific to a naming context. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
Popular Tags