|
Spring LDAP Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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. Implementations may be used to apply
search controls on the Context
and retrieve the results of
such controls afterwards.
Method Summary | |
---|---|
void |
postProcess(DirContext ctx)
Perform post-processing on the supplied DirContext . |
void |
preProcess(DirContext ctx)
Perform pre-processing on the supplied DirContext. |
Method Detail |
---|
void preProcess(DirContext ctx) throws NamingException
ctx
- the DirContext
instance.
NamingException
- if thrown by the underlying operation.void postProcess(DirContext ctx) throws NamingException
DirContext
.
ctx
- the DirContext
instance.
NamingException
- if thrown by the underlying operation.
|
Spring LDAP Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |