Class FollowSearchReferralHandler

All Implemented Interfaces:
Function<SearchResponse,SearchResponse>, SearchResultHandler

public class FollowSearchReferralHandler extends AbstractFollowReferralHandler<SearchRequest,SearchResponse> implements SearchResultHandler
Provides handling of an ldap referral for search operations.
  • Constructor Details

    • FollowSearchReferralHandler

      public FollowSearchReferralHandler()
      Creates a new search referral handler.
    • FollowSearchReferralHandler

      public FollowSearchReferralHandler(ReferralConnectionFactory factory)
      Creates a new search referral handler.
      Parameters:
      factory - referral connection factory
    • FollowSearchReferralHandler

      public FollowSearchReferralHandler(int limit)
      Creates a new search referral handler.
      Parameters:
      limit - number of referrals to follow
    • FollowSearchReferralHandler

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

      private FollowSearchReferralHandler(int limit, int depth, ReferralConnectionFactory factory)
      Creates a new search referral handler.
      Parameters:
      limit - number of referrals to follow
      depth - number of referrals followed
      factory - referral connection factory
  • Method Details