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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

CachingRealm

Syntax

<!ELEMENT CachingRealm EMPTY >
<!ATTLIST CachingRealm
   ACLCacheEnable             (true | false)           "true"
   ACLCacheSize               CDATA                    "211"
   ACLCacheTTLNegative        CDATA                    "10"
   ACLCacheTTLPositive        CDATA                    "60"
   AuthenticationCacheEnable  (true | false)           "true"
   AuthenticationCacheSize    CDATA                    "211"
   AuthenticationCacheTTLNegative
                              CDATA                    "10"
   AuthenticationCacheTTLPositive
                              CDATA                    "60"
   BasicRealm                 CDATA                    #REQUIRED
   CacheCaseSensitive         (true | false)           "true"
   GroupCacheEnable           (true | false)           "true"
   GroupCacheSize             CDATA                    "211"
   GroupCacheTTLNegative      CDATA                    "10"
   GroupCacheTTLPositive      CDATA                    "60"
   GroupMembershipCacheTTL    CDATA                    "300"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PermissionCacheEnable      (true | false)           "true"
   PermissionCacheSize        CDATA                    "211"
   PermissionCacheTTLNegative
                              CDATA                    "10"
   PermissionCacheTTLPositive
                              CDATA                    "60"
   UserCacheEnable            (true | false)           "true"
   UserCacheSize              CDATA                    "211"
   UserCacheTTLNegative       CDATA                    "10"
   UserCacheTTLPositive       CDATA                    "60"
>

Parent Elements

The CachingRealm element is a child of the Domain element.

Attributes

Table 7-1 CachingRealmMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

ACLCache-Enable

Enables the ACL cache. By default,the ACL cache is enabled.

Default: true

Enable ACL Cache

ACLCache-Size

Maximum number of ACL lookups to cache. This attribute should be a prime number for best lookup performance.

Default: 211

Minimum: 17

Maximum: 65537

ACL Cache Size

ACLCache-TTLNegative

Number of seconds to retain the results of an unsuccessful ACL lookup.

Default: 10

Minimum: 1

Maximum: 2147483647

ACL Cache Negative TTL

ACLCache-TTLPositive

Number of seconds to retain the results of a successful ACL lookup.

Default: 60

Minimum: 1

Maximum: 2147483647

ACL Cache Positive TTL

Authentication-Cache-Enable

Enables the Authentication cache. By default, the Authentication cache is enabled.

Default: true

Enable Authentication Cache

Authentication-Cache-Size

Maximum number of Authentication requests to cache. This attribute should be a prime number for best lookup performance.

Default: 211

Minimum: 17

Maximum: 65537

Authentication Cache Size

Authentication-Cache-TTLNegative

Number of seconds to retain the results of an unsuccessful Authentication lookup.

Default: 10

Minimum: 1

Maximum: 2147483647

Authentication Cache TTLNegative

Authentication-Cache-TTLPositive

Number of seconds to retain the results of a successful Authentication lookup.

Default: 60

Minimum: 1

Maximum: 2147483647

Authentication Cache TTLPositive

Basic-Realm

Name of the class for the alterate security realm or custom security realm to be used with the Caching Realm. The names of the configured realms appear in the Basic Realms attribute of the Caching Realm table.

This attribute is required.


Basic Realm

Cache-Case-Sensitive

Defines whether the specified security realm is case-sensitive. By default, this attribute is enabled.

To use a realm that is not case-sensitive (such as the Windows NT and LDAP security realms), disable this attribute.

Default: true

Case Sensitive Cache

Group-Cache-Enable

Enables the Group cache. By default, the Group cache is enabled.

Default: true

Enable Group Cache

Group-Cache-Size

Maximum number of Group lookups to cache. This attribute should be a prime number for best performance.

Default: 211

Minimum: 17

Maximum: 65537

Group Cache Size

Group-Cache-TTLNegative

Number of seconds to retain the results of an unsuccessful Group lookup.

Default: 10

Minimum: 1

Maximum: 2147483647

Group Cache TTLNegative

Group-Cache-TTLPositive

Number of seconds to retain the results of a successful Group lookup.

Default: 60

Minimum: 1

Maximum: 2147483647

Group Cache TTLPositive

Group-Membership-Cache-TTL

Number of seconds to store the members of a Group before updating it.

Default: 300

Minimum: 1

Group Membership Cache TTL

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

Permission-Cache-Enable

Enables the Permission cache. By default, the Permission cache is enabled.

Default: true

Enable Permission Cache

Permission-Cache-Size

Maximum number of Permission lookups to cache. This attribute should be a prime number for best performance.

Default: 211

Minimum: 17

Maximum: 65537

Permission Cache Size

Permission-Cache-TTLNegative

Number of seconds to retain the results of an unsuccessful Permission lookup.

Default: 10

Minimum: 1

Maximum: 2147483647

Permission Cache TTLNegative

Permission-Cache-TTLPositive

Number of seconds to retain the results of a successful Permission lookup.

Default: 60

Minimum: 1

Maximum: 2147483647

Permission Cache TTLPositive

User-Cache-Enable

Enables the User cache. By default, the User cache is enabled.

Default: true

Enable User Cache

User-Cache-Size

Maximum number of User lookups to cache. This attribute should be a prime number for best performance.

Default: 211

Minimum: 17

Maximum: 65537

User Cache Size

User-Cache-TTLNegative

Number of seconds to retain the results of an unsuccessful User lookup.

Default: 10

Minimum: 1

Maximum: 2147483647

User Cache TTLNegative

User-Cache-TTLPositive

Number of seconds to retain the results of a successful User lookup.

Default: 60

Minimum: 1

Maximum: 2147483647

User Cache TTLPositive


 

 

Back to Top Previous Next