class io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl implements io.vertx.reactivex.ext.web.handler.AuthenticationHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl
super_class: java.lang.Object
{
private final io.vertx.ext.web.handler.AuthenticationHandler delegate;
descriptor: Lio/vertx/ext/web/handler/AuthenticationHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.ext.web.handler.AuthenticationHandler);
descriptor: (Lio/vertx/ext/web/handler/AuthenticationHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 3 1 delegate Lio/vertx/ext/web/handler/AuthenticationHandler;
MethodParameters:
Name Flags
delegate
public void <init>(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
checkcast io.vertx.ext.web.handler.AuthenticationHandler
putfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 3 1 delegate Ljava/lang/Object;
MethodParameters:
Name Flags
delegate
public io.vertx.ext.web.handler.AuthenticationHandler getDelegate();
descriptor: ()Lio/vertx/ext/web/handler/AuthenticationHandler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
public void handle(io.vertx.reactivex.ext.web.RoutingContext);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
aload 1
invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.handle:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 2 1 event Lio/vertx/reactivex/ext/web/RoutingContext;
MethodParameters:
Name Flags
event
public java.lang.String authenticateHeader(io.vertx.reactivex.ext.web.RoutingContext);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
aload 1
invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.authenticateHeader:(Lio/vertx/ext/web/RoutingContext;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 2 1 context Lio/vertx/reactivex/ext/web/RoutingContext;
1 2 2 ret Ljava/lang/String;
MethodParameters:
Name Flags
context
public void postAuthentication(io.vertx.reactivex.ext.web.RoutingContext);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
aload 1
invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.postAuthentication:(Lio/vertx/ext/web/RoutingContext;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 2 1 ctx Lio/vertx/reactivex/ext/web/RoutingContext;
MethodParameters:
Name Flags
ctx
public void parseCredentials(io.vertx.reactivex.ext.web.RoutingContext, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.authentication.Credentials>>);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
aload 1
invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
aload 2
invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.parseCredentials:(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 2 1 context Lio/vertx/reactivex/ext/web/RoutingContext;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;
Signature: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;)V
MethodParameters:
Name Flags
context
handler
public void parseCredentials(io.vertx.reactivex.ext.web.RoutingContext);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokedynamic handle()Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.parseCredentials:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 2 1 context Lio/vertx/reactivex/ext/web/RoutingContext;
MethodParameters:
Name Flags
context
public io.reactivex.Single<io.vertx.ext.auth.authentication.Credentials> rxParseCredentials(io.vertx.reactivex.ext.web.RoutingContext);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Lio/reactivex/Single;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokedynamic accept(Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;Lio/vertx/reactivex/ext/web/RoutingContext;)Ljava/util/function/Consumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl.lambda$1(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V (7)
(Lio/vertx/core/Handler;)V
invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 1 1 context Lio/vertx/reactivex/ext/web/RoutingContext;
Signature: (Lio/vertx/reactivex/ext/web/RoutingContext;)Lio/reactivex/Single<Lio/vertx/ext/auth/authentication/Credentials;>;
MethodParameters:
Name Flags
context
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.reactivex.ext.web.RoutingContext
invokevirtual io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
return
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 ar Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;
private void lambda$1(io.vertx.reactivex.ext.web.RoutingContext, io.vertx.core.Handler);
descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
aload 2
invokevirtual io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.parseCredentials:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
0 2 2 $handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;
}
SourceFile: "AuthenticationHandler.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles