Uses of Annotation Interface
com.evolveum.midpoint.security.api.RestHandlerMethod
-
Uses of RestHandlerMethod in com.evolveum.midpoint.rest.impl
Modifier and TypeMethodDescription<T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController.addObject
(String type, String id, List<String> options, @NotNull PrismObject<T> object) <T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController.addObject
(String type, List<String> options, @NotNull PrismObject<T> object) <T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController.addObjectAlt
(String type, List<String> options, @NotNull PrismObject<T> object) <T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController.compare
(List<String> restReadOptions, List<String> restCompareOptions, List<String> restIgnoreItems, PrismObject<T> clientObject) org.springframework.http.ResponseEntity<?>
ModelRestController.deleteObject
(String type, String id, List<String> options) org.springframework.http.ResponseEntity<?>
ModelRestController.executeCredentialReset
(String oid, ExecuteCredentialResetRequestType executeCredentialResetRequest) org.springframework.http.ResponseEntity<?>
ModelRestController.executeScript
(Boolean asynchronous, ExecuteScriptType command) org.springframework.http.ResponseEntity<?>
ModelRestController.findShadowOwner
(String shadowOid) org.springframework.http.ResponseEntity<?>
ModelRestController.generateValue
(String type, String oid, PolicyItemsDefinitionType policyItemsDefinition) org.springframework.http.ResponseEntity<?>
ModelRestController.generateValueRpc
(PolicyItemsDefinitionType policyItemsDefinition) org.springframework.http.ResponseEntity<?>
org.springframework.http.ResponseEntity<?>
ModelRestController.getLogFileSize()
org.springframework.http.ResponseEntity<?>
ModelRestController.getObject
(String type, String id, List<String> options, List<String> include, List<String> exclude, List<String> resolveNames) org.springframework.http.ResponseEntity<?>
ModelRestController.getRunningTasksThreadsDump()
org.springframework.http.ResponseEntity<?>
org.springframework.http.ResponseEntity<?>
ModelRestController.getSelf()
org.springframework.http.ResponseEntity<?>
ModelRestController.getSelfAlt()
org.springframework.http.ResponseEntity<?>
ModelRestController.getTaskThreadsDump
(String oid) org.springframework.http.ResponseEntity<?>
ModelRestController.getThreadsDump()
org.springframework.http.ResponseEntity<?>
ModelRestController.getValuePolicyForUser
(String oid) org.springframework.http.ResponseEntity<?>
ModelRestController.importFromResource
(String resourceOid, String objectClass) org.springframework.http.ResponseEntity<?>
ModelRestController.importShadow
(String shadowOid) org.springframework.http.ResponseEntity<?>
ExtensionSchemaRestController.listSchemas()
org.springframework.http.ResponseEntity<?>
ModelRestController.modifyObjectPatch
(String type, String oid, List<String> options, ObjectModificationType modificationType) org.springframework.http.ResponseEntity<?>
ModelRestController.modifyObjectPost
(String type, String oid, List<String> options, ObjectModificationType modificationType) org.springframework.http.ResponseEntity<?>
ModelRestController.notifyChange
(ResourceObjectShadowChangeDescriptionType changeDescription) org.springframework.http.ResponseEntity<?>
ModelRestController.resumeTask
(String taskOid) org.springframework.http.ResponseEntity<?>
ModelRestController.scheduleTaskNow
(String taskOid) org.springframework.http.ResponseEntity<?>
ModelRestController.searchObjects
(String type, List<String> options, List<String> include, List<String> exclude, List<String> resolveNames, QueryType queryType) <T extends ObjectType>
org.springframework.http.ResponseEntity<?>ModelRestController.searchObjectsByType
(String type, List<String> options, List<String> include, List<String> exclude, List<String> resolveNames) org.springframework.http.ResponseEntity<?>
ModelRestController.suspendTask
(String taskOid) org.springframework.http.ResponseEntity<?>
ModelRestController.testResource
(String resourceOid) org.springframework.http.ResponseEntity<?>
ModelRestController.validateValue
(PolicyItemsDefinitionType policyItemsDefinition) org.springframework.http.ResponseEntity<?>
ModelRestController.validateValue
(String type, String oid, PolicyItemsDefinitionType policyItemsDefinition)