Class WSSecurityTokenHolder

java.lang.Object
org.apache.wss4j.dom.message.WSSecBase
org.apache.cxf.ws.security.wss4j.policyhandlers.WSSecurityTokenHolder

public class WSSecurityTokenHolder extends org.apache.wss4j.dom.message.WSSecBase
  • Field Summary

    Fields inherited from class org.apache.wss4j.dom.message.WSSecBase

    addWSUNamespace, attachmentCallbackHandler, callbackLookup, expandXopInclude, keyIdentifierType, password, storeBytesInAttachment, user
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSSecurityTokenHolder(SecurityToken t, org.apache.wss4j.dom.message.WSSecHeader securityHeader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.wss4j.dom.message.WSSecBase

    clean, getDocument, getIdAllocator, getKeyIdentifierType, getParts, getSecurityHeader, getWsDocInfo, isExpandXopInclude, setAttachmentCallbackHandler, setBodyID, setCallbackLookup, setExpandXopInclude, setIdAllocator, setKeyIdentifierType, setStoreBytesInAttachment, setUserInfo, setWsDocInfo, setWsuId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WSSecurityTokenHolder

      public WSSecurityTokenHolder(SecurityToken t, org.apache.wss4j.dom.message.WSSecHeader securityHeader)
  • Method Details