Create CustomDBMSAutheticator using WLST

165 Views Asked by At

I like to create new customdbmsauthenticator authentication provider to weblogic security realm using wlst python script. For default authenticator it is like

cmo.createAuthenticationProvider("MyProvider","weblogic.security.providers.authentication.DefaultAuthenticator")

but which class is for customdbmsauthenticator instead of weblogic.security.providers.authentication.DefaultAuthenticator?

1

There are 1 best solutions below

2
On

The class you are looking for is weblogic.security.providers.authentication.CustomDBMSAuthenticator