public final class SecurityCache extends AbstractSecurityCache
| Constructor and Description |
|---|
SecurityCache(LabelCache topLevelCache) |
SecurityCache(SecurityCache parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
mergeWithTopLevel()
Merges this cache with the top-level LabelCache.
|
protected void |
reset()
Resets the state of this cache back to how it was when it was created.
|
protected void |
set(SecurityCache cache)
Sets the state of this cache to match that of the given cache.
|
public SecurityCache(LabelCache topLevelCache)
public SecurityCache(SecurityCache parent)
protected void reset()
AbstractSecurityCachereset in class AbstractSecurityCacheprotected void set(SecurityCache cache)
AbstractSecurityCacheset in class AbstractSecurityCacheprotected void mergeWithTopLevel()
AbstractSecurityCachemergeWithTopLevel in class AbstractSecurityCache