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    

  public io.vertx.core.Future<java.lang.Boolean> isAuthorized(io.vertx.ext.auth.oauth2.AccessToken, java.lang.String);
    descriptor: (Lio/vertx/ext/auth/oauth2/AccessToken;Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.auth.oauth2.OAuth2RBAC this
        start local 1 // io.vertx.ext.auth.oauth2.AccessToken user
        start local 2 // java.lang.String authority
         0: .line 66
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* promise */
        start local 3 // io.vertx.core.Promise promise
         1: .line 67
            aload 0 /* this */
            aload 1 /* user */
            aload 2 /* authority */
            aload 3 /* promise */
            invokeinterface io.vertx.ext.auth.oauth2.OAuth2RBAC.isAuthorized:(Lio/vertx/ext/auth/oauth2/AccessToken;Ljava/lang/String;Lio/vertx/core/Handler;)V
         2: .line 68
            aload 3 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 3 // io.vertx.core.Promise promise
        end local 2 // java.lang.String authority
        end local 1 // io.vertx.ext.auth.oauth2.AccessToken user
        end local 0 // io.vertx.ext.auth.oauth2.OAuth2RBAC this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/auth/oauth2/OAuth2RBAC;
            0    3     1       user  Lio/vertx/ext/auth/oauth2/AccessToken;
            0    3     2  authority  Ljava/lang/String;
            1    3     3    promise  Lio/vertx/core/Promise<Ljava/lang/Boolean;>;
    Signature: (Lio/vertx/ext/auth/oauth2/AccessToken;Ljava/lang/String;)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
           Name  Flags
      user       
      authority  
}
SourceFile: "OAuth2RBAC.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()
      java.lang.FunctionalInterface()
      java.lang.Deprecated()