Annotation Interface Claim


Annotation used to signify an injection point for a ClaimValue from a JsonWebToken
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An alternate way of specifying a claim name using the Claims enum
    The value specifies the id name the claim to inject
  • Element Details

    • value

      String value
      The value specifies the id name the claim to inject
      Returns:
      the claim name
      See Also:
      Default:
      ""
    • standard

      Claims standard
      An alternate way of specifying a claim name using the Claims enum
      Returns:
      the claim enum
      Default:
      UNKNOWN