Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

RDBMS Realm: General

Configuration Options     Related Tasks     Related Topics

The RDBMS security realm is an Oracle-provided custom security realm that stores users, groups, and access control lists (ACLs) in a relational database. Use this page to define a name for the realm and specify the name of the WebLogic class that implements the RDBMS security realm. The Java class needs to be in the CLASSPATH of WebLogic Server.

When using the RDBMS security realm, you must configure a Caching realm. When configuring the Caching realm, select the RDBMS security realm as the Basic realm. The Basic attribute defines the association between the Caching realm and the RDBMS security realm.

To use the RDBMS security realm, you need to use Compatibility security. The use of the RDBMS security realm is deprecated in WebLogic Server 7.0.

Configuration Options

Name Description
Name

The name of this RDBMS realm.

Realm Class

The name of the Java class that implements the RDBMS security realm.

This class should be included in the CLASSPATH of WebLogic Server.

Related Tasks

Related Topics


Back to Top