This method of the StandardSecurityManager Class determines if classes within the current execution context, based on the call stack of the current thread, are allowed to perform a security provider-related operation (using the java.security classes).
public void checkSecurityAccess(String provider);
The check succeeds only if all the classes found on the call stack possess SecurityPermissions. This method overrides the java.lang.SecurityManager.checkSecurityAccess(String) method.
Note This check is used by the JDK security-related APIs within the java.security classes. It is not directly relevant to the Microsoft® security model.
provider | This parameter is ignored. |