|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Role public interface SecurityCache
A cache for fast access right rules checking.
| Method Summary | |
|---|---|
SecurityRuleEntry |
get(SecurityReference entity)
Get a cached entry. |
SecurityAccessEntry |
get(UserSecurityReference user,
SecurityReference entity)
Get a cached entry. |
void |
remove(SecurityReference entity)
Remove an entry from this cache. |
void |
remove(UserSecurityReference user,
SecurityReference entity)
Remove an entry from this cache. |
| Method Detail |
|---|
SecurityAccessEntry get(UserSecurityReference user,
SecurityReference entity)
user - Entity representing the user.entity - The entity which is the object of this cache entry.
null.SecurityRuleEntry get(SecurityReference entity)
entity - The entity which is the object of this cache entry.
null.
void remove(UserSecurityReference user,
SecurityReference entity)
user - Entity representing the user.entity - The entity which is the object of this cache entry.void remove(SecurityReference entity)
entity - The entity which is the object of this cache entry.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||