Guard.checkGuard

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.

interface Guard
void
checkGuard
(
Object object
)

Meta