BEA WebLogic Server 9.0 Domain Security Schema Reference

http://www.bea.com/ns/weblogic/90/security
complexType group-membership-hierarchy-cacheType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/ns/weblogic/90/security}group-membership-hierarchy-cacheType (restriction)

Documentation
Corresponds to GroupMembershipHierarchyCacheMBean
Properties
This component is not nillable.

Model
<...>
(enable-group-membership-lookup-hierarchy-caching?, max-group-hierarchies-in-cache?, group-hierarchy-cache-ttl? )
</...>


Nested Element Summary
xs:booleanenable-group-membership-lookup-hierarchy-caching
          Returns whether group membership hierachies found during recursive membership lookup will be cached. 
xs:intgroup-hierarchy-cache-ttl
          Returns the maximum number of seconds a group membership hierarchy entry is valid in the LRU cache. 
xs:intmax-group-hierarchies-in-cache
          Returns the maximum size of the LRU cache for holding group membership hierarchies if caching is enabled. 
Source
<xs:complexType name="group-membership-hierarchy-cacheType">
<xs:sequence>
<xs:element minOccurs="0" name="enable-group-membership-lookup-hierarchy-caching" nillable="true" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="max-group-hierarchies-in-cache" nillable="true" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="group-hierarchy-cache-ttl" nillable="true" type="xs:int">
</xs:element>
</xs:sequence>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Security Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation