java.security
public interface Guard
Since: 1.1
See Also: GuardedObject
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | checkGuard(Object obj)
This method tests whether or not access is allowed to the specified
guarded object. |
Parameters: obj the Object
to test
Throws: SecurityException if access to the object is denied