Class UserConstants
- java.lang.Object
-
- de.hybris.platform.servicelayer.user.UserConstants
-
public final class UserConstants extends java.lang.ObjectConstants related to the user and groups.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADMIN_EMPLOYEE_UIDUIDof the admin userstatic java.lang.StringADMIN_USERGROUP_UIDUIDof the admin user groupstatic java.lang.StringANONYMOUS_CUSTOMER_UIDUIDof the anonymous userstatic java.lang.StringUSER_SESSION_ATTR_KEYSession attribute key for the user
-
-
-
Field Detail
-
USER_SESSION_ATTR_KEY
public static final java.lang.String USER_SESSION_ATTR_KEY
Session attribute key for the user- See Also:
- Constant Field Values
-
ADMIN_USERGROUP_UID
public static final java.lang.String ADMIN_USERGROUP_UID
UIDof the admin user group
-
ADMIN_EMPLOYEE_UID
public static final java.lang.String ADMIN_EMPLOYEE_UID
UIDof the admin user
-
ANONYMOUS_CUSTOMER_UID
public static final java.lang.String ANONYMOUS_CUSTOMER_UID
UIDof the anonymous user
-
-