|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICATSecurityManager
The interface the ICAT hibernate object uses to apply access controls to transactions. This is required to be called within a valid Hibernate session so we can traverse objects.
| Method Summary | |
|---|---|
boolean |
canDelete(BaseDomain object)
Tests if the given object can be deleted by the client |
boolean |
canRead(BaseDomain object)
Tests if the given object can be read by the client |
boolean |
canSave(BaseDomain object)
Tests if the given object can be persisted by the client |
| Method Detail |
|---|
boolean canRead(BaseDomain object)
object -
boolean canSave(BaseDomain object)
object -
boolean canDelete(BaseDomain object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||