| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}caching-realmType (extension)
Corresponds to CachingRealmMBean
Nested Element Summary | |
xs:boolean | acl-cache-enable Specifies whether the ACL cache should be enabled. |
| acl-cache-size The maximum number of ACL lookups to cache. |
| acl-cache-ttl-negative The number of seconds to retain the results of an unsuccessful ACL lookup. |
| acl-cache-ttl-positive The number of seconds to retain the results of a successful ACL lookup. |
xs:boolean | authentication-cache-enable Specifies whether the Authentication cache should be enabled. |
| authentication-cache-size The maximum number of Authentication requests to cache. |
| authentication-cache-ttl-negative The number of seconds to retain the results of an unsuccessful Authentication lookup. |
| authentication-cache-ttl-positive The number of seconds to retain the results of a successful Authentication lookup. |
xs:string | basic-realm |
xs:boolean | cache-case-sensitive Specifies whether the specified security realm is case-sensitive. |
xs:boolean | group-cache-enable Specifies whether the Group cache should be enabled. |
| group-cache-size The maximum number of group lookups to cache. |
| group-cache-ttl-negative The number of seconds to retain the results of an unsuccessful group lookup. |
| group-cache-ttl-positive The number of seconds to retain the results of a successful group lookup. |
| group-membership-cache-ttl The number of seconds to store the members of a group before updating it. |
xs:boolean | permission-cache-enable Specifies whether the Permission cache should be enabled. |
| permission-cache-size The maximum number of permission lookups to cache. |
| permission-cache-ttl-negative The number of seconds to retain the results of an unsuccessful permission lookup. |
| permission-cache-ttl-positive The number of seconds to retain the results of a successful permission lookup. |
xs:boolean | user-cache-enable Specifies whether the User cache should be enabled. |
| user-cache-size The maximum number of user lookups to cache. |
| user-cache-ttl-negative The number of seconds to retain the results of an unsuccessful user lookup. |
| user-cache-ttl-positive The number of seconds to retain the results of a successful user lookup. |
<xs:complexType name="caching-realmType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="basic-realm" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cache-case-sensitive" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="acl-cache-enable" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="authentication-cache-enable" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="group-cache-enable" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="permission-cache-enable" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="user-cache-enable" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="acl-cache-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="17"/><xs:maxInclusive value="65537"/></xs:restriction><xs:element minOccurs="0" name="authentication-cache-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="17"/><xs:maxInclusive value="65537"/></xs:restriction><xs:element minOccurs="0" name="group-cache-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="17"/><xs:maxInclusive value="65537"/></xs:restriction><xs:element minOccurs="0" name="permission-cache-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="17"/><xs:maxInclusive value="65537"/></xs:restriction><xs:element minOccurs="0" name="user-cache-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="17"/><xs:maxInclusive value="65537"/></xs:restriction><xs:element minOccurs="0" name="acl-cache-ttl-positive" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="group-cache-ttl-positive" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="authentication-cache-ttl-positive" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="permission-cache-ttl-positive" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="user-cache-ttl-positive" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="acl-cache-ttl-negative" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="group-cache-ttl-negative" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="authentication-cache-ttl-negative" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="permission-cache-ttl-negative" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="user-cache-ttl-negative" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="group-membership-cache-ttl" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |