Class ApplicationsIdpApi
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.api.ApplicationsIdpApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-25T17:45:58.604478Z[Etc/UTC]") public class ApplicationsIdpApi extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationsIdpApi()ApplicationsIdpApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>deleteBankApplication(String clientId)Delete Application Deletes an application.Required scope: **bank_applications:execute**reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>deleteBankApplicationWithHttpInfo(String clientId)reactor.core.publisher.Mono<Void>deleteOrganizationApplication(String clientId)Delete Application Deletes an application.Required scope: **organization_applications:execute**reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>>deleteOrganizationApplicationWithHttpInfo(String clientId)ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
ApplicationsIdpApi
public ApplicationsIdpApi()
-
ApplicationsIdpApi
@Autowired public ApplicationsIdpApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
deleteBankApplication
public reactor.core.publisher.Mono<Void> deleteBankApplication(String clientId) throws org.springframework.web.reactive.function.client.WebClientResponseException
Delete Application Deletes an application.Required scope: **bank_applications:execute**204 - Application discarded
403 - Invalid scope
404 - application not found
401 - Unauthorized - Authentication failed,
- Parameters:
clientId- Identifier for the application.- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteBankApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> deleteBankApplicationWithHttpInfo(String clientId) throws org.springframework.web.reactive.function.client.WebClientResponseException
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
deleteOrganizationApplication
public reactor.core.publisher.Mono<Void> deleteOrganizationApplication(String clientId) throws org.springframework.web.reactive.function.client.WebClientResponseException
Delete Application Deletes an application.Required scope: **organization_applications:execute**204 - Application disacarded
401 - Unauthorized - Authentication failed,
403 - Invalid scope
404 - application not found
- Parameters:
clientId- Identifier for the application.- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteOrganizationApplicationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Void>> deleteOrganizationApplicationWithHttpInfo(String clientId) throws org.springframework.web.reactive.function.client.WebClientResponseException
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
-