Weblogic 如何使用 WLST 发布元数据文件
Weblogic how to publish metadata file with WLST
我正在尝试弄清楚如何使用代码(使用 WLST)在 WebLogic 中执行以下操作:
ProductionDomain->Environment->Servers->ProductionServer->Federation Services->SAML 2.0 General->Publish Meta Data
不幸的是,在指南中它只说 "Operations on the metadata file are available via the com.bea.security.saml2.providers.registry.Partner Java interface." 但以下界面似乎没有提供任何发布 xml 元数据文件的相关方法。
有什么实施操作的建议吗?
在联机模式下使用此 wlst 命令:
serverRuntime()
cmo.getSingleSignOnServicesRuntime().publish('myMetadata.xml', false)
我正在尝试弄清楚如何使用代码(使用 WLST)在 WebLogic 中执行以下操作: ProductionDomain->Environment->Servers->ProductionServer->Federation Services->SAML 2.0 General->Publish Meta Data
不幸的是,在指南中它只说 "Operations on the metadata file are available via the com.bea.security.saml2.providers.registry.Partner Java interface." 但以下界面似乎没有提供任何发布 xml 元数据文件的相关方法。
有什么实施操作的建议吗?
在联机模式下使用此 wlst 命令:
serverRuntime()
cmo.getSingleSignOnServicesRuntime().publish('myMetadata.xml', false)