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?
The class you are looking for is
weblogic.security.providers.authentication.CustomDBMSAuthenticator