Interface EncryptedAttributeDocument

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getEncryptedAttribute

      EncryptedElementType getEncryptedAttribute()
      Gets the "EncryptedAttribute" element
    • setEncryptedAttribute

      void setEncryptedAttribute(EncryptedElementType encryptedAttribute)
      Sets the "EncryptedAttribute" element
    • addNewEncryptedAttribute

      EncryptedElementType addNewEncryptedAttribute()
      Appends and returns a new empty "EncryptedAttribute" element