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

Custom DBMS Authenticator: Common

Configuration Options     Related Tasks     Related Topics

Use this page to define common configuration information for this DBMS Authentication provider.

Configuration Options

Name Description
Name of

Name of Custom DBMS Authenticator provider.

MBean Attribute:
CustomDBMSAuthenticatorMBean.DisplayName

Changes take effect after you redeploy the module or restart the server.

Description

Description of this Custom DBMS Authenticator provider.

MBean Attribute:
CustomDBMSAuthenticatorMBean.Description

Changes take effect after you redeploy the module or restart the server.

Version

The version number of this Custom DBMS Authenticator provider.

MBean Attribute:
CustomDBMSAuthenticatorMBean.Version

Changes take effect after you redeploy the module or restart the server.

Control Flag

Specifies how this Custom DBMS Authenticator provider fits into the login sequence.

Determines how the login sequence uses the Authentication provider.

  • A REQUIRED value specifies this LoginModule must succeed. Even if it fails, authentication proceeds down the list of LoginModules for the configured Authentication providers.

  • A REQUISITE value specifies this LoginModule must succeed. If other Authentication providers are configured and this LoginModule succeeds, authentication proceeds down the list of LoginModules. Otherwise, control is return to the application.

  • A SUFFICIENT value specifies this LoginModule need not succeed. If it does succeed, return control to the application. If it fails and other Authentication providers are configured, authentication proceeds down the LoginModule list.

  • An OPTIONAL value specifies this LoginModule need not succeed. Whether it succeeds or fails, authentication proceeds down the LoginModule list. This setting is the default.

MBean Attribute:
CustomDBMSAuthenticatorMBean.ControlFlag

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics