# Print output for @column tags ?>
public
abstract
class
Policy
extends Object
| java.lang.Object | |
| ↳ | java.security.Policy |
Legacy security code; do not use.
Nested classes | |
|---|---|
interface |
Policy.Parameters
|
Fields | |
|---|---|
public
static
final
PermissionCollection |
UNSUPPORTED_EMPTY_COLLECTION
|
Public constructors | |
|---|---|
Policy()
|
|
Public methods | |
|---|---|
static
Policy
|
getInstance(String type, Policy.Parameters params)
|
static
Policy
|
getInstance(String type, Policy.Parameters params, Provider provider)
|
static
Policy
|
getInstance(String type, Policy.Parameters params, String provider)
|
Policy.Parameters
|
getParameters()
|
PermissionCollection
|
getPermissions(ProtectionDomain domain)
|
PermissionCollection
|
getPermissions(CodeSource codesource)
|
static
Policy
|
getPolicy()
|
Provider
|
getProvider()
|
String
|
getType()
|
boolean
|
implies(ProtectionDomain domain, Permission permission)
|
void
|
refresh()
|
static
void
|
setPolicy(Policy p)
|
Inherited methods | |
|---|---|
public Policy ()
public static Policy getInstance (String type, Policy.Parameters params)
| Parameters | |
|---|---|
type |
String |
params |
Policy.Parameters |
| Returns | |
|---|---|
Policy |
|
| Throws | |
|---|---|
NoSuchAlgorithmException |
|
public static Policy getInstance (String type, Policy.Parameters params, Provider provider)
| Parameters | |
|---|---|
type |
String |
params |
Policy.Parameters |
provider |
Provider |
| Returns | |
|---|---|
Policy |
|
| Throws | |
|---|---|
NoSuchAlgorithmException |
|
public static Policy getInstance (String type, Policy.Parameters params, String provider)
| Parameters | |
|---|---|
type |
String |
params |
Policy.Parameters |
provider |
String |
| Returns | |
|---|---|
Policy |
|
| Throws | |
|---|---|
NoSuchAlgorithmException |
|
NoSuchProviderException |
|
public PermissionCollection getPermissions (ProtectionDomain domain)
| Parameters | |
|---|---|
domain |
ProtectionDomain |
| Returns | |
|---|---|
PermissionCollection |
|
public PermissionCollection getPermissions (CodeSource codesource)
| Parameters | |
|---|---|
codesource |
CodeSource |
| Returns | |
|---|---|
PermissionCollection |
|
public boolean implies (ProtectionDomain domain, Permission permission)
| Parameters | |
|---|---|
domain |
ProtectionDomain |
permission |
Permission |
| Returns | |
|---|---|
boolean |
|
public void refresh ()