Package com.evolveum.midpoint.rest.impl
Class ConnectorDevelopmentRestController
java.lang.Object
com.evolveum.midpoint.rest.impl.AbstractRestController
com.evolveum.midpoint.rest.impl.ConnectorDevelopmentRestController
@RestController
@RequestMapping({"/ws/connector-generator","/rest/connector-generator","/api/connector-generator"})
public class ConnectorDevelopmentRestController
extends AbstractRestController
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.evolveum.midpoint.rest.impl.AbstractRestController
auditService, logger, prismContext, securityHelper, taskManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>downloadConnector(@NotNull String bundleName, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>getCreateConnectorMessage(@NotNull String token) org.springframework.http.ResponseEntity<?>getCreateConnectorResult(@NotNull String token) org.springframework.http.ResponseEntity<?>getCreateConnectorStatus(@NotNull String token) org.springframework.http.ResponseEntity<?>getDiscoverBasicInformationMessage(@NotNull String token) org.springframework.http.ResponseEntity<?>getDiscoverBasicInformationResult(@NotNull String token) org.springframework.http.ResponseEntity<?>getDiscoverBasicInformationStatus(@NotNull String token) org.springframework.http.ResponseEntity<?>getDiscoverDocumentationMessage(@NotNull String token) org.springframework.http.ResponseEntity<?>getDiscoverDocumentationResult(@NotNull String token) org.springframework.http.ResponseEntity<?>getDiscoverDocumentationStatus(@NotNull String token) org.springframework.http.ResponseEntity<?>getProcessDocumentationMessage(@NotNull String token) org.springframework.http.ResponseEntity<?>getProcessDocumentationResult(@NotNull String token) org.springframework.http.ResponseEntity<?>getProcessDocumentationStatus(@NotNull String token) org.springframework.http.ResponseEntity<?>submitOperationCreateConnector(@NotNull String oid) org.springframework.http.ResponseEntity<?>submitOperationDiscoverBasicInformation(@NotNull String oid) org.springframework.http.ResponseEntity<?>submitOperationDiscoverDocumentation(@NotNull String oid) org.springframework.http.ResponseEntity<?>submitOperationProcessDocumentation(@NotNull String oid) Methods inherited from class com.evolveum.midpoint.rest.impl.AbstractRestController
controllerBasePath, createBody, createErrorResponseBuilder, createErrorResponseBuilder, createResponse, createResponse, createResponse, createResponse, createResponseWithLocation, createSubresult, finishRequest, handleException, handleException, handleExceptionNoLog, initRequest
-
Field Details
-
OPERATION_CREATE_CONNECTOR
-
OPERATION_DISCOVER_BASIC_INFORMATION
-
OPERATION_DISCOVER_DOCUMENTATION
-
OPERATION_PROCESS_DOCUMENTATION
-
OPERATION_GENERATE_ARTIFACT
-
OPERATION_DISCOVER_OBJECT_CLASS_INFORMATION
-
OPERATION_DISCOVER_OBJECT_CLASS_ATTRIBUTES
-
OPERATION_DISCOVER_OBJECT_CLASS_ENDPOINTS
-
-
Constructor Details
-
ConnectorDevelopmentRestController
public ConnectorDevelopmentRestController()
-
-
Method Details
-
submitOperationCreateConnector
@GetMapping("/rpc/createConnectorSubmitOperation") public org.springframework.http.ResponseEntity<?> submitOperationCreateConnector(@RequestParam("oid") @NotNull @NotNull String oid) -
getCreateConnectorStatus
@GetMapping("/rpc/createConnectorStatus") public org.springframework.http.ResponseEntity<?> getCreateConnectorStatus(@RequestParam("token") @NotNull @NotNull String token) -
getCreateConnectorMessage
@GetMapping("/rpc/createConnectorMessage") public org.springframework.http.ResponseEntity<?> getCreateConnectorMessage(@RequestParam("token") @NotNull @NotNull String token) -
getCreateConnectorResult
@GetMapping("/rpc/createConnectorResult") public org.springframework.http.ResponseEntity<?> getCreateConnectorResult(@RequestParam("token") @NotNull @NotNull String token) -
submitOperationDiscoverBasicInformation
@GetMapping("/rpc/discoverBasicInformationSubmitOperation") public org.springframework.http.ResponseEntity<?> submitOperationDiscoverBasicInformation(@RequestParam("oid") @NotNull @NotNull String oid) -
getDiscoverBasicInformationStatus
@GetMapping("/rpc/discoverBasicInformationStatus") public org.springframework.http.ResponseEntity<?> getDiscoverBasicInformationStatus(@RequestParam("token") @NotNull @NotNull String token) -
getDiscoverBasicInformationMessage
@GetMapping("/rpc/discoverBasicInformationMessage") public org.springframework.http.ResponseEntity<?> getDiscoverBasicInformationMessage(@RequestParam("token") @NotNull @NotNull String token) -
getDiscoverBasicInformationResult
@GetMapping("/rpc/discoverBasicInformationResult") public org.springframework.http.ResponseEntity<?> getDiscoverBasicInformationResult(@RequestParam("token") @NotNull @NotNull String token) -
submitOperationDiscoverDocumentation
@GetMapping("/rpc/discoverDocumentationSubmitOperation") public org.springframework.http.ResponseEntity<?> submitOperationDiscoverDocumentation(@RequestParam("oid") @NotNull @NotNull String oid) -
getDiscoverDocumentationStatus
@GetMapping("/rpc/discoverDocumentationStatus") public org.springframework.http.ResponseEntity<?> getDiscoverDocumentationStatus(@RequestParam("token") @NotNull @NotNull String token) -
getDiscoverDocumentationMessage
@GetMapping("/rpc/discoverDocumentationMessage") public org.springframework.http.ResponseEntity<?> getDiscoverDocumentationMessage(@RequestParam("token") @NotNull @NotNull String token) -
getDiscoverDocumentationResult
@GetMapping("/rpc/discoverDocumentationResult") public org.springframework.http.ResponseEntity<?> getDiscoverDocumentationResult(@RequestParam("token") @NotNull @NotNull String token) -
submitOperationProcessDocumentation
@GetMapping("/rpc/processDocumentationSubmitOperation") public org.springframework.http.ResponseEntity<?> submitOperationProcessDocumentation(@RequestParam("oid") @NotNull @NotNull String oid) -
getProcessDocumentationStatus
@GetMapping("/rpc/processDocumentationStatus") public org.springframework.http.ResponseEntity<?> getProcessDocumentationStatus(@RequestParam("token") @NotNull @NotNull String token) -
getProcessDocumentationMessage
@GetMapping("/rpc/processDocumentationMessage") public org.springframework.http.ResponseEntity<?> getProcessDocumentationMessage(@RequestParam("token") @NotNull @NotNull String token) -
getProcessDocumentationResult
@GetMapping("/rpc/processDocumentationResult") public org.springframework.http.ResponseEntity<?> getProcessDocumentationResult(@RequestParam("token") @NotNull @NotNull String token) -
downloadConnector
@GetMapping("/rpc/downloadConnector") public org.springframework.http.ResponseEntity<?> downloadConnector(@RequestParam("bundleName") @NotNull @NotNull String bundleName, jakarta.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-