public class SignedParts extends RequiredParts
| Constructor and Description |
|---|
SignedParts(SPConstants.SPVersion version,
boolean body,
Attachments attachments,
List<Header> headers,
boolean signAllHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSecurityAssertion |
cloneAssertion(org.apache.neethi.Policy nestedPolicy) |
Attachments |
getAttachments() |
QName |
getName() |
boolean |
isBody() |
boolean |
isSignAllHeaders() |
void |
serialize(XMLStreamWriter writer) |
protected void |
setAttachments(Attachments attachments) |
protected void |
setBody(boolean body) |
protected void |
setSignAllHeaders(boolean signAllHeaders) |
addHeader, getHeadersclone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, normalize, serialize, setIgnorable, setOptionalpublic SignedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers, boolean signAllHeaders)
public QName getName()
getName in interface org.apache.neethi.AssertiongetName in class RequiredPartspublic void serialize(XMLStreamWriter writer) throws XMLStreamException
serialize in interface org.apache.neethi.Assertionserialize in interface org.apache.neethi.PolicyComponentserialize in class RequiredPartsXMLStreamExceptionprotected AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
cloneAssertion in class RequiredPartspublic boolean isBody()
protected void setBody(boolean body)
public Attachments getAttachments()
protected void setAttachments(Attachments attachments)
public boolean isSignAllHeaders()
protected void setSignAllHeaders(boolean signAllHeaders)
Copyright © 2016 JBoss by Red Hat. All rights reserved.