Administration Console Online Help

 Previous Next Contents Index  

 


RDBMS Realm --> General

Tasks     Additional Documentation     Attributes

Overview

The RDBMS security realm is a BEA-provided custom security realm that stores users, groups, and access control lists (ACLs) in a relational database.Use this tab 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 Realm 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.

Tasks

Configuring the RDBMS Security Realm in the CompatibilityRealm

Adding A Note to the RDBMS Security Realm

Configuring the Caching Realm in the CompatibilityRealm

Additional Documentation

(Requires an Internet connection.)

Introduction to WebLogic Security

Managing WebLogic Security

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a WebLogic Server Deployment

Upgrading Security in WebLogic Server Version 6.x to WebLogic Server Version 7.0

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Configurable: yes

Readable: yes

Writable: yes

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.

Default: "examples.security.rdbmsrealm.RDBMSRealm"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next