org.apache.wss4j.policy.stax
Class DummyPolicyAsserter
java.lang.Object
org.apache.wss4j.policy.stax.DummyPolicyAsserter
- All Implemented Interfaces:
- PolicyAsserter
public class DummyPolicyAsserter
- extends Object
- implements PolicyAsserter
A dummy policy asserter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyPolicyAsserter
public DummyPolicyAsserter()
assertPolicy
public void assertPolicy(org.apache.neethi.Assertion assertion)
- Specified by:
assertPolicy in interface PolicyAsserter
unassertPolicy
public void unassertPolicy(org.apache.neethi.Assertion assertion,
String reason)
- Specified by:
unassertPolicy in interface PolicyAsserter
assertPolicy
public void assertPolicy(QName qName)
- Specified by:
assertPolicy in interface PolicyAsserter
unassertPolicy
public void unassertPolicy(QName qName,
String reason)
- Specified by:
unassertPolicy in interface PolicyAsserter
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.