Package de.xima.fc
Class CmnConst.Security.Signup
- java.lang.Object
-
- de.xima.fc.CmnConst.Security.Signup
-
- Enclosing class:
- CmnConst.Security
public static final class CmnConst.Security.Signup extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SESSION_ATTR_SIGNUP_DATA
Session attribute for storing whether a user has accepted the TOS (terms of service).static String
SESSION_ATTR_TOS_ACCEPTED
Session attribute for storing models holding data for signing up new users
-
Constructor Summary
Constructors Constructor Description Signup()
-
-
-
Field Detail
-
SESSION_ATTR_TOS_ACCEPTED
public static final String SESSION_ATTR_TOS_ACCEPTED
Session attribute for storing models holding data for signing up new users
-
SESSION_ATTR_SIGNUP_DATA
public static final String SESSION_ATTR_SIGNUP_DATA
Session attribute for storing whether a user has accepted the TOS (terms of service). This is primarily used for test users in the CLOUD that wanting to test formcyle in a test client.
-
-