Class ApplicationsIdpApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-03-25T22:32:07.049515Z[Etc/UTC]")
    public class ApplicationsIdpApi
    extends Object
    • 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