Uses of Interface
org.ldaptive.handler.CompareValueHandler
-
Packages that use CompareValueHandler Package Description org.ldaptive org.ldaptive.transport -
-
Uses of CompareValueHandler in org.ldaptive
Methods in org.ldaptive that return CompareValueHandler Modifier and Type Method Description CompareValueHandler[]
CompareOperation. getCompareValueHandlers()
Methods in org.ldaptive with parameters of type CompareValueHandler Modifier and Type Method Description CompareOperation.Builder
CompareOperation.Builder. onCompare(CompareValueHandler... handlers)
Sets the functions to execute when a compare result is complete.CompareOperationHandle
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
Methods in org.ldaptive.transport with parameters of type CompareValueHandler Modifier and Type Method Description DefaultCompareOperationHandle
DefaultCompareOperationHandle. onCompare(CompareValueHandler... function)
Sets the function to execute when a compare result is received.
-