Class AbstractRequestGeneratorInput

  • All Implemented Interfaces:
    RequestGeneratorInput

    public abstract class AbstractRequestGeneratorInput
    extends Object
    implements RequestGeneratorInput
    Abstract base class for request generator input.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Constructor Detail

      • AbstractRequestGeneratorInput

        public AbstractRequestGeneratorInput()
    • Method Detail

      • setRelayState

        public void setRelayState​(String relayState)
        Assigns the relay state for the request.
        Parameters:
        relayState - the relay state, or null
      • setPeerEntityID

        public void setPeerEntityID​(String peerEntityID)
        Assigns the peer (IdP) entityID.
        Parameters:
        peerEntityID - the entityID
      • getPreferredBinding

        public String getPreferredBinding()
        If the caller prefers a specific binding to use, this method should return that. Otherwise the request generator its own default.
        Specified by:
        getPreferredBinding in interface RequestGeneratorInput
        Returns:
        the preferred binding, or null if the generator default should apply
      • setPreferredBinding

        public void setPreferredBinding​(String preferredBinding)
        Assigns the preferred binding to use for the request.
        Parameters:
        preferredBinding - binding, or null