Class 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)  
    • Constructor Detail

      • 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 Detail

      • getIdToReference

        public String getIdToReference()
      • setIdToReference

        public void setIdToReference​(String idToReference)