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 SummaryFields Modifier and Type Field Description static String[]AUTZ_ACTIONS_URLS_ADDstatic String[]AUTZ_ACTIONS_URLS_ASSIGNstatic String[]AUTZ_ACTIONS_URLS_ATTORNEYstatic String[]AUTZ_ACTIONS_URLS_GETstatic String[]AUTZ_ACTIONS_URLS_MODIFYstatic String[]AUTZ_ACTIONS_URLS_SEARCH
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns longer description that can be used as a help text, tooltip or for similar purpose.StringgetLabel()Returns short user-friendly label.StringgetUrl()StringgetValue()Retuns actual value.static ModelAuthorizationActionvalueOf(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- 
READpublic static final ModelAuthorizationAction READ 
 - 
GETpublic static final ModelAuthorizationAction GET 
 - 
SEARCHpublic static final ModelAuthorizationAction SEARCH 
 - 
ADDpublic static final ModelAuthorizationAction ADD 
 - 
MODIFYpublic static final ModelAuthorizationAction MODIFY 
 - 
DELETEpublic static final ModelAuthorizationAction DELETE 
 - 
RECOMPUTEpublic static final ModelAuthorizationAction RECOMPUTE 
 - 
TESTpublic static final ModelAuthorizationAction TEST 
 - 
IMPORT_OBJECTSpublic 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_RESOURCEpublic 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_CONNECTORSpublic static final ModelAuthorizationAction DISCOVER_CONNECTORS 
 - 
ASSIGNpublic static final ModelAuthorizationAction ASSIGN 
 - 
UNASSIGNpublic static final ModelAuthorizationAction UNASSIGN 
 - 
DELEGATEpublic static final ModelAuthorizationAction DELEGATE 
 - 
ATTORNEYpublic static final ModelAuthorizationAction ATTORNEY 
 - 
EXECUTE_SCRIPTpublic static final ModelAuthorizationAction EXECUTE_SCRIPT 
 - 
CHANGE_CREDENTIALSpublic static final ModelAuthorizationAction CHANGE_CREDENTIALS 
 - 
SUSPEND_TASKpublic static final ModelAuthorizationAction SUSPEND_TASK 
 - 
RESUME_TASKpublic static final ModelAuthorizationAction RESUME_TASK 
 - 
RUN_TASK_IMMEDIATELYpublic static final ModelAuthorizationAction RUN_TASK_IMMEDIATELY 
 - 
STOP_SERVICE_THREADSpublic static final ModelAuthorizationAction STOP_SERVICE_THREADS 
 - 
START_SERVICE_THREADSpublic static final ModelAuthorizationAction START_SERVICE_THREADS 
 - 
SYNCHRONIZE_TASKSpublic static final ModelAuthorizationAction SYNCHRONIZE_TASKS 
 - 
SYNCHRONIZE_WORKFLOW_REQUESTSpublic static final ModelAuthorizationAction SYNCHRONIZE_WORKFLOW_REQUESTS 
 - 
STOP_TASK_SCHEDULERpublic static final ModelAuthorizationAction STOP_TASK_SCHEDULER 
 - 
START_TASK_SCHEDULERpublic static final ModelAuthorizationAction START_TASK_SCHEDULER 
 - 
READ_THREADSpublic static final ModelAuthorizationAction READ_THREADS 
 - 
CREATE_CERTIFICATION_CAMPAIGNpublic static final ModelAuthorizationAction CREATE_CERTIFICATION_CAMPAIGN 
 - 
OPEN_CERTIFICATION_CAMPAIGN_REVIEW_STAGEpublic static final ModelAuthorizationAction OPEN_CERTIFICATION_CAMPAIGN_REVIEW_STAGE 
 - 
CLOSE_CERTIFICATION_CAMPAIGN_REVIEW_STAGEpublic static final ModelAuthorizationAction CLOSE_CERTIFICATION_CAMPAIGN_REVIEW_STAGE 
 - 
START_CERTIFICATION_REMEDIATIONpublic static final ModelAuthorizationAction START_CERTIFICATION_REMEDIATION 
 - 
CLOSE_CERTIFICATION_CAMPAIGNpublic static final ModelAuthorizationAction CLOSE_CERTIFICATION_CAMPAIGN 
 - 
REITERATE_CERTIFICATION_CAMPAIGNpublic static final ModelAuthorizationAction REITERATE_CERTIFICATION_CAMPAIGN 
 - 
READ_OWN_CERTIFICATION_DECISIONSpublic static final ModelAuthorizationAction READ_OWN_CERTIFICATION_DECISIONS 
 - 
RECORD_CERTIFICATION_DECISIONpublic static final ModelAuthorizationAction RECORD_CERTIFICATION_DECISION 
 - 
COMPLETE_ALL_WORK_ITEMSpublic static final ModelAuthorizationAction COMPLETE_ALL_WORK_ITEMS 
 - 
DELEGATE_ALL_WORK_ITEMSpublic static final ModelAuthorizationAction DELEGATE_ALL_WORK_ITEMS 
 - 
DELEGATE_OWN_WORK_ITEMSpublic static final ModelAuthorizationAction DELEGATE_OWN_WORK_ITEMS 
 - 
READ_ALL_WORK_ITEMSpublic static final ModelAuthorizationAction READ_ALL_WORK_ITEMS 
 - 
STOP_APPROVAL_PROCESS_INSTANCEpublic static final ModelAuthorizationAction STOP_APPROVAL_PROCESS_INSTANCE 
 - 
CLEANUP_PROCESS_INSTANCESpublic static final ModelAuthorizationAction CLEANUP_PROCESS_INSTANCES 
 - 
CANCEL_CASEpublic static final ModelAuthorizationAction CANCEL_CASE 
 - 
AUDIT_READpublic static final ModelAuthorizationAction AUDIT_READ 
 - 
AUDIT_RECORDpublic static final ModelAuthorizationAction AUDIT_RECORD 
 - 
AUDIT_MANAGEpublic static final ModelAuthorizationAction AUDIT_MANAGE 
 - 
RAW_OPERATIONpublic static final ModelAuthorizationAction RAW_OPERATION 
 - 
PARTIAL_EXECUTIONpublic static final ModelAuthorizationAction PARTIAL_EXECUTION 
 - 
GET_EXTENSION_SCHEMApublic static final ModelAuthorizationAction GET_EXTENSION_SCHEMA 
 - 
RUN_REPORTpublic static final ModelAuthorizationAction RUN_REPORT 
 - 
IMPORT_REPORTpublic 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_SEARCHpublic static final String[] AUTZ_ACTIONS_URLS_SEARCH 
 - 
AUTZ_ACTIONS_URLS_GETpublic static final String[] AUTZ_ACTIONS_URLS_GET 
 - 
AUTZ_ACTIONS_URLS_ADDpublic static final String[] AUTZ_ACTIONS_URLS_ADD 
 - 
AUTZ_ACTIONS_URLS_MODIFYpublic static final String[] AUTZ_ACTIONS_URLS_MODIFY 
 - 
AUTZ_ACTIONS_URLS_ASSIGNpublic static final String[] AUTZ_ACTIONS_URLS_ASSIGN 
 - 
AUTZ_ACTIONS_URLS_ATTORNEYpublic static final String[] AUTZ_ACTIONS_URLS_ATTORNEY 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
getUrlpublic String getUrl() 
 - 
getValuepublic String getValue() Description copied from interface:DisplayableValueRetuns actual value. This may not be user-friendly.- Specified by:
- getValuein interface- DisplayableValue<String>
 
 - 
getLabelpublic String getLabel() Description copied from interface:DisplayableValueReturns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
- getLabelin interface- DisplayableValue<String>
 
 - 
getDescriptionpublic String getDescription() Description copied from interface:DisplayableValueReturns 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:
- getDescriptionin interface- DisplayableValue<String>
 
 
- 
 
-