Enum Class User.Right

java.lang.Object
java.lang.Enum<User.Right>
org.apache.openmeetings.db.entity.user.User.Right
All Implemented Interfaces:
Serializable, Comparable<User.Right>, Constable
Enclosing class:
User

public static enum User.Right extends Enum<User.Right>
  • Enum Constant Details

    • ADMIN

      public static final User.Right ADMIN
    • GROUP_ADMIN

      public static final User.Right GROUP_ADMIN
    • ADMIN_CONFIG

      public static final User.Right ADMIN_CONFIG
    • ADMIN_CONNECTIONS

      public static final User.Right ADMIN_CONNECTIONS
    • ADMIN_BACKUP

      public static final User.Right ADMIN_BACKUP
    • ADMIN_LABEL

      public static final User.Right ADMIN_LABEL
    • ROOM

      public static final User.Right ROOM
    • DASHBOARD

      public static final User.Right DASHBOARD
    • LOGIN

      public static final User.Right LOGIN
    • SOAP

      public static final User.Right SOAP
  • Method Details

    • values

      public static User.Right[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static User.Right valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isGroupAdminAllowed

      public boolean isGroupAdminAllowed()
    • getAllowed

      public static List<User.Right> getAllowed(boolean groupAdmin)