Package org.ldaptive.referral
Class FollowModifyReferralHandler
java.lang.Object
org.ldaptive.AbstractFreezable
org.ldaptive.transport.MessageFunctional<Q,S>
org.ldaptive.transport.MessageFunctional.Function<Q,S,S,S>
org.ldaptive.referral.AbstractFollowReferralHandler<ModifyRequest,ModifyResponse>
org.ldaptive.referral.FollowModifyReferralHandler
- All Implemented Interfaces:
Function<ModifyResponse,,ModifyResponse> Freezable,ReferralResultHandler<ModifyResponse>
public class FollowModifyReferralHandler
extends AbstractFollowReferralHandler<ModifyRequest,ModifyResponse>
implements ReferralResultHandler<ModifyResponse>
Provides handling of an ldap referral for modify operations.
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.ldaptive.referral.AbstractFollowReferralHandler
DEFAULT_REFERRAL_LIMIT, logger, referralDepth, referralLimit -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreates a new modify referral handler.FollowModifyReferralHandler(int limit) Creates a new modify 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. -
Method Summary
Modifier and TypeMethodDescriptionprotected ModifyOperationcreateReferralOperation(ConnectionFactory factory) Creates an operation for this type of referral.protected ModifyRequestCreates a new request for this type of referral.Create a new instance of this message functional.Methods inherited from class org.ldaptive.referral.AbstractFollowReferralHandler
apply, followReferral, getReferralConnectionFactory, getReferralDepth, getReferralLimit, getSuccessResultCodes, getThrowOnFailureMethods inherited from class org.ldaptive.transport.MessageFunctional
getConnection, getHandle, getRequest, setConnection, setHandle, setRequestMethods inherited from class org.ldaptive.AbstractFreezable
assertMutable, freeze, freeze, freeze, isFrozen
-
Constructor Details
-
FollowModifyReferralHandler
public FollowModifyReferralHandler()Creates a new modify referral handler. -
FollowModifyReferralHandler
Creates a new modify referral handler.- Parameters:
factory- referral connection factory
-
FollowModifyReferralHandler
Creates a new modify referral handler.- Parameters:
factory- referral connection factorytf- whether to throw on failure to chase referrals
-
FollowModifyReferralHandler
public FollowModifyReferralHandler(int limit) Creates a new modify referral handler.- Parameters:
limit- number of referrals to follow
-
FollowModifyReferralHandler
Creates a new modify referral handler.- Parameters:
limit- number of referrals to followfactory- referral connection factory
-
FollowModifyReferralHandler
Creates a new modify referral handler.- Parameters:
limit- number of referrals to followfactory- referral connection factorytf- whether to throw on failure to chase referrals
-
FollowModifyReferralHandler
private FollowModifyReferralHandler(int limit, int depth, ReferralConnectionFactory factory, boolean tf) Creates a new modify referral handler.- Parameters:
limit- number of referrals to followdepth- number of referrals followedfactory- referral connection factorytf- whether to throw on failure to chase referrals
-
-
Method Details
-
createReferralRequest
Description copied from class:AbstractFollowReferralHandlerCreates a new request for this type of referral.- Specified by:
createReferralRequestin classAbstractFollowReferralHandler<ModifyRequest,ModifyResponse> - Parameters:
url- of the referral- Returns:
- new request
-
createReferralOperation
Description copied from class:AbstractFollowReferralHandlerCreates an operation for this type of referral.- Specified by:
createReferralOperationin classAbstractFollowReferralHandler<ModifyRequest,ModifyResponse> - Parameters:
factory- to get a connection with- Returns:
- new operation
-
newInstance
Description copied from class:MessageFunctionalCreate a new instance of this message functional.- Specified by:
newInstancein classMessageFunctional<ModifyRequest,ModifyResponse> - Returns:
- new instance of this message functional
-