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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

FileRealm

Syntax

<!ELEMENT FileRealm EMPTY >
<!ATTLIST FileRealm
   MaxACLs                    CDATA                    "1000"
   MaxGroups                  CDATA                    "1000"
   MaxUsers                   CDATA                    "1000"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The FileRealm element is a child of the Domain element.

Attributes

Table 18-1 FileRealmMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Max-ACLs

The maximum number of (positive) ACLs supported by the File realm. The maxiumum is not enforced, but a warning is issued when you reach it.

Default: 1000

Minimum: 1

Maximum: 10000

Max ACLs

Max-Groups

The maximum number of groups supported by the File realm.

Default: 1000

Minimum: 1

Maximum: 10000

Max Groups

Max-Users

The maximum number of users supported by File realm.

Default: 1000

Minimum: 1

Maximum: 10000

Max Users

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


 

 

Back to Top Previous Next