【发布时间】:2018-02-16 02:12:23
【问题描述】:
我喜欢使用 wlst python 脚本为 weblogic 安全领域创建新的 customdbmsauthenticator 身份验证提供程序。对于默认身份验证器,就像
cmo.createAuthenticationProvider("MyProvider","weblogic.security.providers.authentication.DefaultAuthenticator")
但是哪个类用于 customdbmsauthenticator 而不是 weblogic.security.providers.authentication.DefaultAuthenticator?
【问题讨论】: