Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

CustomRealm

 


Description

 


Syntax

<CustomRealm
ConfigurationData="java.util.Properties"
Name="String"
Notes="String"
PasswordEncrypted="[B"
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

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PasswordEncrypted

The encrypted password for the custom security realm.

Required: no

Encrypted: yes

RealmClassName

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

Admin Console field label: Realm Class Name

Required: no

 

Skip navigation bar  Back to Top Previous Next