WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

CustomRealm

 


Description

 


Syntax

<CustomRealm
ConfigurationData="java.util.Properties"
Name="String"
Notes="String"
Password="String"
RealmClassName="String"
/>

 


Parent Elements

 


Attributes

Table 7-1 CustomRealm attributes

Attribute

Description

Range of Values and Default

ConfigurationData

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

Admin Console field label: Configuration Data (key=value)

Required: no

Name

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

Admin Console field label: Name

Required: no

Notes


Admin Console field label: Notes

Required: no

Password

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

Admin Console field label: Password

Required: no

Encrypted: yes

Secure value: this value must be undefined when you initialize a <code>CustomRealmMBean</code>

RealmClassName

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

Admin Console field label: Realm Class Name

Required: no

 

Back to Top Previous Next