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()
AbstractSecurityCache
reset
in class AbstractSecurityCache
protected void set(SecurityCache cache)
AbstractSecurityCache
set
in class AbstractSecurityCache
protected void mergeWithTopLevel()
AbstractSecurityCache
mergeWithTopLevel
in class AbstractSecurityCache