|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.acl.basic.cache.BasicAclEntryHolder
public class 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.
Constructor Summary | |
---|---|
BasicAclEntryHolder(BasicAclEntry[] aclEntries)
Deprecated. Constructs the BasicAclEntryHolder . |
Method Summary | |
---|---|
BasicAclEntry[] |
getBasicAclEntries()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAclEntryHolder(BasicAclEntry[] aclEntries)
BasicAclEntryHolder
.
aclEntries
- to cache (any null
s will cause an
exception, which should not be a problem as the contract for
BasicAclEntryCache
allows exceptions if
null
s are presented)
IllegalArgumentException
- if a null
exists anywhere
in the aclEntries
or if a null
is
passed to the constructorMethod Detail |
---|
public BasicAclEntry[] getBasicAclEntries()
|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |