Class ContextMapperCallbackHandlerWithControls<T>
java.lang.Object
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler<T>
org.springframework.ldap.core.ContextMapperCallbackHandler<T>
org.springframework.ldap.core.support.ContextMapperCallbackHandlerWithControls<T>
- All Implemented Interfaces:
NameClassPairCallbackHandler
Currently only per request controls can be inspected via the post process
method on a context processor. If a request control gives a different value
for each search result, then this cannot be inspected using the existing
support classes. An example control that requires this feature would be
1.3.6.1.4.1.42.2.27.9.5.8 Account usability control, that can be used with
for example the Sun ONE or the OpenDS directory servers.
The extended callback handler can pass hasControls to mapper.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetObjectFromNameClassPair(NameClassPair nameClassPair) Cast the NameClassPair to aBindingand pass its object to the ContextMapper.Methods inherited from class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
getList, handleNameClassPair
-
Constructor Details
-
ContextMapperCallbackHandlerWithControls
-
-
Method Details
-
getObjectFromNameClassPair
Description copied from class:ContextMapperCallbackHandlerCast the NameClassPair to aBindingand pass its object to the ContextMapper.- Overrides:
getObjectFromNameClassPairin classContextMapperCallbackHandler<T>- Parameters:
nameClassPair- a Binding instance.- Returns:
- the Object returned from the mapper.
- Throws:
NamingException- if an error occurs.
-