|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.worker.transaction.AbstractSecurityCache
public abstract class AbstractSecurityCache
A cache of acts-for relationships. This provides only the hooks needed for the transaction manager to do its thing. All other functionality is provided in fabric.lang.security.AuthorizationCache. Note that the methods implemented here should all be final and package-protected. Any abstract methods should be protected.
Constructor Summary | |
---|---|
AbstractSecurityCache()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSecurityCache()
Method Detail |
---|
protected abstract void reset()
protected abstract void set(SecurityCache cache)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |