Class Constants.USER

  • Enclosing class:
    Constants

    public static class Constants.USER
    extends java.lang.Object
    System user principals.
    • Constructor Summary

      Constructors 
      Constructor Description
      USER()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ADMIN_EMPLOYEE

        public static final java.lang.String ADMIN_EMPLOYEE
      • ADMIN_USERGROUP

        public static final java.lang.String ADMIN_USERGROUP
      • ANONYMOUS_CUSTOMER

        public static final java.lang.String ANONYMOUS_CUSTOMER
      • EMPLOYEE_USERGROUP

        public static final java.lang.String EMPLOYEE_USERGROUP
        Since:
        2.1
      • CUSTOMER_USERGROUP

        public static final java.lang.String CUSTOMER_USERGROUP
        Since:
        2.1
    • Constructor Detail

      • USER

        public USER()