Package org.eclipse.microprofile.auth
@Version("1.0")
package org.eclipse.microprofile.auth
Metadata for JWT RBAC for Microprofile
Overview
This package contains supporting metadata classes:- LoginConfig: an annotation that is used by a JAX-RS Application to define the authentication method and associated security realm.
-
ClassDescriptionA security annotation describing the authentication method, and the associated realm name that should be used for this application.