Skip navigation links

Package org.eclipse.microprofile.jwt

Interoperable JWT RBAC for Microprofile

See: Description

Package org.eclipse.microprofile.jwt Description

Interoperable JWT RBAC for Microprofile

Overview

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. The primary class is the JsonWebToken interface that defines the view of the current authenticated user and associated JWT claims. It is available for injection as well as the user principal available from the container security API. The supporting classes in this package include:
Skip navigation links