public interface io.vertx.ext.auth.oauth2.OAuth2RBAC
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.auth.oauth2.OAuth2RBAC
  super_class: java.lang.Object
{
  public abstract void isAuthorized(io.vertx.ext.auth.oauth2.AccessToken, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Lio/vertx/ext/auth/oauth2/AccessToken;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/auth/oauth2/AccessToken;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
           Name  Flags
      user       
      authority  
      handler    
}
SourceFile: "OAuth2RBAC.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()
      java.lang.FunctionalInterface()