Enum Class PermissionLimitBeanType

java.lang.Object
java.lang.Enum<PermissionLimitBeanType>
edu.internet2.middleware.grouper.permissions.limits.PermissionLimitBeanType
All Implemented Interfaces:
Serializable, Comparable<PermissionLimitBeanType>, Constable

public enum PermissionLimitBeanType extends Enum<PermissionLimitBeanType>
the type of permission limit we are referring to
  • Enum Constant Details

    • ATTRIBUTE_ASSIGNMENT

      public static final PermissionLimitBeanType ATTRIBUTE_ASSIGNMENT
      a permission limit assigned to an attribute assignment (e.g. assigned to a permission assignment)
    • ROLE

      public static final PermissionLimitBeanType ROLE
      a permission limit assigned to a role (applies to all users in that role for permissions in the context of that role
  • Method Details

    • values

      public static PermissionLimitBeanType[] 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 PermissionLimitBeanType 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