abstract class com.microsoft.aad.adal4j.AdalCallable<T> implements java.util.concurrent.Callable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.aad.adal4j.AdalCallable
  super_class: java.lang.Object
{
  com.microsoft.aad.adal4j.AuthenticationContext context;
    descriptor: Lcom/microsoft/aad/adal4j/AuthenticationContext;
    flags: (0x0000) 

  com.microsoft.aad.adal4j.ClientDataHttpHeaders headers;
    descriptor: Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;
    flags: (0x0000) 

  com.microsoft.aad.adal4j.AuthenticationCallback<T> callback;
    descriptor: Lcom/microsoft/aad/adal4j/AuthenticationCallback;
    flags: (0x0000) 
    Signature: Lcom/microsoft/aad/adal4j/AuthenticationCallback<TT;>;

  void <init>(com.microsoft.aad.adal4j.AuthenticationContext, com.microsoft.aad.adal4j.AuthenticationCallback<T>);
    descriptor: (Lcom/microsoft/aad/adal4j/AuthenticationContext;Lcom/microsoft/aad/adal4j/AuthenticationCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.aad.adal4j.AdalCallable this
        start local 1 // com.microsoft.aad.adal4j.AuthenticationContext context
        start local 2 // com.microsoft.aad.adal4j.AuthenticationCallback callback
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* context */
            putfield com.microsoft.aad.adal4j.AdalCallable.context:Lcom/microsoft/aad/adal4j/AuthenticationContext;
         2: .line 35
            aload 0 /* this */
            aload 2 /* callback */
            putfield com.microsoft.aad.adal4j.AdalCallable.callback:Lcom/microsoft/aad/adal4j/AuthenticationCallback;
         3: .line 36
            return
        end local 2 // com.microsoft.aad.adal4j.AuthenticationCallback callback
        end local 1 // com.microsoft.aad.adal4j.AuthenticationContext context
        end local 0 // com.microsoft.aad.adal4j.AdalCallable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/aad/adal4j/AdalCallable<TT;>;
            0    4     1   context  Lcom/microsoft/aad/adal4j/AuthenticationContext;
            0    4     2  callback  Lcom/microsoft/aad/adal4j/AuthenticationCallback<TT;>;
    Signature: (Lcom/microsoft/aad/adal4j/AuthenticationContext;Lcom/microsoft/aad/adal4j/AuthenticationCallback<TT;>;)V
    MethodParameters:
          Name  Flags
      context   
      callback  

  abstract T execute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: ()TT;

  void logResult(T, com.microsoft.aad.adal4j.ClientDataHttpHeaders);
    descriptor: (Ljava/lang/Object;Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.microsoft.aad.adal4j.AdalCallable this
        start local 1 // java.lang.Object result
        start local 2 // com.microsoft.aad.adal4j.ClientDataHttpHeaders headers
         0: .line 41
            return
        end local 2 // com.microsoft.aad.adal4j.ClientDataHttpHeaders headers
        end local 1 // java.lang.Object result
        end local 0 // com.microsoft.aad.adal4j.AdalCallable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/aad/adal4j/AdalCallable<TT;>;
            0    1     1   result  TT;
            0    1     2  headers  Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;)V
    MethodParameters:
         Name  Flags
      result   
      headers  

  public T call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.microsoft.aad.adal4j.AdalCallable this
         0: .line 45
            aconst_null
            astore 1 /* result */
        start local 1 // java.lang.Object result
         1: .line 47
            aload 0 /* this */
            invokevirtual com.microsoft.aad.adal4j.AdalCallable.execute:()Ljava/lang/Object;
            astore 1 /* result */
         2: .line 49
            aload 0 /* this */
            aload 1 /* result */
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.headers:Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;
            invokevirtual com.microsoft.aad.adal4j.AdalCallable.logResult:(Ljava/lang/Object;Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;)V
         3: .line 50
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.callback:Lcom/microsoft/aad/adal4j/AuthenticationCallback;
            ifnull 16
         4: .line 51
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.callback:Lcom/microsoft/aad/adal4j/AuthenticationCallback;
            aload 1 /* result */
            invokeinterface com.microsoft.aad.adal4j.AuthenticationCallback.onSuccess:(Ljava/lang/Object;)V
         5: .line 53
            goto 16
      StackMap locals: com.microsoft.aad.adal4j.AdalCallable java.lang.Object
      StackMap stack: java.lang.Exception
         6: astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         7: .line 54
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.context:Lcom/microsoft/aad/adal4j/AuthenticationContext;
            getfield com.microsoft.aad.adal4j.AuthenticationContext.log:Lorg/slf4j/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Execution of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " failed."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 55
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.headers:Lcom/microsoft/aad/adal4j/ClientDataHttpHeaders;
            invokevirtual com.microsoft.aad.adal4j.ClientDataHttpHeaders.getHeaderCorrelationIdValue:()Ljava/lang/String;
         9: .line 54
            invokestatic com.microsoft.aad.adal4j.LogHelper.createMessage:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        10: .line 55
            aload 2 /* ex */
        11: .line 54
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
        12: .line 56
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.callback:Lcom/microsoft/aad/adal4j/AuthenticationCallback;
            ifnull 15
        13: .line 57
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.AdalCallable.callback:Lcom/microsoft/aad/adal4j/AuthenticationCallback;
            aload 2 /* ex */
            invokeinterface com.microsoft.aad.adal4j.AuthenticationCallback.onFailure:(Ljava/lang/Throwable;)V
        14: .line 58
            goto 16
        15: .line 59
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 2 /* ex */
            athrow
        end local 2 // java.lang.Exception ex
        16: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object result
        end local 0 // com.microsoft.aad.adal4j.AdalCallable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/microsoft/aad/adal4j/AdalCallable<TT;>;
            1   17     1  result  TT;
            7   16     2      ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.Exception
    Exceptions:
      throws java.lang.Exception
    Signature: ()TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/concurrent/Callable<TT;>;
SourceFile: "AdalCallable.java"