I'm looking for the solution which provides me to find Authentication Provider name and place it to variable. I want something like that:
LDAPProviderName = getAuthenticationProviderName(ProviderClassName='weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl')
cd('/base_domain/serverConfig/SecurityConfiguration/base_domain/Realms/myrealm/AuthenticationProviders/' + LDAPProviderName)
i've found a dirty workaround for that: