Uses of Class
org.apache.directory.server.core.interceptor.context.AddOperationContext

Packages that use AddOperationContext
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.changelog  
org.apache.directory.server.core.collective   
org.apache.directory.server.core.event   
org.apache.directory.server.core.exception   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.jndi   
org.apache.directory.server.core.journal   
org.apache.directory.server.core.kerberos   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.operational   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.partition.ldif   
org.apache.directory.server.core.referral   
org.apache.directory.server.core.schema  
org.apache.directory.server.core.schema.registries.synchronizers   
org.apache.directory.server.core.subtree   
org.apache.directory.server.core.trigger   
org.apache.directory.server.ldap.handlers Provides LDAP message handlers that implement MessageHandler
org.apache.directory.server.xdbm   
 

Uses of AddOperationContext in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core with parameters of type AddOperationContext
 void MockOperationManager.add(AddOperationContext opContext)
           
 void DefaultOperationManager.add(AddOperationContext opContext)
          TODO document after determining if this method should be here.
 void OperationManager.add(AddOperationContext opContext)
          TODO document after determining if this method should be here.
 void MockInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.authn
 

Methods in org.apache.directory.server.core.authn with parameters of type AddOperationContext
 void AuthenticationInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.authz
 

Methods in org.apache.directory.server.core.authz with parameters of type AddOperationContext
 void AciAuthorizationInterceptor.add(NextInterceptor next, AddOperationContext addContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.changelog
 

Methods in org.apache.directory.server.core.changelog with parameters of type AddOperationContext
 void ChangeLogInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.collective
 

Methods in org.apache.directory.server.core.collective with parameters of type AddOperationContext
 void CollectiveAttributeInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event with parameters of type AddOperationContext
 void EventInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 void DirectoryListener.entryAdded(AddOperationContext opContext)
          Called when an entry has been added.
 

Uses of AddOperationContext in org.apache.directory.server.core.exception
 

Methods in org.apache.directory.server.core.exception with parameters of type AddOperationContext
 void ExceptionInterceptor.add(NextInterceptor nextInterceptor, AddOperationContext opContext)
          In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
 

Uses of AddOperationContext in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor with parameters of type AddOperationContext
 void InterceptorChain.add(AddOperationContext opContext)
           
 void NextInterceptor.add(AddOperationContext opContext)
          Calls the next interceptor's Interceptor.add( NextInterceptor, AddOperationContext ).
 void Interceptor.add(NextInterceptor next, AddOperationContext opContext)
          Filters Partition.add( AddOperationContext ) call.
 void BaseInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.jndi
 

Methods in org.apache.directory.server.core.jndi with parameters of type AddOperationContext
 void EventListenerAdapter.entryAdded(AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.journal
 

Methods in org.apache.directory.server.core.journal with parameters of type AddOperationContext
 void JournalInterceptor.add(NextInterceptor next, AddOperationContext opContext)
          Filters Partition.add( AddOperationContext ) call.
 

Uses of AddOperationContext in org.apache.directory.server.core.kerberos
 

Methods in org.apache.directory.server.core.kerberos with parameters of type AddOperationContext
 void PasswordPolicyInterceptor.add(NextInterceptor next, AddOperationContext addContext)
          Check added attributes for a 'userPassword'.
 void KeyDerivationInterceptor.add(NextInterceptor next, AddOperationContext addContext)
          Intercept the addition of the 'userPassword' and 'krb5PrincipalName' attributes.
 

Uses of AddOperationContext in org.apache.directory.server.core.normalization
 

Methods in org.apache.directory.server.core.normalization with parameters of type AddOperationContext
 void NormalizationInterceptor.add(NextInterceptor nextInterceptor, AddOperationContext opContext)
          Filters Partition.add( AddOperationContext ) call.
 

Uses of AddOperationContext in org.apache.directory.server.core.operational
 

Methods in org.apache.directory.server.core.operational with parameters of type AddOperationContext
 void OperationalAttributeInterceptor.add(NextInterceptor nextInterceptor, AddOperationContext opContext)
          Adds extra operational attributes to the entry before it is added.
 

Uses of AddOperationContext in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition with parameters of type AddOperationContext
 void DefaultPartitionNexus.add(AddOperationContext addContext)
           
 void Partition.add(AddOperationContext opContext)
          Adds an entry to this ContextPartition.
 void NullPartition.add(AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.partition.impl.btree
 

Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type AddOperationContext
abstract  void BTreePartition.add(AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.partition.ldif
 

Methods in org.apache.directory.server.core.partition.ldif with parameters of type AddOperationContext
 void LdifPartition.add(AddOperationContext addContext)
          Adds an entry to this ContextPartition.
 

Uses of AddOperationContext in org.apache.directory.server.core.referral
 

Methods in org.apache.directory.server.core.referral with parameters of type AddOperationContext
 void ReferralInterceptor.add(NextInterceptor next, AddOperationContext opContext)
          Add an entry into the server.
 

Uses of AddOperationContext in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema with parameters of type AddOperationContext
 void SchemaPartition.add(AddOperationContext opContext)
          Adds an entry to this ContextPartition.
 void SchemaInterceptor.add(NextInterceptor next, AddOperationContext addContext)
          Check that all the attributes exist in the schema for this entry.
 

Uses of AddOperationContext in org.apache.directory.server.core.schema.registries.synchronizers
 

Methods in org.apache.directory.server.core.schema.registries.synchronizers with parameters of type AddOperationContext
 void RegistrySynchronizerAdaptor.add(AddOperationContext opContext)
          Add a new SchemaObject or a new Schema in the Schema partition.
 

Uses of AddOperationContext in org.apache.directory.server.core.subtree
 

Methods in org.apache.directory.server.core.subtree with parameters of type AddOperationContext
 void SubentryInterceptor.add(NextInterceptor next, AddOperationContext addContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.core.trigger
 

Methods in org.apache.directory.server.core.trigger with parameters of type AddOperationContext
 void TriggerInterceptor.add(NextInterceptor next, AddOperationContext addContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.ldap.handlers
 

Methods in org.apache.directory.server.ldap.handlers with parameters of type AddOperationContext
 void PersistentSearchListener.entryAdded(AddOperationContext opContext)
           
 

Uses of AddOperationContext in org.apache.directory.server.xdbm
 

Methods in org.apache.directory.server.xdbm with parameters of type AddOperationContext
 void AbstractXdbmPartition.add(AddOperationContext addContext)
           
 



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