public class SignedEncryptedElements extends AbstractSecurityAssertion
constants
Constructor and Description |
---|
SignedEncryptedElements(boolean signedElements,
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() |
boolean |
isSignedElements() |
boolean |
isSignedElemets()
Deprecated.
|
org.apache.neethi.PolicyComponent |
normalize() |
void |
serialize(XMLStreamWriter writer) |
void |
setXPathVersion(String pathVersion) |
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, setIgnorable, setNormalized, setOptional
public SignedEncryptedElements(boolean signedElements, SPConstants version)
public List<String> getXPathExpressions()
public void addXPathExpression(String expr)
public String getXPathVersion()
public void setXPathVersion(String pathVersion)
pathVersion
- The xPathVersion to set.@Deprecated public boolean isSignedElemets()
public boolean isSignedElements()
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