Determines whether or not to allow access to the guarded object {@code object}. Returns silently if access is allowed. Otherwise, throws a SecurityException.
@param object the object being protected by the guard.
@exception SecurityException if access is denied.
See Implementation
Determines whether or not to allow access to the guarded object {@code object}. Returns silently if access is allowed. Otherwise, throws a SecurityException.
@param object the object being protected by the guard.
@exception SecurityException if access is denied.