Uses of Interface
org.ldaptive.handler.CompareValueHandler
-
Packages that use CompareValueHandler Package Description org.ldaptive org.ldaptive.transport -
-
Uses of CompareValueHandler in org.ldaptive
Fields in org.ldaptive declared as CompareValueHandler Modifier and Type Field Description private CompareValueHandler[]
CompareOperation. compareValueHandlers
Functions to handle the compare result.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
Fields in org.ldaptive.transport declared as CompareValueHandler Modifier and Type Field Description private CompareValueHandler[]
DefaultCompareOperationHandle. onCompare
Functions to handle the compare result.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.
-