| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Method and Description |
|---|---|
static Policy |
Policy.getInstance(String
Returns a Policy object of the specified type.
|
static Policy |
Policy.getInstance(String
Returns a Policy object of the specified type.
|
static Policy |
Policy.getInstance(String
Returns a Policy object of the specified type.
|
static Policy |
Policy.getPolicy()
Returns the installed Policy object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Policy.setPolicy(Policy
Sets the system-wide Policy object.
|