Uses of Interface
org.ldaptive.referral.ReferralConnectionFactory
Packages that use ReferralConnectionFactory
-
Uses of ReferralConnectionFactory in org.ldaptive.referral
Classes in org.ldaptive.referral that implement ReferralConnectionFactoryModifier and TypeClassDescriptionclass
Default implementation of a referral connection factory.Fields in org.ldaptive.referral declared as ReferralConnectionFactoryModifier and TypeFieldDescriptionprivate final ReferralConnectionFactory
AbstractFollowReferralHandler.connectionFactory
Referral connection factory.Methods in org.ldaptive.referral that return ReferralConnectionFactoryModifier and TypeMethodDescriptionAbstractFollowReferralHandler.getReferralConnectionFactory()
Returns the referral connection factory.Constructors in org.ldaptive.referral with parameters of type ReferralConnectionFactoryModifierConstructorDescriptionAbstractFollowReferralHandler
(int limit, int depth, ReferralConnectionFactory factory) Creates a new abstract referral handler.private
FollowSearchReferralHandler
(int limit, int depth, ReferralConnectionFactory factory) Creates a new search referral handler.FollowSearchReferralHandler
(int limit, ReferralConnectionFactory factory) Creates a new search referral handler.Creates a new search referral handler.private
FollowSearchResultReferenceHandler
(int limit, int depth, ReferralConnectionFactory factory) Creates a new search result reference handler.FollowSearchResultReferenceHandler
(int limit, ReferralConnectionFactory factory) Creates a new search result reference handler.Creates a new search result reference handler.