Interface Claims

All Known Implementing Classes:
ClaimsImpl, ClaimsImpl

public interface Claims
Author:
Jiandong Guo
  • Method Details

    • getAny

      List<Object> getAny()
      Gets the value of the any property for all the claim types.
    • getDialect

      String getDialect()
      Gets the value of the dialect property.
      Returns:
      String
    • getOtherAttributes

      Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      Returns:
      always non-null
    • setDialect

      void setDialect(String value)
      Sets the value of the dialect property.
      Parameters:
      value - String
    • getSupportingProperties

      List<Object> getSupportingProperties()