Package de.hybris.platform.jalo
Interface JaloSession.LoginProperties
-
- Enclosing class:
- JaloSession
public static interface JaloSession.LoginPropertiesContains login property names.
These properties are to be used in conjunction with creating/transferring session.
See:
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJaloSession.LoginProperties.SessionTypesThese are possible session types.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLOGINuser's loginstatic java.lang.StringLOGIN_TOKENlogin tokenstatic java.lang.StringPASSWORDuser's passwordstatic java.lang.StringSESSION_TYPEType of the session.static java.lang.StringUSER_PKPK of the user.
-
-
-
Field Detail
-
LOGIN
static final java.lang.String LOGIN
user's login- See Also:
- Constant Field Values
-
PASSWORD
static final java.lang.String PASSWORD
user's password- See Also:
- Constant Field Values
-
LOGIN_TOKEN
static final java.lang.String LOGIN_TOKEN
login token- See Also:
- Constant Field Values
-
USER_PK
static final java.lang.String USER_PK
PK of the user. Use this as alternative toLOGIN.- See Also:
- Constant Field Values
-
SESSION_TYPE
static final java.lang.String SESSION_TYPE
Type of the session. For possible types seeSessionTypes.- See Also:
- Constant Field Values
-
-