public interface io.vertx.ext.auth.ChainAuth extends io.vertx.ext.auth.AuthProvider
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.ext.auth.ChainAuth
super_class: java.lang.Object
{
public static io.vertx.ext.auth.ChainAuth create();
descriptor: ()Lio/vertx/ext/auth/ChainAuth;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.vertx.ext.auth.impl.ChainAuthImpl
dup
invokespecial io.vertx.ext.auth.impl.ChainAuthImpl.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
public abstract io.vertx.ext.auth.ChainAuth append(io.vertx.ext.auth.AuthProvider);
descriptor: (Lio/vertx/ext/auth/AuthProvider;)Lio/vertx/ext/auth/ChainAuth;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
other
public abstract boolean remove(io.vertx.ext.auth.AuthProvider);
descriptor: (Lio/vertx/ext/auth/AuthProvider;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
other
public abstract void clear();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ChainAuth.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()