public static final class LdapTemplate.NullDirContextProcessor extends Object implements DirContextProcessor
DirContextProcessor.| Constructor and Description |
|---|
NullDirContextProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(DirContext ctx)
Perform post-processing on the supplied
DirContext. |
void |
preProcess(DirContext ctx)
Perform pre-processing on the supplied DirContext.
|
public void postProcess(DirContext ctx)
DirContextProcessorDirContext.postProcess in interface DirContextProcessorctx - the DirContext instance.public void preProcess(DirContext ctx)
DirContextProcessorpreProcess in interface DirContextProcessorctx - the DirContext instance.