Class AuthenticationRequired
java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.AuthenticationRequired
- All Implemented Interfaces:
Serializable
Represents the state when authentication is required to continue a task. This is used when the gateway returns an auth-required
response and the broker needs to pause execution to request credentials from the client.
Only stores data needed for resume - the loop number and tool name.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthenticationRequired
-
-
Method Details
-
getLoopNumber
public int getLoopNumber() -
getRequesterTool
-