|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DirContextProcessor
Interface to be called in search by LdapTemplate before and after the actual search and enumeration traversal.
| Method Summary | |
|---|---|
void |
postProcess(javax.naming.directory.DirContext ctx)
Perform post-processing on the supplied DirContext. |
void |
preProcess(javax.naming.directory.DirContext ctx)
Perform pre-processing on the supplied DirContext. |
| Method Detail |
|---|
void preProcess(javax.naming.directory.DirContext ctx)
throws javax.naming.NamingException
ctx - the DirContext instance.
javax.naming.NamingException - if thrown by the underlying operation.
void postProcess(javax.naming.directory.DirContext ctx)
throws javax.naming.NamingException
ctx - the DirContext instance.
javax.naming.NamingException - if thrown by the underlying operation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||