Interface EncryptedIDDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface EncryptedIDDocument extends XmlObject
A document containing one EncryptedID(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
  • Field Details

  • Method Details

    • getEncryptedID

      EncryptedElementType getEncryptedID()
      Gets the "EncryptedID" element
    • setEncryptedID

      void setEncryptedID(EncryptedElementType encryptedID)
      Sets the "EncryptedID" element
    • addNewEncryptedID

      EncryptedElementType addNewEncryptedID()
      Appends and returns a new empty "EncryptedID" element