org.squashtest.tm.service.security.acls.model
Class NullAclCache
java.lang.Object
org.squashtest.tm.service.security.acls.model.NullAclCache
- All Implemented Interfaces:
- org.springframework.security.acls.model.AclCache
public class NullAclCache
- extends Object
- implements org.springframework.security.acls.model.AclCache
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullAclCache
public NullAclCache()
evictFromCache
public void evictFromCache(Serializable pk)
- Specified by:
evictFromCache in interface org.springframework.security.acls.model.AclCache
evictFromCache
public void evictFromCache(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
- Specified by:
evictFromCache in interface org.springframework.security.acls.model.AclCache
getFromCache
public org.springframework.security.acls.model.MutableAcl getFromCache(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
- Specified by:
getFromCache in interface org.springframework.security.acls.model.AclCache
getFromCache
public org.springframework.security.acls.model.MutableAcl getFromCache(Serializable pk)
- Specified by:
getFromCache in interface org.springframework.security.acls.model.AclCache
putInCache
public void putInCache(org.springframework.security.acls.model.MutableAcl acl)
- Specified by:
putInCache in interface org.springframework.security.acls.model.AclCache
clearCache
public void clearCache()
- Specified by:
clearCache in interface org.springframework.security.acls.model.AclCache
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.