Class WSSecBase

java.lang.Object
org.apache.wss4j.dom.message.WSSecBase
Direct Known Subclasses:
WSSecEncryptedKey, WSSecSAMLToken, WSSecSignatureBase, WSSecSignatureConfirmation, WSSecTimestamp, WSSecUsernameToken

public class WSSecBase extends Object
This is the base class for WS Security messages. It provides common functions and fields used by the specific message classes such as sign, encrypt, and username token.
  • Field Details

    • user

      protected String user
    • password

      protected String password
    • keyIdentifierType

      protected int keyIdentifierType
    • callbackLookup

      protected CallbackLookup callbackLookup
    • attachmentCallbackHandler

      protected CallbackHandler attachmentCallbackHandler
    • storeBytesInAttachment

      protected boolean storeBytesInAttachment
    • expandXopInclude

      protected boolean expandXopInclude
    • addWSUNamespace

      protected boolean addWSUNamespace
  • Constructor Details

    • WSSecBase

      public WSSecBase(WSSecHeader securityHeader)
    • WSSecBase

      public WSSecBase(Document doc)
  • Method Details