gpt4 book ai didi

wso2 - 在 WSO2 carbon 中删除租户的最佳方法是什么?

转载 作者:行者123 更新时间:2023-12-01 13:45:01 25 4
gpt4 key购买 nike

我正在尝试使用“TenantMgtAdminServiceStub”类中的“deleteTenant”方法删除租户,但它不起作用,它显示错误。我想知道这是否是删除租户的最佳方式...我在寻求帮助时发现了这个 post但不可能每次我想删除租户时都重新启动服务器。

我前几天post this使用该方法时出现错误。

谢谢!

最佳答案

一旦从 UI 创建的租户就无法从 UI 中删除。但是,使用 RemoteTenantManagerService 的 deleteTenant 操作,我们可以删除租户。这是基于API-Manager1.9.0这样的产品

https://localhost:9443/services/RemoteTenantManagerService?wsdl 访问此 RemoteTenantManagerService按照以下步骤进行

第 1 步:在 vi 中将以下属性设置为 false ../repository/conf/carbon.xml <HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>

step2: 启动服务器然后访问https://localhost:9443/services/RemoteTenantManagerService?wsdl通过肥皂用户界面

第 3 步:如果创建了一个租户,每个租户都应该有一个我们需要传递的租户 ID

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.ws.um.carbon.wso2.org">
<soapenv:Header/>
<soapenv:Body>
<ser:deleteTenant>
<!--Optional:-->
<ser:tenantId>?</ser:tenantId>
</ser:deleteTenant>
</soapenv:Body>
</soapenv:Envelope>

注意:如果要创建同名租户,则需要重启服务器

问候,沙凡莎

关于wso2 - 在 WSO2 carbon 中删除租户的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36553984/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com