org.apache.wss4j.policy.model
Class RequiredElements
java.lang.Object
org.apache.wss4j.policy.model.AbstractSecurityAssertion
org.apache.wss4j.policy.model.RequiredElements
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- EncryptedElements, SignedElements
public class RequiredElements
- extends AbstractSecurityAssertion
| Methods inherited from class org.apache.wss4j.policy.model.AbstractSecurityAssertion |
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, normalize, serialize, setIgnorable, setOptional |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequiredElements
public RequiredElements(SPConstants.SPVersion version,
String xPathVersion,
List<XPath> xPaths)
getName
public QName getName()
cloneAssertion
protected AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
- Specified by:
cloneAssertion in class AbstractSecurityAssertion
serialize
public void serialize(XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
getXPaths
public List<XPath> getXPaths()
getXPathVersion
public String getXPathVersion()
setXPathVersion
protected void setXPathVersion(String xPathVersion)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.