public interface Guard
GuardedObject
Modifier and Type | Method and Description |
---|---|
void |
checkGuard(Object obj)
This method tests whether or not access is allowed to the specified
guarded object.
|
void checkGuard(Object obj)
obj
- the Object
to testSecurityException
- if access to the object is denied