public interface Guard
| Modifier and Type | Method and Description |
|---|---|
void |
checkGuard(Object object)
Determines whether or not to allow access to the guarded object object.
|
void checkGuard(Object object) throws SecurityException
SecurityException