Package de.hybris.platform.jalo
Interface JaloSession.LoginProperties
- Enclosing class:
- JaloSession
public static interface JaloSession.LoginProperties
Contains login property names.
These properties are to be used in conjunction with creating/transferring session.
See:
These properties are to be used in conjunction with creating/transferring session.
See:
- See Also:
-
JaloSession.createInstance(Map, Class)JaloSession.performLogin(String, String, Map)JaloSession.transfer(Map)JaloSession.transfer(Map, boolean)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThese are possible session types. -
Field Summary
Fields
-
Field Details
-
LOGIN
user's login- See Also:
-
PASSWORD
user's password- See Also:
-
LOGIN_TOKEN
login token- See Also:
-
USER_PK
PK of the user. Use this as alternative toLOGIN.- See Also:
-
SESSION_TYPE
Type of the session. For possible types seeSessionTypes.- See Also:
-