public abstract class AbstractSecurityCache
extends java.lang.Object
Constructor and Description |
---|
AbstractSecurityCache() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
mergeWithTopLevel()
Merges this cache with the top-level LabelCache.
|
protected abstract void |
reset()
Resets the state of this cache back to how it was when it was created.
|
protected abstract void |
set(SecurityCache cache)
Sets the state of this cache to match that of the given cache.
|
protected abstract void reset()
protected abstract void set(SecurityCache cache)
protected abstract void mergeWithTopLevel()