Table 58-1 RDBMSRealmMBean Element Attributes
Attribute
|
Description
|
Range of Values and Default
|
Console Label
|
Database-Driver
|
The Java class name for the database driver used with the RDBMS security realm.
|
Default: "COM.cloudscape.core.JDBCDriver"
|
Driver
|
Database-Password
|
The password required to log into the database.
|
|
Password
|
Database-URL
|
The location of the database. Change the URL to the name of the computer on which the database is running and the number of the port at which the database is listening.
|
Default: "jdbc:cloudscape:demo;create=true;autocommit=false"
|
URL
|
Database-User-Name
|
The username used to login into the database.
|
|
User Name
|
Name
|
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
|
|
Name
|
Notes
|
Optional information that you can include to describe this configuration.
|
|
Notes
|
Realm-Class-Name
|
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"
|
Realm Class
|
Schema-Properties
|
The schema properties (the prepared statements) for manipulating the database.
Specify an open-ended properties list so that additional properties can be added to the code for the RDBMS security realm.
|
|
Schema Properties (key=value)
|