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 -
-
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)
-