Class FollowModifyDnReferralHandler

All Implemented Interfaces:
Function<ModifyDnResponse,ModifyDnResponse>, Freezable, ReferralResultHandler<ModifyDnResponse>

public class FollowModifyDnReferralHandler extends AbstractFollowReferralHandler<ModifyDnRequest,ModifyDnResponse> implements ReferralResultHandler<ModifyDnResponse>
Provides handling of an ldap referral for modify dn operations.
  • Constructor Details

    • 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
  • Method Details