com.objectwave.transactionalSupport
Interface AccessSecurityIF
- All Known Implementing Classes:
- AccessSecurityManager
- public interface AccessSecurityIF
We may want to implement security at a field access level. This interface
provides a mechanism by which security could be implemented.
Method Summary |
void |
checkReadAccess(java.lang.Object obj,
java.lang.reflect.Field f)
|
void |
checkWriteAccess(java.lang.Object obj,
java.lang.reflect.Field f)
|
checkReadAccess
public void checkReadAccess(java.lang.Object obj,
java.lang.reflect.Field f)
throws java.lang.SecurityException
java.lang.SecurityException
checkWriteAccess
public void checkWriteAccess(java.lang.Object obj,
java.lang.reflect.Field f)
throws java.lang.SecurityException
java.lang.SecurityException