Uses of Class
org.apache.wss4j.policy.model.Attachments
-
Packages that use Attachments Package Description 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 Modifier and Type Method Description protected AttachmentsSignedPartsBuilder. 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 Modifier and Type Method Description AttachmentsAbstractSecuredParts. getAttachments()Methods in org.apache.wss4j.policy.model with parameters of type Attachments Modifier and Type Method Description protected voidAbstractSecuredParts. setAttachments(Attachments attachments)Constructors in org.apache.wss4j.policy.model with parameters of type Attachments Constructor Description AbstractSecuredParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers)EncryptedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers)SignedParts(SPConstants.SPVersion version, boolean body, Attachments attachments, List<Header> headers, boolean signAllHeaders)
-