public interface io.vertx.ext.auth.htpasswd.HtpasswdAuth 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.htpasswd.HtpasswdAuth
super_class: java.lang.Object
{
public static io.vertx.ext.auth.htpasswd.HtpasswdAuth create(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/auth/htpasswd/HtpasswdAuth;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 // io.vertx.core.Vertx vertx
0: .line 32
new io.vertx.ext.auth.htpasswd.impl.HtpasswdAuthImpl
dup
aload 0 /* vertx */
new io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
dup
invokespecial io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions.<init>:()V
invokespecial io.vertx.ext.auth.htpasswd.impl.HtpasswdAuthImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htpasswd/HtpasswdAuthOptions;)V
areturn
end local 0 // io.vertx.core.Vertx vertx
LocalVariableTable:
Start End Slot Name Signature
0 1 0 vertx Lio/vertx/core/Vertx;
MethodParameters:
Name Flags
vertx
public static io.vertx.ext.auth.htpasswd.HtpasswdAuth create(io.vertx.core.Vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions);
descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htpasswd/HtpasswdAuthOptions;)Lio/vertx/ext/auth/htpasswd/HtpasswdAuth;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 // io.vertx.core.Vertx vertx
start local 1 // io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions
0: .line 36
new io.vertx.ext.auth.htpasswd.impl.HtpasswdAuthImpl
dup
aload 0 /* vertx */
aload 1 /* htpasswdAuthOptions */
invokespecial io.vertx.ext.auth.htpasswd.impl.HtpasswdAuthImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/htpasswd/HtpasswdAuthOptions;)V
areturn
end local 1 // io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions
end local 0 // io.vertx.core.Vertx vertx
LocalVariableTable:
Start End Slot Name Signature
0 1 0 vertx Lio/vertx/core/Vertx;
0 1 1 htpasswdAuthOptions Lio/vertx/ext/auth/htpasswd/HtpasswdAuthOptions;
MethodParameters:
Name Flags
vertx
htpasswdAuthOptions
}
SourceFile: "HtpasswdAuth.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()