JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.microprofile.jwt
Annotation Interface Claim
@Qualifier
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
TYPE
})
public @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
Claims
standard
An alternate way of specifying a claim name using the
Claims
enum
String
value
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:
JsonWebToken.getClaim(String)
Default:
""
standard
Claims
standard
An alternate way of specifying a claim name using the
Claims
enum
Returns:
the claim enum
Default:
UNKNOWN