Uses of Annotation Interface
com.evolveum.midpoint.security.api.RestHandlerMethod
Packages that use RestHandlerMethod
-
Uses of RestHandlerMethod in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl with annotations of type RestHandlerMethodModifier 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) org.springframework.http.ResponseEntity<?>ModelRestController.cancelCase(String caseOid) org.springframework.http.ResponseEntity<?>ModelRestController.claimWorkItem(String caseOid, Long workItemId) <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.completeWorkItem(String caseOid, Long workItemId, AbstractWorkItemOutputType output) org.springframework.http.ResponseEntity<?>ModelRestController.delegateWorkItem(String caseOid, Long workItemId, WorkItemDelegationRequestType delegationRequest) 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.releaseWorkItem(String caseOid, Long workItemId) 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, Boolean returnTotalCount, 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)