public interface sun.management.jmxremote.ConnectorBootstrap$DefaultValues
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.management.jmxremote.ConnectorBootstrap$DefaultValues
  super_class: java.lang.Object
{
  public static final java.lang.String PORT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "0"

  public static final java.lang.String CONFIG_FILE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "management.properties"

  public static final java.lang.String USE_SSL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "true"

  public static final java.lang.String USE_LOCAL_ONLY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "true"

  public static final java.lang.String USE_REGISTRY_SSL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "false"

  public static final java.lang.String USE_AUTHENTICATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "true"

  public static final java.lang.String PASSWORD_FILE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "jmxremote.password"

  public static final java.lang.String HASH_PASSWORDS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "true"

  public static final java.lang.String ACCESS_FILE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "jmxremote.access"

  public static final java.lang.String SSL_NEED_CLIENT_AUTH;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "false"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import java.rmi.NoSuchObjectException cannot be resolved\n\tThe import java.rmi.Remote cannot be resolved\n\tThe import java.rmi.RemoteException cannot be resolved\n\tThe import java.rmi.registry cannot be resolved\n\tThe import java.rmi.server.RMIClientSocketFactory cannot be resolved\n\tThe import java.rmi.server.RMIServerSocketFactory cannot be resolved\n\tThe import java.rmi.server.RemoteObject cannot be resolved\n\tThe import java.rmi.server.UnicastRemoteObject cannot be resolved\n\tThe import javax.rmi cannot be resolved\n\tThe import javax.rmi cannot be resolved\n\tThe import sun.rmi cannot be resolved\n\tThe import sun.rmi cannot be resolved\n\tThe import sun.rmi cannot be resolved\n\tThe import sun.rmi cannot be resolved\n\tThe type ConnectorBootstrap.PermanentExporter must implement the inherited abstract method RMIExporter.exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory, ObjectInputFilter)\n\tThe type ConnectorBootstrap.PermanentExporter must implement the inherited abstract method RMIExporter.unexportObject(Remote, boolean)\n\tRemote cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tRMIClientSocketFactory cannot be resolved to a type\n\tRMIServerSocketFactory cannot be resolved to a type\n\tRemoteException cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tUnicastServerRef cannot be resolved to a type\n\tUnicastServerRef cannot be resolved to a type\n\tLiveRef cannot be resolved to a type\n\tUnicastServerRef2 cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tNoSuchObjectException cannot be resolved to a type\n\tUnicastRemoteObject cannot be resolved\n\tRemote cannot be resolved to a type\n\tRegistry cannot be resolved to a type\n\tRegistry cannot be resolved to a type\n\tUnicastRemoteObject cannot be resolved\n\tRegistry cannot be resolved to a type\n\tRegistry cannot be resolved to a type\n\tNoSuchObjectException cannot be resolved to a type\n\tSslRMIServerSocketFactory cannot be resolved to a type\n\tRMIClientSocketFactory cannot be resolved to a type\n\tRMIServerSocketFactory cannot be resolved to a type\n\tSslRMIClientSocketFactory cannot be resolved to a type\n\tThe method createSslRMIServerSocketFactory(String, String[], String[], boolean, String) from the type ConnectorBootstrap refers to the missing type SslRMIServerSocketFactory\n\tRegistry cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tRegistry cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tRegistry cannot be resolved to a type\n\tRemote cannot be resolved to a type\n\tUnicastRef cannot be resolved to a type\n\tUnicastRef cannot be resolved to a type\n\tRemoteObject cannot be resolved to a type\n\tRemoteObject cannot be resolved to a type\n\tRegistry cannot be resolved to a type\n\tRMIServerSocketFactory cannot be resolved to a type\n\tThe method createServerSocket(int) of type ConnectorBootstrap.HostAwareSocketFactory must override or implement a supertype method\n\tSslRMIServerSocketFactory cannot be resolved to a type\n\tThe method createServerSocket(int) of type ConnectorBootstrap.HostAwareSslSocketFactory must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ConnectorBootstrap.java"
NestHost: sun.management.jmxremote.ConnectorBootstrap
InnerClasses:
  public abstract DefaultValues = sun.management.jmxremote.ConnectorBootstrap$DefaultValues of sun.management.jmxremote.ConnectorBootstrap