bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

CustomRealm

Syntax

<!ELEMENT CustomRealm EMPTY >
<!ATTLIST CustomRealm
   ConfigurationData          CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Password                   CDATA                    #IMPLIED
   RealmClassName             CDATA                    #IMPLIED
>

Parent Elements

The CustomRealm element is a child of the Domain element.

Attributes

Table 11-1 CustomRealmMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Configuration-Data

Information needed to connect to the security store of the custom security realm.


Configuration Data (key=value)

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

Password

Password for the custom security realm. If a password is supplied, WebLogic Server encrypts it.


Password

Realm-Class-Name

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


Realm Class Name


 

 

Back to Top Previous Next