Uses of Interface
org.ldaptive.referral.ReferralConnectionFactory
-
Packages that use ReferralConnectionFactory Package Description org.ldaptive.referral -
-
Uses of ReferralConnectionFactory in org.ldaptive.referral
Classes in org.ldaptive.referral that implement ReferralConnectionFactory Modifier and Type Class Description class
DefaultReferralConnectionFactory
Default implementation of a referral connection factory.Methods in org.ldaptive.referral that return ReferralConnectionFactory Modifier and Type Method Description ReferralConnectionFactory
AbstractFollowReferralHandler. getReferralConnectionFactory()
Returns the referral connection factory.Constructors in org.ldaptive.referral with parameters of type ReferralConnectionFactory Constructor Description AbstractFollowReferralHandler(int limit, int depth, ReferralConnectionFactory factory)
Creates a new abstract referral handler.FollowSearchReferralHandler(int limit, ReferralConnectionFactory factory)
Creates a new search referral handler.FollowSearchReferralHandler(ReferralConnectionFactory factory)
Creates a new search referral handler.FollowSearchResultReferenceHandler(int limit, ReferralConnectionFactory factory)
Creates a new search result reference handler.FollowSearchResultReferenceHandler(ReferralConnectionFactory factory)
Creates a new search result reference handler.
-