Package lumis.util
Class Cookies
- java.lang.Object
-
- lumis.util.Cookies
-
public final class Cookies extends Object
LumisXP Cookies.- Since:
- 10.0.0
- Version:
- $Revision: 24030 $ $Date: 2020-08-14 13:52:18 -0300 (Fri, 14 Aug 2020) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
IS_LOGGED_USER_COOKIE_NAME
Cookie that indicates whether the user is logged in.static String
LUM_USER_SESSION_ID_COOKIE_NAME
Cookie that stores user session identifier.static String
USER_APP_ID_COOKIE
App identifier cookie.static String
USER_EMAIL_COOKIE_NAME
Cookie that stores user email.static String
USER_ID_COOKIE_NAME
Cookie that stores user identifier.static String
USER_LOCALE_COOKIE_NAME
Cookie that stores user locale.static String
USER_LOGIN_COOKIE_NAME
Cookie that stores user login.static String
USER_NAME_COOKIE_NAME
Cookie that stores user name.
-
-
-
Field Detail
-
IS_LOGGED_USER_COOKIE_NAME
public static final String IS_LOGGED_USER_COOKIE_NAME
Cookie that indicates whether the user is logged in.- Since:
- 10.0.0
- See Also:
- Constant Field Values
-
USER_APP_ID_COOKIE
public static final String USER_APP_ID_COOKIE
App identifier cookie.- Since:
- 10.0.0
- See Also:
- Constant Field Values
-
USER_LOCALE_COOKIE_NAME
public static final String USER_LOCALE_COOKIE_NAME
Cookie that stores user locale.- Since:
- 10.4.0
- See Also:
- Constant Field Values
-
USER_EMAIL_COOKIE_NAME
public static final String USER_EMAIL_COOKIE_NAME
Cookie that stores user email.- Since:
- 10.4.0
- See Also:
- Constant Field Values
-
USER_LOGIN_COOKIE_NAME
public static final String USER_LOGIN_COOKIE_NAME
Cookie that stores user login.- Since:
- 10.4.0
- See Also:
- Constant Field Values
-
USER_NAME_COOKIE_NAME
public static final String USER_NAME_COOKIE_NAME
Cookie that stores user name.- Since:
- 10.4.0
- See Also:
- Constant Field Values
-
USER_ID_COOKIE_NAME
public static final String USER_ID_COOKIE_NAME
Cookie that stores user identifier.- Since:
- 10.4.0
- See Also:
- Constant Field Values
-
LUM_USER_SESSION_ID_COOKIE_NAME
public static final String LUM_USER_SESSION_ID_COOKIE_NAME
Cookie that stores user session identifier.- Since:
- 10.4.0
- See Also:
- Constant Field Values
-
-