public class DummyPolicyAsserter extends Object implements PolicyAsserter
Constructor and Description |
---|
DummyPolicyAsserter() |
Modifier and Type | Method and Description |
---|---|
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) |
public void assertPolicy(org.apache.neethi.Assertion assertion)
assertPolicy
in interface PolicyAsserter
public void unassertPolicy(org.apache.neethi.Assertion assertion, String reason)
unassertPolicy
in interface PolicyAsserter
public void assertPolicy(QName qName)
assertPolicy
in interface PolicyAsserter
public void unassertPolicy(QName qName, String reason)
unassertPolicy
in interface PolicyAsserter
Copyright © 2017 JBoss by Red Hat. All rights reserved.