Uses of Class
org.apache.wss4j.policy.model.Attachments
Packages that use Attachments
-
Uses of Attachments in org.apache.wss4j.policy.builders
Methods in org.apache.wss4j.policy.builders that return AttachmentsModifier and TypeMethodDescriptionprotected 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 AttachmentsMethods in org.apache.wss4j.policy.model with parameters of type AttachmentsModifier and TypeMethodDescriptionprotected voidAbstractSecuredParts.setAttachments(Attachments attachments) Constructors in org.apache.wss4j.policy.model with parameters of type AttachmentsModifierConstructorDescriptionAbstractSecuredParts(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)