Class AuthenticationRequired

java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.AuthenticationRequired
All Implemented Interfaces:
Serializable

public class AuthenticationRequired extends Object implements 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 Details

    • AuthenticationRequired

      public AuthenticationRequired(int loopNumber, String requesterTool)
  • Method Details

    • getLoopNumber

      public int getLoopNumber()
    • getRequesterTool

      public String getRequesterTool()