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