org.apache.cxf.ws.security.wss4j
Class WSS4JPolicyAsserter

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.WSS4JPolicyAsserter
All Implemented Interfaces:
org.apache.wss4j.policy.stax.PolicyAsserter

public class WSS4JPolicyAsserter
extends Object
implements org.apache.wss4j.policy.stax.PolicyAsserter

Assert policies in CXF that are asserted in the WSS4J policy stax module


Constructor Summary
WSS4JPolicyAsserter(org.apache.cxf.ws.policy.AssertionInfoMap aim)
           
 
Method Summary
 void assertPolicy(org.apache.neethi.Assertion assertion)
           
 void assertPolicy(QName qName)
           
 void unassertPolicy(org.apache.neethi.Assertion assertion, String reason)
           
 void unassertPolicy(QName qName, String reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSS4JPolicyAsserter

public WSS4JPolicyAsserter(org.apache.cxf.ws.policy.AssertionInfoMap aim)
Method Detail

assertPolicy

public void assertPolicy(org.apache.neethi.Assertion assertion)
Specified by:
assertPolicy in interface org.apache.wss4j.policy.stax.PolicyAsserter

assertPolicy

public void assertPolicy(QName qName)
Specified by:
assertPolicy in interface org.apache.wss4j.policy.stax.PolicyAsserter

unassertPolicy

public void unassertPolicy(org.apache.neethi.Assertion assertion,
                           String reason)
Specified by:
unassertPolicy in interface org.apache.wss4j.policy.stax.PolicyAsserter

unassertPolicy

public void unassertPolicy(QName qName,
                           String reason)
Specified by:
unassertPolicy in interface org.apache.wss4j.policy.stax.PolicyAsserter


Apache CXF