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 TypeClassDescriptionclassDefault implementation of a referral connection factory.classPooled implementation of a referral connection factory.Fields in org.ldaptive.referral declared as ReferralConnectionFactoryModifier and TypeFieldDescriptionprivate final ReferralConnectionFactoryAbstractFollowReferralHandler.connectionFactoryReferral 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, boolean tf) Creates a new abstract referral handler.AbstractFollowSearchReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new abstract follow search referral handler.privateFollowAddReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new add referral handler.FollowAddReferralHandler(int limit, ReferralConnectionFactory factory) Creates a new add referral handler.FollowAddReferralHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new add referral handler.Creates a new add referral handler.FollowAddReferralHandler(ReferralConnectionFactory factory, boolean tf) Creates a new add referral handler.privateFollowCompareReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new compare referral handler.FollowCompareReferralHandler(int limit, ReferralConnectionFactory factory) Creates a new compare referral handler.FollowCompareReferralHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new compare referral handler.Creates a new compare referral handler.FollowCompareReferralHandler(ReferralConnectionFactory factory, boolean tf) Creates a new compare referral handler.privateFollowDeleteReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new delete referral handler.FollowDeleteReferralHandler(int limit, ReferralConnectionFactory factory) Creates a new delete referral handler.FollowDeleteReferralHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new delete referral handler.Creates a new delete referral handler.FollowDeleteReferralHandler(ReferralConnectionFactory factory, boolean tf) Creates a new delete referral handler.privateFollowModifyDnReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new modify DN referral handler.FollowModifyDnReferralHandler(int limit, ReferralConnectionFactory factory) Creates a new modify DN referral handler.FollowModifyDnReferralHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new modify DN referral handler.Creates a new modify DN referral handler.FollowModifyDnReferralHandler(ReferralConnectionFactory factory, boolean tf) Creates a new modify DN referral handler.privateFollowModifyReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new modify referral handler.FollowModifyReferralHandler(int limit, ReferralConnectionFactory factory) Creates a new modify referral handler.FollowModifyReferralHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new modify referral handler.Creates a new modify referral handler.FollowModifyReferralHandler(ReferralConnectionFactory factory, boolean tf) Creates a new modify referral handler.(package private)FollowSearchReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new search referral handler.FollowSearchReferralHandler(int limit, ReferralConnectionFactory factory) Creates a new search referral handler.FollowSearchReferralHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new search referral handler.Creates a new search referral handler.FollowSearchReferralHandler(ReferralConnectionFactory factory, boolean tf) Creates a new search referral handler.(package private)FollowSearchResultReferenceHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new search result reference handler.FollowSearchResultReferenceHandler(int limit, ReferralConnectionFactory factory) Creates a new search result reference handler.FollowSearchResultReferenceHandler(int limit, ReferralConnectionFactory factory, boolean tf) Creates a new search result reference handler.Creates a new search result reference handler.FollowSearchResultReferenceHandler(ReferralConnectionFactory factory, boolean tf) Creates a new search result reference handler.