Uses of Interface
org.ldaptive.handler.ReferralHandler
Packages that use ReferralHandler
-
Uses of ReferralHandler in org.ldaptive
Fields in org.ldaptive declared as ReferralHandlerModifier and TypeFieldDescriptionprivate ReferralHandler[]
AbstractOperation.referralHandlers
Functions to handle referrals.Methods in org.ldaptive that return ReferralHandlerMethods in org.ldaptive with parameters of type ReferralHandlerModifier and TypeMethodDescriptionAbstractOperation.AbstractBuilder.onReferral
(ReferralHandler... handlers) Sets the functions to execute when a referral is received.CompareOperationHandle.onReferral
(ReferralHandler... function) OperationHandle.onReferral
(ReferralHandler... function) Sets the functions to execute when a referral is received.SearchOperationHandle.onReferral
(ReferralHandler... function) void
AbstractOperation.setReferralHandlers
(ReferralHandler... handlers) -
Uses of ReferralHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ReferralHandlerModifier and TypeMethodDescriptionExtendedOperationHandle.onReferral
(ReferralHandler... function) -
Uses of ReferralHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ReferralHandlerModifier and TypeFieldDescriptionprivate ReferralHandler[]
DefaultOperationHandle.onReferral
Functions to handle referral URLs.Methods in org.ldaptive.transport that return ReferralHandlerMethods in org.ldaptive.transport with parameters of type ReferralHandlerModifier and TypeMethodDescriptionDefaultCompareOperationHandle.onReferral
(ReferralHandler... function) DefaultExtendedOperationHandle.onReferral
(ReferralHandler... function) DefaultOperationHandle.onReferral
(ReferralHandler... function) DefaultSearchOperationHandle.onReferral
(ReferralHandler... function)