org.apache.wss4j.policy.model
Class Attachments

java.lang.Object
  extended by org.apache.wss4j.policy.model.AbstractSecurityAssertion
      extended by org.apache.wss4j.policy.model.Attachments
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent

public class Attachments
extends AbstractSecurityAssertion


Constructor Summary
Attachments(SPConstants.SPVersion version, boolean contentSignatureTransform, boolean attachmentCompleteSignatureTransform)
           
 
Method Summary
protected  AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
           
 QName getName()
           
 boolean isAttachmentCompleteSignatureTransform()
           
 boolean isContentSignatureTransform()
           
 void serialize(XMLStreamWriter writer)
           
protected  void setAttachmentCompleteSignatureTransform(boolean attachmentCompleteSignatureTransform)
           
protected  void setContentSignatureTransform(boolean contentSignatureTransform)
           
 
Methods inherited from class org.apache.wss4j.policy.model.AbstractSecurityAssertion
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, normalize, serialize, setIgnorable, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachments

public Attachments(SPConstants.SPVersion version,
                   boolean contentSignatureTransform,
                   boolean attachmentCompleteSignatureTransform)
Method Detail

getName

public QName getName()

cloneAssertion

protected AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
Specified by:
cloneAssertion in class AbstractSecurityAssertion

serialize

public void serialize(XMLStreamWriter writer)
               throws XMLStreamException
Throws:
XMLStreamException

isContentSignatureTransform

public boolean isContentSignatureTransform()

setContentSignatureTransform

protected void setContentSignatureTransform(boolean contentSignatureTransform)

isAttachmentCompleteSignatureTransform

public boolean isAttachmentCompleteSignatureTransform()

setAttachmentCompleteSignatureTransform

protected void setAttachmentCompleteSignatureTransform(boolean attachmentCompleteSignatureTransform)


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.