org.apache.directory.server.core.collective
Class CollectiveAttributeInterceptor
java.lang.Object
org.apache.directory.server.core.interceptor.BaseInterceptor
org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
- All Implemented Interfaces:
- Interceptor
public class CollectiveAttributeInterceptor
- extends BaseInterceptor
An interceptor based service dealing with collective attribute
management. This service intercepts read operations on entries to
inject collective attribute value pairs into the response based on
the entires inclusion within collectiveAttributeSpecificAreas and
collectiveAttributeInnerAreas.
- Version:
- $Rev: 927380 $
- Author:
- Apache Directory Project
- XBean
| Methods inherited from class org.apache.directory.server.core.interceptor.BaseInterceptor |
addContextPartition, bind, compare, delete, destroy, getContext, getMatchedName, getName, getPrincipal, getRootDSE, getSuffix, hasEntry, listSuffixes, move, moveAndRename, removeContextPartition, rename, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectiveAttributeInterceptor
public CollectiveAttributeInterceptor()
init
public void init(DirectoryService directoryService)
throws java.lang.Exception
- Specified by:
init in interface Interceptor- Overrides:
init in class BaseInterceptor
- Throws:
java.lang.Exception
lookup
public ClonedServerEntry lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
throws java.lang.Exception
- Specified by:
lookup in interface Interceptor- Overrides:
lookup in class BaseInterceptor
- Throws:
java.lang.Exception
list
public EntryFilteringCursor list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
throws java.lang.Exception
- Specified by:
list in interface Interceptor- Overrides:
list in class BaseInterceptor
- Throws:
java.lang.Exception
search
public EntryFilteringCursor search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
throws java.lang.Exception
- Specified by:
search in interface Interceptor- Overrides:
search in class BaseInterceptor
- Throws:
java.lang.Exception
add
public void add(NextInterceptor next,
AddOperationContext opContext)
throws java.lang.Exception
- Specified by:
add in interface Interceptor- Overrides:
add in class BaseInterceptor
- Throws:
java.lang.Exception
modify
public void modify(NextInterceptor next,
ModifyOperationContext opContext)
throws java.lang.Exception
- Specified by:
modify in interface Interceptor- Overrides:
modify in class BaseInterceptor
- Throws:
java.lang.Exception
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.