使用WLST创建CustomDBMSAutheticator

时间:2017-09-07 10:59:54

标签: weblogic wlst

我喜欢使用wlst python脚本为weblogic安全领域创建新的customdbmsauthenticator身份验证提供程序。对于默认身份验证器,它就像

cmo.createAuthenticationProvider(" MYPROVIDER"" weblogic.security.providers.authentication.DefaultAuthenticator&#34)

但是哪个类用于customdbmsauthenticator而不是weblogic.security.providers.authentication.DefaultAuthenticator?

1 个答案:

答案 0 :(得分:0)

您要找的班级是weblogic.security.providers.authentication.CustomDBMSAuthenticator