Class JWTAttributeInfo

java.lang.Object
wt.jwt.framework.JWTAttributeInfo

public class JWTAttributeInfo extends Object
JWTAttributeInfo is use to set JWT attribute infomration including label and isVisible

Supported API: true
  • Method Details

    • getKey

      public String getKey()
      Get attribute key.
      Returns:


      Supported API: true
    • getValue

      public String[] getValue()
      Get attribute value.
      Returns:


      Supported API: true
    • getLabel

      public String getLabel()
      Get attribute label
      Returns:


      Supported API: true
    • getAdditionalInfo

      public Map<String,Object> getAdditionalInfo()
      Get additional attribute information
      Returns:


      Supported API: true
    • getListingSequence

      public Integer getListingSequence()
      Get listing sequence
      Returns:


      Supported API: true
    • getDisplayValue

      public String[] getDisplayValue()
      Returns:
      the displayValue

      Supported API: true