Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

JDBC Data Source: Configuration: Identity Options

Configuration Options     Related Tasks     Related Topics

You can map WebLogic Server user IDs to database user IDs. If credential mapping is enabled on the data source, when an application requests a database connection from the data source, WebLogic Server determines the current WebLogic Server user ID and then sets the mapped database ID as a light-weight client ID on the database connection.

This page enables you to define security identity options for this JDBC data source.

Configuration Options

Name Description
Enable Credential Mapping

Enables credential mapping for the data source. When an application requests a database connection, WebLogic Server sets a light-weight client ID on the database connection based on a map of database IDs.

You must also specify the map of WebLogic Server user IDs to database user IDs (credential mapping).

This feature relies on features in the JDBC driver and DBMS. It is not supported with all drivers and DBMSs.

MBean Attribute (Does not apply to application modules):
JDBCConnectionPoolParamsBean.CredentialMappingEnabled

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

Enable Identity Based Connection Pooling

Enables identity-based-connection-pooling for the data source. When an application requests a database connection, WebLogic Server picks or creates a physical connection with requested DBMS identity based on a map of WebLogic user IDs and database IDs.

You must also specify the map of WebLogic Server user IDs to database user IDs (credential mapping).

MBean Attribute (Does not apply to application modules):
JDBCConnectionPoolParamsBean.IdentityBasedConnectionPoolingEnabled

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

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top