|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.security | Provides the classes and interfaces for the security framework. |
| Uses of Policy in java.security |
|---|
| Modifier and Type | Method and Description |
|---|---|
static Policy |
Policy.getInstance(String type,
Policy.Parameters params)
Returns a Policy object of the specified type. |
static Policy |
Policy.getInstance(String type,
Policy.Parameters params,
Provider provider)
Returns a Policy object of the specified type. |
static Policy |
Policy.getInstance(String type,
Policy.Parameters params,
String provider)
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 p)
Sets the system-wide Policy object. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.