Interface SecurityTokenReferenceType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface SecurityTokenReferenceType
    extends XmlObject
    An XML SecurityTokenReferenceType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd). This is a complex type.
    • Method Detail

      • getId

        String getId()
        Gets the "Id" attribute
      • xgetId

        XmlID xgetId()
        Gets (as xml) the "Id" attribute
      • isSetId

        boolean isSetId()
        True if has "Id" attribute
      • setId

        void setId​(String id)
        Sets the "Id" attribute
      • xsetId

        void xsetId​(XmlID id)
        Sets (as xml) the "Id" attribute
      • unsetId

        void unsetId()
        Unsets the "Id" attribute
      • getUsage

        List getUsage()
        Gets the "Usage" attribute
      • xgetUsage

        TUsage xgetUsage()
        Gets (as xml) the "Usage" attribute
      • isSetUsage

        boolean isSetUsage()
        True if has "Usage" attribute
      • setUsage

        void setUsage​(List usage)
        Sets the "Usage" attribute
      • xsetUsage

        void xsetUsage​(TUsage usage)
        Sets (as xml) the "Usage" attribute
      • unsetUsage

        void unsetUsage()
        Unsets the "Usage" attribute