Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Class
weblogic.security.acl.TTLCache

Packages that use TTLCache
weblogic.security.acl Deprecated 7.0.0.0. SPI for creating custom security realms to access WebLogic Server users, groups, or ACLs from an external store. 
 

Uses of TTLCache in weblogic.security.acl
 

Fields in weblogic.security.acl declared as TTLCache
protected  TTLCache CachingRealm.aclNegCache
          Deprecated. ACL negative cache.
protected  TTLCache CachingRealm.aclPosCache
          Deprecated. ACL positive cache.
protected  TTLCache CachingRealm.authNegCache
          Deprecated. Authentication negative cache.
protected  TTLCache CachingRealm.authPosCache
          Deprecated. Authentication positive cache.
protected  TTLCache CachingRealm.groupNegCache
          Deprecated. Group negative cache.
protected  TTLCache CachingRealm.groupPosCache
          Deprecated. Group positive cache.
protected  TTLCache CachingRealm.permNegCache
          Deprecated. Permission negative cache.
protected  TTLCache CachingRealm.permPosCache
          Deprecated. Permission positive cache.
protected  TTLCache CachingRealm.userNegCache
          Deprecated. User negative cache.
protected  TTLCache CachingRealm.userPosCache
          Deprecated. User positive cache.
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04