Spring LDAP Framework

Uses of Class
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler

Packages that use CollectingNameClassPairCallbackHandler
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
org.springframework.ldap.core.simple Simplification layer over LdapTemplate for Java 5 and above. 
 

Uses of CollectingNameClassPairCallbackHandler in org.springframework.ldap.core
 

Subclasses of CollectingNameClassPairCallbackHandler in org.springframework.ldap.core
 class AttributesMapperCallbackHandler
          A CollectingNameClassPairCallbackHandler to wrap an AttributesMapper.
 class ContextMapperCallbackHandler
          A CollectingNameClassPairCallbackHandler to wrap a ContextMapper.
static class LdapTemplate.MappingCollectingNameClassPairCallbackHandler
          A NameClassPairCallbackHandler that passes the NameClassPairs found to a NameClassPairMapper and collects the results in a list.
 

Uses of CollectingNameClassPairCallbackHandler in org.springframework.ldap.core.simple
 

Subclasses of CollectingNameClassPairCallbackHandler in org.springframework.ldap.core.simple
 class ContextMapperCallbackHandlerWithControls
          Currently only per request controls can be inspected via the post process method on a context processor.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.