Java java.security AccessControlContext fields, constructors, methods, implement or subclass

Example usage for Java java.security AccessControlContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security AccessControlContext.

The text is from its open source code.

Constructor

AccessControlContext(ProtectionDomain[] context)
Create an AccessControlContext with the given array of ProtectionDomains.

Method

voidcheckPermission(Permission perm)
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object.