Class WSSSecurePart

java.lang.Object
org.apache.xml.security.stax.ext.SecurePart
org.apache.wss4j.stax.ext.WSSSecurePart

public class WSSSecurePart extends org.apache.xml.security.stax.ext.SecurePart
Extend the Apache Santuario SecurePart class with some additional configuration for WSS
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.xml.security.stax.ext.SecurePart

    org.apache.xml.security.stax.ext.SecurePart.Modifier
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSSSecurePart(String externalReference)
     
    WSSSecurePart(String externalReference, String[] transforms, String digestMethod)
     
    WSSSecurePart(String externalReference, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
     
    WSSSecurePart(QName name, boolean generateXPointer, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
     
    WSSSecurePart(QName name, boolean generateXPointer, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier, String[] transforms, String digestMethod)
     
    WSSSecurePart(QName name, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
     
    WSSSecurePart(QName name, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier, String[] transforms, String digestMethod)
     
    WSSSecurePart(org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setIdToReference(String idToReference)
     

    Methods inherited from class org.apache.xml.security.stax.ext.SecurePart

    getDigestMethod, getExternalReference, getIdToSecure, getIdToSign, getModifier, getName, getTransforms, isGenerateXPointer, isRequired, isSecureEntireRequest, setDigestMethod, setExternalReference, setGenerateXPointer, setIdToSecure, setIdToSign, setModifier, setName, setRequired, setSecureEntireRequest, setTransforms

    Methods inherited from class java.lang.Object

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

    • WSSSecurePart

      public WSSSecurePart(org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
    • WSSSecurePart

      public WSSSecurePart(QName name, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
    • WSSSecurePart

      public WSSSecurePart(QName name, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier, String[] transforms, String digestMethod)
    • WSSSecurePart

      public WSSSecurePart(QName name, boolean generateXPointer, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
    • WSSSecurePart

      public WSSSecurePart(QName name, boolean generateXPointer, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier, String[] transforms, String digestMethod)
    • WSSSecurePart

      public WSSSecurePart(String externalReference)
    • WSSSecurePart

      public WSSSecurePart(String externalReference, org.apache.xml.security.stax.ext.SecurePart.Modifier modifier)
    • WSSSecurePart

      public WSSSecurePart(String externalReference, String[] transforms, String digestMethod)
  • Method Details

    • getIdToReference

      public String getIdToReference()
    • setIdToReference

      public void setIdToReference(String idToReference)