Uses of Interface
org.ldaptive.handler.CompareValueHandler
Packages that use CompareValueHandler
-
Uses of CompareValueHandler in org.ldaptive
Fields in org.ldaptive declared as CompareValueHandlerModifier and TypeFieldDescriptionprivate CompareValueHandler[]
CompareOperation.compareValueHandlers
Functions to handle the compare result.Methods in org.ldaptive that return CompareValueHandlerMethods in org.ldaptive with parameters of type CompareValueHandlerModifier and TypeMethodDescriptionCompareOperation.Builder.onCompare
(CompareValueHandler... handlers) Sets the functions to execute when a compare result is complete.CompareOperationHandle.onCompare
(CompareValueHandler... function) Sets the function to execute when a compare result is received.void
CompareOperation.setCompareValueHandlers
(CompareValueHandler... handlers) -
Uses of CompareValueHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as CompareValueHandlerModifier and TypeFieldDescriptionprivate CompareValueHandler[]
DefaultCompareOperationHandle.onCompare
Functions to handle the compare result.Methods in org.ldaptive.transport with parameters of type CompareValueHandlerModifier and TypeMethodDescriptionDefaultCompareOperationHandle.onCompare
(CompareValueHandler... function) Sets the function to execute when a compare result is received.