Interface WebflowConstants
-
public interface WebflowConstantsThe webflow constants.- Since:
- 6.4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBROWSERThe browser transition.static java.lang.StringINWEBO_SESSION_IDThe inweboSessionId flow scope parameter.static java.lang.StringLOGINThe login flow scope parameter.static java.lang.StringMUST_ENROLLThe mustEnroll action.static java.lang.StringOTPThe otp request parameter.static java.lang.StringPENDINGThe pending transition.static java.lang.StringPUSHThe push transition.static java.lang.StringSELECTThe select transition.static java.lang.StringSITE_ALIASThe siteAlias flow scope parameter.static java.lang.StringSITE_DESCRIPTIONThe siteDescription flow scope parameter.
-
-
-
Field Detail
-
PENDING
static final java.lang.String PENDING
The pending transition.- See Also:
- Constant Field Values
-
PUSH
static final java.lang.String PUSH
The push transition.- See Also:
- Constant Field Values
-
BROWSER
static final java.lang.String BROWSER
The browser transition.- See Also:
- Constant Field Values
-
SELECT
static final java.lang.String SELECT
The select transition.- See Also:
- Constant Field Values
-
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
-
OTP
static final java.lang.String OTP
The otp request parameter.- See Also:
- Constant Field Values
-
-