Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.acl.basic.cache: Javadoc index of package org.acegisecurity.acl.basic.cache.


Package Samples:

org.acegisecurity.acl.basic.cache: Access control list implementation based on integer bit masks.  

Classes:

BasicAclEntryHolder: Used by EhCacheBasedAclEntryCache to store the array of BasicAclEntry s in the cache. This is necessary because caches store a single object per key, not an array. This class uses value object semantics. ie: construction-based initialisation without any setters for the properties.
NullAclEntryCache: Does not perform any caching. Do not use in production settings , as ACL queries are likely to be extensive.
EhCacheBasedAclEntryCache: Caches BasicAclEntry s using a Spring IoC defined EHCACHE .

Home | Contact Us | Privacy Policy | Terms of Service