Class FollowModifyDnReferralHandler

    • Constructor Detail

      • FollowModifyDnReferralHandler

        public FollowModifyDnReferralHandler()
        Creates a new modify DN referral handler.
      • FollowModifyDnReferralHandler

        public FollowModifyDnReferralHandler​(ReferralConnectionFactory factory)
        Creates a new modify DN referral handler.
        Parameters:
        factory - referral connection factory
      • FollowModifyDnReferralHandler

        public FollowModifyDnReferralHandler​(ReferralConnectionFactory factory,
                                             boolean tf)
        Creates a new modify DN referral handler.
        Parameters:
        factory - referral connection factory
        tf - whether to throw on failure to chase referrals
      • FollowModifyDnReferralHandler

        public FollowModifyDnReferralHandler​(int limit)
        Creates a new modify DN referral handler.
        Parameters:
        limit - number of referrals to follow
      • FollowModifyDnReferralHandler

        public FollowModifyDnReferralHandler​(int limit,
                                             ReferralConnectionFactory factory)
        Creates a new modify DN referral handler.
        Parameters:
        limit - number of referrals to follow
        factory - referral connection factory
      • FollowModifyDnReferralHandler

        public FollowModifyDnReferralHandler​(int limit,
                                             ReferralConnectionFactory factory,
                                             boolean tf)
        Creates a new modify DN referral handler.
        Parameters:
        limit - number of referrals to follow
        factory - referral connection factory
        tf - whether to throw on failure to chase referrals
      • FollowModifyDnReferralHandler

        private FollowModifyDnReferralHandler​(int limit,
                                              int depth,
                                              ReferralConnectionFactory factory,
                                              boolean tf)
        Creates a new modify DN referral handler.
        Parameters:
        limit - number of referrals to follow
        depth - number of referrals followed
        factory - referral connection factory
        tf - whether to throw on failure to chase referrals