public class io.vertx.ext.shell.impl.auth.ShiroShellAuth implements io.vertx.ext.shell.impl.ShellAuth
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.ext.shell.impl.auth.ShiroShellAuth
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/shell/impl/auth/ShiroShellAuth;
public java.lang.String provider();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "shiro"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/shell/impl/auth/ShiroShellAuth;
public io.vertx.ext.auth.AuthProvider create(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/AuthProvider;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.auth.shiro.ShiroAuthOptions
dup
aload 2
invokespecial io.vertx.ext.auth.shiro.ShiroAuthOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
astore 3
start local 3 1: aload 1
aload 3
invokestatic io.vertx.ext.auth.shiro.ShiroAuth.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)Lio/vertx/ext/auth/shiro/ShiroAuth;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/shell/impl/auth/ShiroShellAuth;
0 2 1 vertx Lio/vertx/core/Vertx;
0 2 2 config Lio/vertx/core/json/JsonObject;
1 2 3 options Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
MethodParameters:
Name Flags
vertx
config
}
SourceFile: "ShiroShellAuth.java"