| |
|
| java.lang.Object com.sun.xml.ws.policy.PolicyScope
PolicyScope | final class PolicyScope (Code) | | A policy scope is a collection of equally ranked elements or subjects that
hold policies
|
dettachAllSubjects | void dettachAllSubjects()(Code) | | |
getEffectivePolicy | Policy getEffectivePolicy(Collection<String> namespaces, PolicyMerger merger) throws PolicyException(Code) | | Returns policies of the scope merged into one policy.
Only policies with vocabulary containing the namespaces provided are merged into effective policy.
effective policy with respect to the provided namespaces. |
getPolicySubjects | Collection<PolicySubject> getPolicySubjects()(Code) | | Returns all subjects contained by this scope
The subjects contained by this scope |
toString | public String toString()(Code) | | An
Object.toString() method override.
|
toString | StringBuffer toString(int indentLevel, StringBuffer buffer)(Code) | | A helper method that appends indented string representation of this instance to the input string buffer.
Parameters: indentLevel - indentation level to be used. Parameters: buffer - buffer to be used for appending string representation of this instance modified buffer containing new string representation of the instance |
|
|
|