Microsoft SDK for Java

check

This method of the SecurityPermission Class performs a check on the permission object. Because checks for the security permission are non-parameterized, this method always succeeds.

Syntax

public void check(Object request) throws SecurityException;

Parameters

request This parameter is ignored.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.