Uses of Interface
org.apache.directory.server.protocol.shared.store.ContextOperation

Packages that use ContextOperation
org.apache.directory.server.dns.store.operations   
org.apache.directory.server.kerberos.shared.store.operations   
org.apache.directory.server.protocol.shared.catalog   
 

Uses of ContextOperation in org.apache.directory.server.dns.store.operations
 

Classes in org.apache.directory.server.dns.store.operations that implement ContextOperation
 class GetFlatRecord
          A JNDI context operation for looking up a Resource Record with flat attributes.
 class GetRecords
          A JNDI context operation for looking up Resource Records from an embedded JNDI provider.
 

Uses of ContextOperation in org.apache.directory.server.kerberos.shared.store.operations
 

Classes in org.apache.directory.server.kerberos.shared.store.operations that implement ContextOperation
 class AddPrincipal
          Command for adding a principal to a JNDI context.
 class ChangePassword
          Command for changing a principal's password in a JNDI context.
 class DeletePrincipal
          Command for deleting a principal from a JNDI context.
 class GetAllPrincipals
          Command for getting all principals in a JNDI context.
 class GetPrincipal
          Encapsulates the action of looking up a principal in an embedded ApacheDS DIT.
 

Uses of ContextOperation in org.apache.directory.server.protocol.shared.catalog
 

Classes in org.apache.directory.server.protocol.shared.catalog that implement ContextOperation
 class GetCatalog
          A JNDI context operation for building a catalog.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.