0
我正在尋找解決方案,該解決方案使我能夠找到身份驗證提供程序名稱並將其置於變量中。我想這樣的事情:WebLogic WLST find AuthenticationProviderName
LDAPProviderName = getAuthenticationProviderName(ProviderClassName='weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl')
cd('/base_domain/serverConfig/SecurityConfiguration/base_domain/Realms/myrealm/AuthenticationProviders/' + LDAPProviderName)