| Package | Description |
|---|---|
| com.sun.xml.ws.policy |
The root package of public policy API.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyMap.ScopeType |
PolicyMap.ScopeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyMap.ScopeType[] |
PolicyMap.ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
PolicyMap.putSubject(PolicyMap.ScopeType scopeType,
PolicyMapKey key,
PolicySubject subject)
Places new subject into policy map under the scope identified by it's type and policy map key.
|
(package private) void |
PolicyMap.setNewEffectivePolicyForScope(PolicyMap.ScopeType scopeType,
PolicyMapKey key,
Policy newEffectivePolicy)
Replaces current effective policy on given scope (identified by a
key parameter) with the new efective
policy provided as a second input parameter. |