Interface Claims

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSTrustObject, XMLObject
All Known Implementing Classes:
ClaimsImpl

The wst:Claims element.
See Also:
  • "WS-Trust 1.3, Chapter 4.1 Requesting a Security Token."
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • DIALECT_ATTRIB_NAME

      static final String DIALECT_ATTRIB_NAME
      The wst:Claims/@Dialect attribute local name.
      See Also:
  • Method Details

    • getDialect

      String getDialect()
      Returns the wst:Claims/@Dialect attribute value.
      Returns:
      the Dialect attribute value
    • setDialect

      void setDialect(String dialect)
      Sets the wst:Claims/@Dialect attribute value.
      Parameters:
      dialect - the Dialect attribute value.