|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ldap.core.support.AggregateDirContextProcessor
public class AggregateDirContextProcessor
Manages a sequence of DirContextProcessor
instances. Applies
preProcess(DirContext)
and postProcess(DirContext)
respectively in sequence on the managed objects.
Constructor Summary | |
---|---|
AggregateDirContextProcessor()
|
Method Summary | |
---|---|
void |
addDirContextProcessor(DirContextProcessor processor)
Add the supplied DirContextProcessor to the list of managed objects. |
List |
getDirContextProcessors()
Get the list of managed DirContextProcessor instances. |
void |
postProcess(DirContext ctx)
Perform post-processing on the supplied DirContext . |
void |
preProcess(DirContext ctx)
Perform pre-processing on the supplied DirContext. |
void |
setDirContextProcessors(List dirContextProcessors)
Set the list of managed DirContextProcessor instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateDirContextProcessor()
Method Detail |
---|
public void addDirContextProcessor(DirContextProcessor processor)
processor
- the DirContextpProcessor to add.public List getDirContextProcessors()
DirContextProcessor
instances.
DirContextProcessor
instances.public void setDirContextProcessors(List dirContextProcessors)
DirContextProcessor
instances.
dirContextProcessors
- the list of DirContextProcessor
instances to set.public void preProcess(DirContext ctx) throws NamingException
DirContextProcessor
preProcess
in interface DirContextProcessor
ctx
- the DirContext
instance.
NamingException
- if thrown by the underlying operation.public void postProcess(DirContext ctx) throws NamingException
DirContextProcessor
DirContext
.
postProcess
in interface DirContextProcessor
ctx
- the DirContext
instance.
NamingException
- if thrown by the underlying operation.
|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |