| Package | Description |
|---|---|
| org.eclipse.microprofile.jwt |
Interoperable JWT RBAC for Microprofile
This package contains the primary interfaces and support classes for the JSON Web Tokens(JWT) for role based
access control(RBAC) of MicroProfile microservice endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017 Eclipse Foundation. All rights reserved.