edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Custom DBMS Authenticator: Provider Specific

Custom DBMS Authenticator: Provider Specific

Configuration Options     Related Tasks     Related Topics

Use this page to define the provider specific configuration for this DBMS Authentication provider.

Configuration Options

Name Description
Plaintext Passwords Enabled

Whether plain text passwords are allowed to be used.

MBean Attribute:
DBMSAuthenticatorMBean.PlaintextPasswordsEnabled

Data Source Name

The name of the JDBC data source used for database access.

MBean Attribute:
CustomDBMSAuthenticatorMBean.DataSourceName

Group Membership Searching

Whether recursive group membership searching is unlimited or limited. Valid values are unlimited and limited.

MBean Attribute:
CustomDBMSAuthenticatorMBean.GroupMembershipSearching

Max Group Membership Search Level

This specifies how many levels of group membership can be searched. This setting is valid only if Group Membership Searching is set to limited. Valid values are 0 and positive integers. For example, 0 indicates only direct group memberships will be found, a positive number indicates the number of levels to go down.

MBean Attribute:
CustomDBMSAuthenticatorMBean.MaxGroupMembershipSearchLevel

Plugin Class Name

Specifies the name of a class that implements the weblogic.security.providers.authentication.CustomDBMSAuthenticatorPlugin interface. The class must exist in the CLASSPATH. Required. No default value.

MBean Attribute:
CustomDBMSAuthenticatorMBean.PluginClassName

Plugin Properties

Defines configuration properties for the specified plug-in class. The property names are defined by the plug-in class. Optional. No default value.

MBean Attribute:
CustomDBMSAuthenticatorMBean.PluginProperties

Related Tasks

Related Topics