BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType old-realmType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}old-realmType (extension)

Documentation
Corresponds to RealmMBean
Properties
This component is not nillable.

Model
<...>
(caching-realm?, file-realm?, results-batch-size, enumeration-allowed? )
</...>


Nested Element Summary
xs:stringcaching-realm
          
xs:booleanenumeration-allowed
          Specifies ability to enumerate users, groups, and memberships to prevent possible Denial Of Service attacks (if there are many users or groups). 
xs:stringfile-realm
          
 results-batch-size
          The number of users, groups, and ACLs to return per Remote Procedure Call (RPC). 
Source
<xs:complexType name="old-realmType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="caching-realm" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="file-realm" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="results-batch-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="enumeration-allowed" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation