Package com.evolveum.midpoint.model.api
Enum ModelAuthorizationAction
- java.lang.Object
-
- java.lang.Enum<ModelAuthorizationAction>
-
- com.evolveum.midpoint.model.api.ModelAuthorizationAction
-
- All Implemented Interfaces:
DisplayableValue<String>
,Serializable
,Comparable<ModelAuthorizationAction>
public enum ModelAuthorizationAction extends Enum<ModelAuthorizationAction> implements DisplayableValue<String>
-
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description static String[]
AUTZ_ACTIONS_URLS_ADD
static String[]
AUTZ_ACTIONS_URLS_ASSIGN
static String[]
AUTZ_ACTIONS_URLS_ATTORNEY
static String[]
AUTZ_ACTIONS_URLS_GET
static String[]
AUTZ_ACTIONS_URLS_MODIFY
static String[]
AUTZ_ACTIONS_URLS_SEARCH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Returns longer description that can be used as a help text, tooltip or for similar purpose.String
getLabel()
Returns short user-friendly label.String
getUrl()
String
getValue()
Retuns actual value.static ModelAuthorizationAction
valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelAuthorizationAction[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
READ
public static final ModelAuthorizationAction READ
-
GET
public static final ModelAuthorizationAction GET
-
SEARCH
public static final ModelAuthorizationAction SEARCH
-
ADD
public static final ModelAuthorizationAction ADD
-
MODIFY
public static final ModelAuthorizationAction MODIFY
-
DELETE
public static final ModelAuthorizationAction DELETE
-
RECOMPUTE
public static final ModelAuthorizationAction RECOMPUTE
-
TEST
public static final ModelAuthorizationAction TEST
-
IMPORT_OBJECTS
public static final ModelAuthorizationAction IMPORT_OBJECTS
Import objects from file or a stream. This means importing any type of object (e.g. user, configuration, resource, object templates, ...
-
IMPORT_FROM_RESOURCE
public static final ModelAuthorizationAction IMPORT_FROM_RESOURCE
Import resource objects from resource. This means import of accounts, entitlements or other objects from a resource. The import creates shadows.
-
DISCOVER_CONNECTORS
public static final ModelAuthorizationAction DISCOVER_CONNECTORS
-
ASSIGN
public static final ModelAuthorizationAction ASSIGN
-
UNASSIGN
public static final ModelAuthorizationAction UNASSIGN
-
DELEGATE
public static final ModelAuthorizationAction DELEGATE
-
ATTORNEY
public static final ModelAuthorizationAction ATTORNEY
-
EXECUTE_SCRIPT
public static final ModelAuthorizationAction EXECUTE_SCRIPT
-
CHANGE_CREDENTIALS
public static final ModelAuthorizationAction CHANGE_CREDENTIALS
-
SUSPEND_TASK
public static final ModelAuthorizationAction SUSPEND_TASK
-
RESUME_TASK
public static final ModelAuthorizationAction RESUME_TASK
-
RUN_TASK_IMMEDIATELY
public static final ModelAuthorizationAction RUN_TASK_IMMEDIATELY
-
STOP_SERVICE_THREADS
public static final ModelAuthorizationAction STOP_SERVICE_THREADS
-
START_SERVICE_THREADS
public static final ModelAuthorizationAction START_SERVICE_THREADS
-
SYNCHRONIZE_TASKS
public static final ModelAuthorizationAction SYNCHRONIZE_TASKS
-
SYNCHRONIZE_WORKFLOW_REQUESTS
public static final ModelAuthorizationAction SYNCHRONIZE_WORKFLOW_REQUESTS
-
STOP_TASK_SCHEDULER
public static final ModelAuthorizationAction STOP_TASK_SCHEDULER
-
START_TASK_SCHEDULER
public static final ModelAuthorizationAction START_TASK_SCHEDULER
-
READ_THREADS
public static final ModelAuthorizationAction READ_THREADS
-
CREATE_CERTIFICATION_CAMPAIGN
public static final ModelAuthorizationAction CREATE_CERTIFICATION_CAMPAIGN
-
OPEN_CERTIFICATION_CAMPAIGN_REVIEW_STAGE
public static final ModelAuthorizationAction OPEN_CERTIFICATION_CAMPAIGN_REVIEW_STAGE
-
CLOSE_CERTIFICATION_CAMPAIGN_REVIEW_STAGE
public static final ModelAuthorizationAction CLOSE_CERTIFICATION_CAMPAIGN_REVIEW_STAGE
-
START_CERTIFICATION_REMEDIATION
public static final ModelAuthorizationAction START_CERTIFICATION_REMEDIATION
-
CLOSE_CERTIFICATION_CAMPAIGN
public static final ModelAuthorizationAction CLOSE_CERTIFICATION_CAMPAIGN
-
REITERATE_CERTIFICATION_CAMPAIGN
public static final ModelAuthorizationAction REITERATE_CERTIFICATION_CAMPAIGN
-
READ_OWN_CERTIFICATION_DECISIONS
public static final ModelAuthorizationAction READ_OWN_CERTIFICATION_DECISIONS
-
RECORD_CERTIFICATION_DECISION
public static final ModelAuthorizationAction RECORD_CERTIFICATION_DECISION
-
COMPLETE_ALL_WORK_ITEMS
public static final ModelAuthorizationAction COMPLETE_ALL_WORK_ITEMS
-
DELEGATE_ALL_WORK_ITEMS
public static final ModelAuthorizationAction DELEGATE_ALL_WORK_ITEMS
-
DELEGATE_OWN_WORK_ITEMS
public static final ModelAuthorizationAction DELEGATE_OWN_WORK_ITEMS
-
READ_ALL_WORK_ITEMS
public static final ModelAuthorizationAction READ_ALL_WORK_ITEMS
-
STOP_APPROVAL_PROCESS_INSTANCE
public static final ModelAuthorizationAction STOP_APPROVAL_PROCESS_INSTANCE
-
CLEANUP_PROCESS_INSTANCES
public static final ModelAuthorizationAction CLEANUP_PROCESS_INSTANCES
-
CANCEL_CASE
public static final ModelAuthorizationAction CANCEL_CASE
-
AUDIT_READ
public static final ModelAuthorizationAction AUDIT_READ
-
AUDIT_RECORD
public static final ModelAuthorizationAction AUDIT_RECORD
-
AUDIT_MANAGE
public static final ModelAuthorizationAction AUDIT_MANAGE
-
RAW_OPERATION
public static final ModelAuthorizationAction RAW_OPERATION
-
PARTIAL_EXECUTION
public static final ModelAuthorizationAction PARTIAL_EXECUTION
-
GET_EXTENSION_SCHEMA
public static final ModelAuthorizationAction GET_EXTENSION_SCHEMA
-
RUN_REPORT
public static final ModelAuthorizationAction RUN_REPORT
-
IMPORT_REPORT
public static final ModelAuthorizationAction IMPORT_REPORT
-
CLEANUP_AUDIT_RECORDS
@Experimental public static final ModelAuthorizationAction CLEANUP_AUDIT_RECORDS
-
RECORD_TRACE
@Experimental public static final ModelAuthorizationAction RECORD_TRACE
-
READ_TRACE
@Experimental public static final ModelAuthorizationAction READ_TRACE
-
-
Field Detail
-
AUTZ_ACTIONS_URLS_SEARCH
public static final String[] AUTZ_ACTIONS_URLS_SEARCH
-
AUTZ_ACTIONS_URLS_GET
public static final String[] AUTZ_ACTIONS_URLS_GET
-
AUTZ_ACTIONS_URLS_ADD
public static final String[] AUTZ_ACTIONS_URLS_ADD
-
AUTZ_ACTIONS_URLS_MODIFY
public static final String[] AUTZ_ACTIONS_URLS_MODIFY
-
AUTZ_ACTIONS_URLS_ASSIGN
public static final String[] AUTZ_ACTIONS_URLS_ASSIGN
-
AUTZ_ACTIONS_URLS_ATTORNEY
public static final String[] AUTZ_ACTIONS_URLS_ATTORNEY
-
-
Method Detail
-
values
public static ModelAuthorizationAction[] 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 (ModelAuthorizationAction c : ModelAuthorizationAction.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModelAuthorizationAction valueOf(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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getUrl
public String getUrl()
-
getValue
public String getValue()
Description copied from interface:DisplayableValue
Retuns actual value. This may not be user-friendly.- Specified by:
getValue
in interfaceDisplayableValue<String>
-
getLabel
public String getLabel()
Description copied from interface:DisplayableValue
Returns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
getLabel
in interfaceDisplayableValue<String>
-
getDescription
public String getDescription()
Description copied from interface:DisplayableValue
Returns longer description that can be used as a help text, tooltip or for similar purpose. Catalog key may be returned instead of actual text.- Specified by:
getDescription
in interfaceDisplayableValue<String>
-
-