public interface NextInterceptor
Interceptor
in the interceptor chain.Interceptor
,
InterceptorChain
boolean compare(CompareOperationContext opContext) throws Exception
Interceptor.compare( NextInterceptor, CompareOperationContext )
.Exception
ClonedServerEntry getRootDSE(GetRootDSEOperationContext opContext) throws Exception
Interceptor.getRootDSE( NextInterceptor, GetRootDSEOperationContext )
.Exception
org.apache.directory.shared.ldap.name.DN getMatchedName(GetMatchedNameOperationContext opContext) throws Exception
Interceptor.getMatchedName( NextInterceptor, GetMatchedNameOperationContext )
.Exception
org.apache.directory.shared.ldap.name.DN getSuffix(GetSuffixOperationContext opContext) throws Exception
Interceptor.getSuffix( NextInterceptor, GetSuffixOperationContext )
.Exception
Set<String> listSuffixes(ListSuffixOperationContext opContext) throws Exception
Interceptor.listSuffixes( NextInterceptor, ListSuffixOperationContext )
.Exception
void addContextPartition(AddContextPartitionOperationContext opContext) throws Exception
DefaultPartitionNexus#addContextPartition( AddContextPartitionOperationContext )
.Exception
void removeContextPartition(RemoveContextPartitionOperationContext opContext) throws Exception
DefaultPartitionNexus#removeContextPartition( RemoveContextPartitionOperationContext )
.Exception
void delete(DeleteOperationContext opContext) throws Exception
Interceptor.delete(NextInterceptor, DeleteOperationContext )
.Exception
void add(AddOperationContext opContext) throws Exception
Interceptor.add( NextInterceptor, AddOperationContext )
.Exception
void modify(ModifyOperationContext opContext) throws Exception
Interceptor.modify( NextInterceptor, ModifyOperationContext )
.Exception
EntryFilteringCursor list(ListOperationContext opContext) throws Exception
Interceptor.list( NextInterceptor, ListOperationContext )
.Exception
EntryFilteringCursor search(SearchOperationContext opContext) throws Exception
Interceptor.search( NextInterceptor, SearchOperationContext opContext )
.Exception
ClonedServerEntry lookup(LookupOperationContext opContext) throws Exception
Interceptor.lookup( NextInterceptor, LookupOperationContext )
.Exception
boolean hasEntry(EntryOperationContext opContext) throws Exception
Interceptor.hasEntry( NextInterceptor, EntryOperationContext )
.Exception
void rename(RenameOperationContext opContext) throws Exception
Interceptor.rename( NextInterceptor, RenameOperationContext )
.Exception
void move(MoveOperationContext opContext) throws Exception
Interceptor.move( NextInterceptor, MoveOperationContext )
.Exception
void moveAndRename(MoveAndRenameOperationContext opContext) throws Exception
Interceptor.moveAndRename( NextInterceptor, MoveAndRenameOperationContext )
.Exception
void bind(BindOperationContext opContext) throws Exception
Interceptor.bind( NextInterceptor, BindOperationContext )
Exception
void unbind(UnbindOperationContext opContext) throws Exception
Interceptor.unbind( NextInterceptor, UnbindOperationContext )
Exception
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.