Class InterruptResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class InterruptResponse
    extends java.lang.Object
    implements java.io.Serializable
    Since:
    5.2.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_MESSAGE
      The default message when flows are interrupted.
    • Field Detail

      • DEFAULT_MESSAGE

        public static final java.lang.String DEFAULT_MESSAGE
        The default message when flows are interrupted.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InterruptResponse

        public InterruptResponse​(boolean interrupt)
      • InterruptResponse

        public InterruptResponse​(java.lang.String message,
                                 boolean block,
                                 boolean ssoEnabled)
      • InterruptResponse

        public InterruptResponse​(java.lang.String message)
      • InterruptResponse

        public InterruptResponse()
      • InterruptResponse

        public InterruptResponse​(java.lang.String message,
                                 java.util.Map<java.lang.String,​java.lang.String> links,
                                 boolean block,
                                 boolean ssoEnabled)
    • Method Detail

      • none

        public static InterruptResponse none()
        No interruptions interrupt response.
        Returns:
        the interrupt response
      • interrupt

        public static InterruptResponse interrupt()
        Interrupt interrupt response.
        Returns:
        the interrupt response