Enum Class PermissionEntry.PermissionType

java.lang.Object
java.lang.Enum<PermissionEntry.PermissionType>
edu.internet2.middleware.grouper.permissions.PermissionEntry.PermissionType
All Implemented Interfaces:
Serializable, Comparable<PermissionEntry.PermissionType>, Constable
Enclosing interface:
PermissionEntry

public static enum PermissionEntry.PermissionType extends Enum<PermissionEntry.PermissionType>
type of permission, either assigned to role, or assigned to role and user combined
  • Enum Constant Details

  • Method Details

    • values

      public static PermissionEntry.PermissionType[] 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 PermissionEntry.PermissionType 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
    • valueOfIgnoreCase

      public static PermissionEntry.PermissionType valueOfIgnoreCase(String theString, boolean exceptionOnNull)
      do a case-insensitive matching
      Parameters:
      theString -
      exceptionOnNull - will not allow null or blank entries
      Returns:
      the enum or null or exception if not found
    • getName

      public String getName()
      name for javabean
      Returns:
      the attribute assign type
    • convertToAttributeAssignType

      public abstract AttributeAssignType convertToAttributeAssignType()
      convert to attribute assign type
      Returns:
      type