public class SignedEncryptedParts extends AbstractSecurityAssertion
constants| Constructor and Description |
|---|
SignedEncryptedParts(boolean signedParts) |
SignedEncryptedParts(boolean signedParts,
SPConstants version) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(Header header) |
List<Header> |
getHeaders() |
QName |
getName() |
QName |
getRealName() |
boolean |
isAttachments() |
boolean |
isBody() |
boolean |
isSignedParts() |
org.apache.neethi.PolicyComponent |
normalize() |
void |
serialize(XMLStreamWriter writer) |
void |
setAttachments(boolean attachments) |
void |
setBody(boolean body) |
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, setIgnorable, setNormalized, setOptionalpublic SignedEncryptedParts(boolean signedParts,
SPConstants version)
public SignedEncryptedParts(boolean signedParts)
public boolean isBody()
public void setBody(boolean body)
body - The body to set.public boolean isAttachments()
public void setAttachments(boolean attachments)
attachments - The attachments to set.public void addHeader(Header header)
headers - The headers to set.public boolean isSignedParts()
public QName getRealName()
public QName getName()
public org.apache.neethi.PolicyComponent normalize()
normalize in interface org.apache.neethi.Assertionnormalize in class AbstractSecurityAssertionpublic void serialize(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionApache CXF