Interface WebflowConstants


  • public interface WebflowConstants
    The webflow constants.
    Since:
    6.4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BROWSER
      The browser transition.
      static java.lang.String INWEBO_SESSION_ID
      The inweboSessionId flow scope parameter.
      static java.lang.String LOGIN
      The login flow scope parameter.
      static java.lang.String MUST_ENROLL
      The mustEnroll action.
      static java.lang.String OTP
      The otp request parameter.
      static java.lang.String PENDING
      The pending transition.
      static java.lang.String PUSH
      The push transition.
      static java.lang.String SELECT
      The select transition.
      static java.lang.String SITE_ALIAS
      The siteAlias flow scope parameter.
      static java.lang.String SITE_DESCRIPTION
      The siteDescription flow scope parameter.
    • Field Detail

      • MUST_ENROLL

        static final java.lang.String MUST_ENROLL
        The mustEnroll action.
        See Also:
        Constant Field Values
      • INWEBO_SESSION_ID

        static final java.lang.String INWEBO_SESSION_ID
        The inweboSessionId flow scope parameter.
        See Also:
        Constant Field Values
      • SITE_ALIAS

        static final java.lang.String SITE_ALIAS
        The siteAlias flow scope parameter.
        See Also:
        Constant Field Values
      • SITE_DESCRIPTION

        static final java.lang.String SITE_DESCRIPTION
        The siteDescription flow scope parameter.
        See Also:
        Constant Field Values
      • LOGIN

        static final java.lang.String LOGIN
        The login flow scope parameter.
        See Also:
        Constant Field Values