Uses of Class
org.apache.wss4j.common.ext.Attachment
-
Packages that use Attachment Package Description org.apache.wss4j.common.ext org.apache.wss4j.common.util org.apache.wss4j.dom.transform org.apache.wss4j.stax.impl.transformer -
-
Uses of Attachment in org.apache.wss4j.common.ext
Methods in org.apache.wss4j.common.ext that return Attachment Modifier and Type Method Description AttachmentAttachmentResultCallback. getAttachment()Methods in org.apache.wss4j.common.ext that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AttachmentRequestCallback. getAttachments()Methods in org.apache.wss4j.common.ext with parameters of type Attachment Modifier and Type Method Description voidAttachmentResultCallback. setAttachment(Attachment attachment)Method parameters in org.apache.wss4j.common.ext with type arguments of type Attachment Modifier and Type Method Description voidAttachmentRequestCallback. setAttachments(List<Attachment> attachments) -
Uses of Attachment in org.apache.wss4j.common.util
Methods in org.apache.wss4j.common.util with parameters of type Attachment Modifier and Type Method Description static InputStreamAttachmentUtils. setupAttachmentEncryptionStream(Cipher cipher, boolean complete, Attachment attachment, Map<String,String> headers) -
Uses of Attachment in org.apache.wss4j.dom.transform
Methods in org.apache.wss4j.dom.transform that return Attachment Modifier and Type Method Description protected AttachmentAttachmentContentSignatureTransform. attachmentRequestCallback(XMLCryptoContext context, String attachmentId)AttachmentAttachmentTransformParameterSpec. getAttachment()Methods in org.apache.wss4j.dom.transform with parameters of type Attachment Modifier and Type Method Description protected voidAttachmentContentSignatureTransform. attachmentResultCallback(XMLCryptoContext context, Attachment attachment)protected DataAttachmentContentSignatureTransform. processAttachment(XMLCryptoContext context, OutputStream os, String attachmentUri, Attachment attachment)Constructors in org.apache.wss4j.dom.transform with parameters of type Attachment Constructor Description AttachmentTransformParameterSpec(CallbackHandler attachmentCallbackHandler, Attachment attachment) -
Uses of Attachment in org.apache.wss4j.stax.impl.transformer
Methods in org.apache.wss4j.stax.impl.transformer that return Attachment Modifier and Type Method Description protected AttachmentAttachmentContentSignatureTransform. getAttachment()
-