Package step.licensing.conf.user
Enum RightName
- java.lang.Object
-
- java.lang.Enum<RightName>
-
- step.licensing.conf.user.RightName
-
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
dashedName
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RightName
findByDashedName(java.lang.String dashedName)
static RightName
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RightName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
plan_read
public static final RightName plan_read
-
plan_write
public static final RightName plan_write
-
plan_delete
public static final RightName plan_delete
-
plan_execute
public static final RightName plan_execute
-
kw_read
public static final RightName kw_read
-
kw_write
public static final RightName kw_write
-
kw_delete
public static final RightName kw_delete
-
kw_execute
public static final RightName kw_execute
-
mask_read
public static final RightName mask_read
-
mask_write
public static final RightName mask_write
-
mask_delete
public static final RightName mask_delete
-
mask_execute
public static final RightName mask_execute
-
execution_read
public static final RightName execution_read
-
execution_write
public static final RightName execution_write
-
execution_delete
public static final RightName execution_delete
-
user_write
public static final RightName user_write
-
user_read
public static final RightName user_read
-
task_read
public static final RightName task_read
-
task_write
public static final RightName task_write
-
task_delete
public static final RightName task_delete
-
scheduler_manage
public static final RightName scheduler_manage
-
operations_read
public static final RightName operations_read
-
controller_manage
public static final RightName controller_manage
-
maintenance_message_write
public static final RightName maintenance_message_write
-
settings_read
public static final RightName settings_read
-
settings_write
public static final RightName settings_write
-
settings_delete
public static final RightName settings_delete
-
admin_ui_menu
public static final RightName admin_ui_menu
-
settings_ui_menu
public static final RightName settings_ui_menu
-
param_read
public static final RightName param_read
-
param_write
public static final RightName param_write
-
param_delete
public static final RightName param_delete
-
param_global_write
public static final RightName param_global_write
-
resource_read
public static final RightName resource_read
-
resource_write
public static final RightName resource_write
-
resource_delete
public static final RightName resource_delete
-
interactive
public static final RightName interactive
-
token_manage
public static final RightName token_manage
-
notification_gateway_configure
public static final RightName notification_gateway_configure
-
notification_subscription_read
public static final RightName notification_subscription_read
-
notification_subscription_write
public static final RightName notification_subscription_write
-
notification_subscription_delete
public static final RightName notification_subscription_delete
-
monitoring_dashboard_configure
public static final RightName monitoring_dashboard_configure
-
project_read
public static final RightName project_read
-
project_write
public static final RightName project_write
-
project_delete
public static final RightName project_delete
-
project_view_all
public static final RightName project_view_all
-
project_access_all
public static final RightName project_access_all
-
broker_read
public static final RightName broker_read
-
broker_write
public static final RightName broker_write
-
broker_delete
public static final RightName broker_delete
-
screenInputs_read
public static final RightName screenInputs_read
-
screenInputs_write
public static final RightName screenInputs_write
-
screenInputs_delete
public static final RightName screenInputs_delete
-
collection_read
public static final RightName collection_read
-
collection_write
public static final RightName collection_write
-
collection_delete
public static final RightName collection_delete
-
-
Method Detail
-
values
public static RightName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RightName c : RightName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RightName valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
findByDashedName
public static RightName findByDashedName(java.lang.String dashedName)
-
-