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

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

Introduction

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

The text is from its open source code.

Subclass

java.security.Policy has subclasses.
Click this link to see all its subclasses.

Implementation

java.security.Policy has the following implementations.
Click this link to see all its implementation.

Constructor

Method

PermissionCollectiongetPermissions(CodeSource codesource)
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
PermissionCollectiongetPermissions(ProtectionDomain domain)
Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
PolicygetPolicy()
Returns the installed Policy object.
voidrefresh()
Refreshes/reloads the policy configuration.
voidsetPolicy(Policy p)
Sets the system-wide Policy object.