Spring LDAP

org.springframework.ldap.core
Class LdapTemplate.NullDirContextProcessor

java.lang.Object
  extended by org.springframework.ldap.core.LdapTemplate.NullDirContextProcessor
All Implemented Interfaces:
DirContextProcessor
Enclosing class:
LdapTemplate

public static final class LdapTemplate.NullDirContextProcessor
extends Object
implements DirContextProcessor

Do-nothing implementation of DirContextProcessor.

Since:
2.0
Author:
Mattias Hellborg Arthursson

Constructor Summary
LdapTemplate.NullDirContextProcessor()
           
 
Method Summary
 void postProcess(DirContext ctx)
          Perform post-processing on the supplied DirContext.
 void preProcess(DirContext ctx)
          Perform pre-processing on the supplied DirContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapTemplate.NullDirContextProcessor

public LdapTemplate.NullDirContextProcessor()
Method Detail

postProcess

public void postProcess(DirContext ctx)
Description copied from interface: DirContextProcessor
Perform post-processing on the supplied DirContext.

Specified by:
postProcess in interface DirContextProcessor
Parameters:
ctx - the DirContext instance.

preProcess

public void preProcess(DirContext ctx)
Description copied from interface: DirContextProcessor
Perform pre-processing on the supplied DirContext.

Specified by:
preProcess in interface DirContextProcessor
Parameters:
ctx - the DirContext instance.

Spring LDAP