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

Realm

 


Description

 


Syntax

<Realm
CachingRealm="CachingRealm name"
EnumerationAllowed=( "true" | "false" )
Name="String"
Notes="String"
ResultsBatchSize="number"
/>

 


Parent Elements

 


Attributes

Table 54-1 Realm attributes

Attribute

Description

Range of Values and Default

CachingRealm

If a realm other than the File realm is used, the realm is specified by attaching the name of the realm to the CachingRealm MBean. The CachingRealm MBean then attaches to the Realm MBean.

If the attribute has a value, an alternate security realm is used. If the attribute is null, only the File Realm can be used.

Admin Console field label: Caching Realm

Required: no

EnumerationAllowed

Specifies ability to enumerate users, groups, and memberships to prevent possible Denial Of Service attacks (if there are many users or groups).

Default: true

Secure value: false

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

ResultsBatchSize

Specifies the batch size (number of users, groups, and ACLs to return per rpc) for returning users, groups, and ACLs. The purpose is to avoid having either one rpc per user, group, or ACL or one very large rpc that causes an overfill of memory.

Admin Console field label: Results Batch Size

Default: 200

Minimum: 0

 

Skip navigation bar  Back to Top Previous Next