public class RequiredElements extends AbstractSecurityAssertion
constants
Constructor and Description |
---|
RequiredElements(SPConstants version) |
Modifier and Type | Method and Description |
---|---|
void |
addDeclaredNamespaces(String uri,
String prefix) |
void |
addXPathExpression(String expr) |
Map<String,String> |
getDeclaredNamespaces() |
QName |
getName() |
QName |
getRealName() |
List<String> |
getXPathExpressions() |
String |
getXPathVersion() |
org.apache.neethi.PolicyComponent |
normalize() |
void |
serialize(XMLStreamWriter writer) |
void |
setXPathVersion(String pathVersion) |
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, setIgnorable, setNormalized, setOptional
public RequiredElements(SPConstants version)
public void addXPathExpression(String expr)
public String getXPathVersion()
public void setXPathVersion(String pathVersion)
pathVersion
- The xPathVersion to set.public void serialize(XMLStreamWriter writer) throws XMLStreamException
XMLStreamException
public QName getRealName()
public QName getName()
public org.apache.neethi.PolicyComponent normalize()
normalize
in interface org.apache.neethi.Assertion
normalize
in class AbstractSecurityAssertion
Apache CXF