Enum Class BuiltInAction

java.lang.Object
java.lang.Enum<BuiltInAction>
dev.galasa.framework.spi.rbac.BuiltInAction
All Implemented Interfaces:
Serializable, Comparable<BuiltInAction>, Constable

public enum BuiltInAction extends Enum<BuiltInAction>
  • Enum Constant Details

    • GENERAL_API_ACCESS

      public static final BuiltInAction GENERAL_API_ACCESS
    • USER_EDIT_OTHER

      public static final BuiltInAction USER_EDIT_OTHER
    • SECRETS_GET_UNREDACTED_VALUES

      public static final BuiltInAction SECRETS_GET_UNREDACTED_VALUES
    • SECRETS_SET

      public static final BuiltInAction SECRETS_SET
    • SECRETS_DELETE

      public static final BuiltInAction SECRETS_DELETE
    • CPS_PROPERTIES_SET

      public static final BuiltInAction CPS_PROPERTIES_SET
    • CPS_PROPERTIES_DELETE

      public static final BuiltInAction CPS_PROPERTIES_DELETE
    • RUNS_DELETE_OTHER_USERS

      public static final BuiltInAction RUNS_DELETE_OTHER_USERS
  • Method Details

    • values

      public static BuiltInAction[] 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 BuiltInAction 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
    • getAction

      public Action getAction()
    • getActions

      public static List<Action> getActions()