Uses of Class
org.apache.wss4j.policy.model.Attachments

Packages that use Attachments
org.apache.wss4j.policy.builders   
org.apache.wss4j.policy.model   
 

Uses of Attachments in org.apache.wss4j.policy.builders
 

Methods in org.apache.wss4j.policy.builders that return Attachments
protected  Attachments SignedPartsBuilder.getAttachments(Element element, SPConstants.SPVersion spVersion)
           
 

Uses of Attachments in org.apache.wss4j.policy.model
 

Methods in org.apache.wss4j.policy.model that return Attachments
 Attachments SignedParts.getAttachments()
           
 

Methods in org.apache.wss4j.policy.model with parameters of type Attachments
protected  void SignedParts.setAttachments(Attachments attachments)
           
 

Constructors in org.apache.wss4j.policy.model with parameters of type Attachments
EncryptedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers)
           
SignedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers, boolean signAllHeaders)
           
 



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