Class MicroProfileAuthorization

java.lang.Object
io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, AuthorizationProvider

public class MicroProfileAuthorization extends Object implements io.vertx.lang.rx.RxDelegate, AuthorizationProvider
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • MicroProfileAuthorization

      public MicroProfileAuthorization(MicroProfileAuthorization delegate)
    • MicroProfileAuthorization

      public MicroProfileAuthorization(Object delegate)
  • Method Details