BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType rdbms-realmType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}rdbms-realmType (extension)

Documentation
Corresponds to RDBMSRealmMBean
Properties
This component is not nillable.

Model
<...>
(database-driver?, database-url?, database-user-name?, database-password-encrypted?, schema-properties? )
</...>


Nested Element Summary
xs:stringdatabase-driver
          The Java class name for the database driver used with the RDBMS security realm. 
xs:stringdatabase-password-encrypted
          
xs:stringdatabase-url
          The location of the database. 
xs:stringdatabase-user-name
          The user name used to login into the database. 
xs:stringschema-properties
          
Source
<xs:complexType name="rdbms-realmType">
<xs:complexContent>
<xs:extension base="dom:basic-realmType">
<xs:sequence>
<xs:element minOccurs="0" name="database-driver" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="database-url" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="database-user-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="database-password-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="schema-properties" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation