Package | Description |
---|---|
org.eclipse.microprofile.jwt |
Interoperable JWT RBAC for Microprofile
|
Modifier and Type | Method and Description |
---|---|
Claims |
ClaimLiteral.standard() |
static Claims |
Claims.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Claims[] |
Claims.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default <T> Optional<T> |
JsonWebToken.claim(Claims claim)
A utility method to access a claim value in an Optional wrapper
|
default <T> T |
JsonWebToken.getClaim(Claims claim)
Access the value of the indicated claim.
|
Constructor and Description |
---|
ClaimLiteral(Claims standard)
Construct a Claim literal from a standard claim defined in Claims
|
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.