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, getHeaders
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, normalize, serialize, setIgnorable, setOptional
public AbstractSecuredParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers)
public QName getName()
getName
in interface org.apache.neethi.Assertion
getName
in class RequiredParts
public boolean equals(Object object)
equals
in class RequiredParts
public int hashCode()
hashCode
in class RequiredParts
public void serialize(XMLStreamWriter writer) throws XMLStreamException
serialize
in interface org.apache.neethi.Assertion
serialize
in interface org.apache.neethi.PolicyComponent
serialize
in class RequiredParts
XMLStreamException
public boolean isBody()
protected void setBody(boolean body)
public Attachments getAttachments()
protected void setAttachments(Attachments attachments)
Copyright © 2017 JBoss by Red Hat. All rights reserved.