Uses of Class
com.sun.xml.ws.policy.Policy
Packages that use Policy
Package
Description
The root package of public policy API.
The part of public policy API that defines the classes and interfaces dealing with
the policy tree structure (policy source model) creation and manipulation.
Implements utility routines to parse external policy attachments as defined
by WS-PolicyAttachment.
-
Uses of Policy in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy with parameters of type Policy -
Uses of Policy in com.sun.xml.ws.policy
Subclasses of Policy in com.sun.xml.ws.policyModifier and TypeClassDescriptionfinal classA special policy implementation that assures that only no or single policy alternative is possible within this type of policy.Methods in com.sun.xml.ws.policy that return PolicyModifier and TypeMethodDescriptionstatic PolicyPolicy.createEmptyPolicy()The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy.createEmptyPolicy(NamespaceVersion nsVersion, String name, String policyId) The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy.createEmptyPolicy(String name, String policyId) The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy.createNullPolicy()The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy.createNullPolicy(NamespaceVersion nsVersion, String name, String policyId) The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy.createNullPolicy(String name, String policyId) The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy.createPolicy(NamespaceVersion nsVersion, String name, String policyId, Collection<AssertionSet> sets) The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.static PolicyPolicy.createPolicy(String name, String policyId, Collection<AssertionSet> sets) The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.static PolicyPolicy.createPolicy(Collection<AssertionSet> sets) The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.PolicySubject.getEffectivePolicy(PolicyMerger merger) Returns the effective policy of the subject, i.e.PolicyMap.getEndpointEffectivePolicy(PolicyMapKey key) PolicyMap.getFaultMessageEffectivePolicy(PolicyMapKey key) PolicyMap.getInputMessageEffectivePolicy(PolicyMapKey key) PolicyMap.getOperationEffectivePolicy(PolicyMapKey key) PolicyMap.getOutputMessageEffectivePolicy(PolicyMapKey key) PolicyMap.getServiceEffectivePolicy(PolicyMapKey key) Performs intersection on the input collection of policies and returns the resulting (intersected) policy.PolicyMerger.merge(Collection<Policy> policies) Takes collection of policies and merges them into a single policy using algorithm described in WS-PolicyAttachment specification.Methods in com.sun.xml.ws.policy that return types with arguments of type PolicyMethods in com.sun.xml.ws.policy with parameters of type PolicyModifier and TypeMethodDescriptionvoidAttaches another Policy instance to the policy subject.Performs intersection on the input collection of policies and returns the resulting (intersected) policy.voidEffectivePolicyModifier.setNewEffectivePolicyForEndpointScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the endpoint scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForFaultMessageScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the fault message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForInputMessageScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the input message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForOperationScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the operation scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForOutputMessageScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the output message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForServiceScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the service scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.Method parameters in com.sun.xml.ws.policy with type arguments of type PolicyModifier and TypeMethodDescriptionPolicyMerger.merge(Collection<Policy> policies) Takes collection of policies and merges them into a single policy using algorithm described in WS-PolicyAttachment specification.Constructors in com.sun.xml.ws.policy with parameters of type PolicyModifierConstructorDescriptionPolicySubject(Object subject, Policy policy) Constructs a policy subject instance.Constructor parameters in com.sun.xml.ws.policy with type arguments of type PolicyModifierConstructorDescriptionPolicySubject(Object subject, Collection<Policy> policies) Constructs a policy subject instance. -
Uses of Policy in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return PolicyModifier and TypeMethodDescriptionPolicyModelTranslator.translate(PolicySourceModel model) The method translatesPolicySourceModelstructure into normalizedPolicyexpression.Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type PolicyModifier and TypeMethodDescriptionprotected PolicySourceModelCreate an instance of the PolicySourceModel.abstract PolicySourceModelThis method translates aPolicyinto apolicy infoset. -
Uses of Policy in com.sun.xml.ws.policy.sourcemodel.attach
Methods in com.sun.xml.ws.policy.sourcemodel.attach that return types with arguments of type Policy