org.apache.cxf.ws.security.wss4j
Class WSS4JPolicyAsserter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSS4JPolicyAsserter
public WSS4JPolicyAsserter(org.apache.cxf.ws.policy.AssertionInfoMap aim)
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