Class UserConstants
- java.lang.Object
-
- de.hybris.platform.servicelayer.user.UserConstants
-
public final class UserConstants extends java.lang.Object
Constants related to the user and groups.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADMIN_EMPLOYEE_UID
UID
of the admin userstatic java.lang.String
ADMIN_USERGROUP_UID
UID
of the admin user groupstatic java.lang.String
ANONYMOUS_CUSTOMER_UID
UID
of the anonymous userstatic java.lang.String
USER_SESSION_ATTR_KEY
Session 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
UID
of the admin user group
-
ADMIN_EMPLOYEE_UID
public static final java.lang.String ADMIN_EMPLOYEE_UID
UID
of the admin user
-
ANONYMOUS_CUSTOMER_UID
public static final java.lang.String ANONYMOUS_CUSTOMER_UID
UID
of the anonymous user
-
-