Uses of Interface
org.apache.directory.server.core.interceptor.NextInterceptor

Packages that use NextInterceptor
org.apache.directory.server.core.interceptor   
 

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

Methods in org.apache.directory.server.core.interceptor with parameters of type NextInterceptor
 void Interceptor.add(NextInterceptor next, AddOperationContext opContext)
          Filters Partition.add( AddOperationContext ) call.
 void BaseInterceptor.add(NextInterceptor next, AddOperationContext opContext)
           
 void Interceptor.addContextPartition(NextInterceptor next, AddContextPartitionOperationContext opContext)
          Filters DefaultPartitionNexus#addContextPartition( AddContextPartitionOperationContext ) call.
 void BaseInterceptor.addContextPartition(NextInterceptor next, AddContextPartitionOperationContext opContext)
           
 void Interceptor.bind(NextInterceptor next, BindOperationContext opContext)
          Filters Partition.bind( BindOperationContext ) call.
 void BaseInterceptor.bind(NextInterceptor next, BindOperationContext opContext)
           
 boolean Interceptor.compare(NextInterceptor next, CompareOperationContext opContext)
          Filters DefaultPartitionNexus#compare( CompareOperationContext ) call.
 boolean BaseInterceptor.compare(NextInterceptor next, CompareOperationContext opContext)
           
 void Interceptor.delete(NextInterceptor next, DeleteOperationContext opContext)
          Filters Partition.delete( DeleteOperationContext ) call.
 void BaseInterceptor.delete(NextInterceptor next, DeleteOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.DN Interceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
          Filters DefaultPartitionNexus#getMatchedName( GetMatchedNameOperationContext ) call.
 org.apache.directory.shared.ldap.name.DN BaseInterceptor.getMatchedName(NextInterceptor next, GetMatchedNameOperationContext opContext)
           
 ClonedServerEntry Interceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
          Filters DefaultPartitionNexus#getRootDSE( GetRootDSEOperationContext ) call.
 ClonedServerEntry BaseInterceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
           
 org.apache.directory.shared.ldap.name.DN Interceptor.getSuffix(NextInterceptor next, GetSuffixOperationContext opContext)
          Filters DefaultPartitionNexus#getSuffix( GetSuffixOperationContext ) call.
 org.apache.directory.shared.ldap.name.DN BaseInterceptor.getSuffix(NextInterceptor next, GetSuffixOperationContext opContext)
           
 boolean Interceptor.hasEntry(NextInterceptor next, EntryOperationContext opContext)
          Filters Partition.hasEntry( EntryOperationContext ) call.
 boolean BaseInterceptor.hasEntry(NextInterceptor next, EntryOperationContext opContext)
           
 EntryFilteringCursor Interceptor.list(NextInterceptor next, ListOperationContext opContext)
          Filters Partition.list( ListOperationContext ) call.
 EntryFilteringCursor BaseInterceptor.list(NextInterceptor next, ListOperationContext opContext)
           
 java.util.Set<java.lang.String> Interceptor.listSuffixes(NextInterceptor next, ListSuffixOperationContext opContext)
          Filters DefaultPartitionNexus#listSuffixes( ListSuffixOperationContext ) call.
 java.util.Set<java.lang.String> BaseInterceptor.listSuffixes(NextInterceptor next, ListSuffixOperationContext opContext)
           
 ClonedServerEntry Interceptor.lookup(NextInterceptor next, LookupOperationContext opContext)
          Filters Partition.lookup( LookupOperationContext ) call.
 ClonedServerEntry BaseInterceptor.lookup(NextInterceptor next, LookupOperationContext opContext)
           
 void Interceptor.modify(NextInterceptor next, ModifyOperationContext opContext)
          Filters Partition.modify( ModifyOperationContext ) call.
 void BaseInterceptor.modify(NextInterceptor next, ModifyOperationContext opContext)
           
 void Interceptor.move(NextInterceptor next, MoveOperationContext opContext)
          Filters Partition.move( MoveOperationContext ) call.
 void BaseInterceptor.move(NextInterceptor next, MoveOperationContext opContext)
           
 void Interceptor.moveAndRename(NextInterceptor next, MoveAndRenameOperationContext opContext)
          Filters Partition.moveAndRename( MoveAndRenameOperationContext) call.
 void BaseInterceptor.moveAndRename(NextInterceptor next, MoveAndRenameOperationContext opContext)
           
 void Interceptor.removeContextPartition(NextInterceptor next, RemoveContextPartitionOperationContext opContext)
          Filters DefaultPartitionNexus#removeContextPartition( RemoveContextPartitionOperationContext ) call.
 void BaseInterceptor.removeContextPartition(NextInterceptor next, RemoveContextPartitionOperationContext opContext)
           
 void Interceptor.rename(NextInterceptor next, RenameOperationContext opContext)
          Filters Partition.rename( RenameOperationContext ) call.
 void BaseInterceptor.rename(NextInterceptor next, RenameOperationContext opContext)
           
 EntryFilteringCursor Interceptor.search(NextInterceptor next, SearchOperationContext opContext)
          Filters Partition.search( SearchOperationContext ) call.
 EntryFilteringCursor BaseInterceptor.search(NextInterceptor next, SearchOperationContext opContext)
           
 void Interceptor.unbind(NextInterceptor next, UnbindOperationContext opContext)
          Filters Partition.unbind( UnbindOperationContext ) call.
 void BaseInterceptor.unbind(NextInterceptor next, UnbindOperationContext opContext)
           
 



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