Class MicroProfileRBAC


  • public class MicroProfileRBAC
    extends Object
    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 Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • MicroProfileRBAC

        public MicroProfileRBAC​(io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC delegate)
      • MicroProfileRBAC

        public MicroProfileRBAC​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • create

        public static OAuth2RBAC create()
        Returns:
        a RBAC validator
      • newInstance

        public static MicroProfileRBAC newInstance​(io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC arg)