Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Interface CookieKeys

All Known Implementing Classes:
CookieKeys

public interface CookieKeys


Field Summary
static String COMPANY_ID
           
static String COOKIE_SUPPORT
           
static String GUEST_LANGUAGE_ID
           
static String ID
           
static String JSESSIONID
           
static String LOGIN
           
static String PASSWORD
           
static String REMEMBER_ME
           
static String SCREEN_NAME
           
static String USER_UUID
           
 

Field Detail

COMPANY_ID

static final String COMPANY_ID
See Also:
Constant Field Values

COOKIE_SUPPORT

static final String COOKIE_SUPPORT
See Also:
Constant Field Values

GUEST_LANGUAGE_ID

static final String GUEST_LANGUAGE_ID
See Also:
Constant Field Values

ID

static final String ID
See Also:
Constant Field Values

JSESSIONID

static final String JSESSIONID
See Also:
Constant Field Values

LOGIN

static final String LOGIN
See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
See Also:
Constant Field Values

REMEMBER_ME

static final String REMEMBER_ME
See Also:
Constant Field Values

SCREEN_NAME

static final String SCREEN_NAME
See Also:
Constant Field Values

USER_UUID

static final String USER_UUID
See Also:
Constant Field Values

Liferay 6.1.2-ce-ga3