|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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<DirContextProcessor> |
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<DirContextProcessor> 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<DirContextProcessor> getDirContextProcessors()
DirContextProcessor instances.
DirContextProcessor instances.public void setDirContextProcessors(List<DirContextProcessor> dirContextProcessors)
DirContextProcessor instances.
dirContextProcessors - the list of DirContextProcessor instances to set.
public void preProcess(DirContext ctx)
throws NamingException
DirContextProcessor
preProcess in interface DirContextProcessorctx - the DirContext instance.
NamingException - if thrown by the underlying operation.
public void postProcess(DirContext ctx)
throws NamingException
DirContextProcessorDirContext.
postProcess in interface DirContextProcessorctx - the DirContext instance.
NamingException - if thrown by the underlying operation.
|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||