|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Guard
This interface specifies a mechanism for querying whether or not access is allowed to a guarded object.
GuardedObject
Method Summary | |
---|---|
void |
checkGuard(Object obj)
This method tests whether or not access is allowed to the specified guarded object. |
Method Detail |
---|
void checkGuard(Object obj)
obj
- the Object
to test
SecurityException
- if access to the object is denied
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |