Class IgnoreAllPoliciesFeature

java.lang.Object
ch.ivyteam.ivy.webservice.exec.cxf.feature.policy.IgnoreAllPoliciesFeature
All Implemented Interfaces:
WebServiceClientFeature, org.apache.cxf.transport.http.HTTPConduitConfigurer

public class IgnoreAllPoliciesFeature extends Object implements WebServiceClientFeature, org.apache.cxf.transport.http.HTTPConduitConfigurer
Disables all policy verifications on client side.
This is the simplest way to get rid of policy errors like 'None of the policy alternatives can be satisfied'.

Some policies are enforced by the remote service and can therefore not be ignored.
To skip only certain policies, use the IgnorePolicyFeature

Since:
7.1
See Also:
API:
This is a public API.