public class io.undertow.security.idm.ExternalCredential implements java.io.Serializable, io.undertow.security.idm.Credential
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.security.idm.ExternalCredential
  super_class: java.lang.Object
{
  public static final io.undertow.security.idm.ExternalCredential INSTANCE;
    descriptor: Lio/undertow/security/idm/ExternalCredential;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            new io.undertow.security.idm.ExternalCredential
            dup
            invokespecial io.undertow.security.idm.ExternalCredential.<init>:()V
            putstatic io.undertow.security.idm.ExternalCredential.INSTANCE:Lio/undertow/security/idm/ExternalCredential;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.idm.ExternalCredential this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            return
        end local 0 // io.undertow.security.idm.ExternalCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/security/idm/ExternalCredential;
}
SourceFile: "ExternalCredential.java"