java.lang.Object
java.lang.Enum<AdminOption>
org.apache.kerby.kerberos.kerb.admin.kadmin.remote.AdminOption
All Implemented Interfaces:
Serializable, Comparable<AdminOption>, org.apache.kerby.KOption

public enum AdminOption extends Enum<AdminOption> implements org.apache.kerby.KOption
This defines all the options that come across the client side.
  • Enum Constant Details

    • NONE

      public static final AdminOption NONE
    • ADMIN_REALM

      public static final AdminOption ADMIN_REALM
    • ADMIN_HOST

      public static final AdminOption ADMIN_HOST
    • ADMIN_TCP_PORT

      public static final AdminOption ADMIN_TCP_PORT
    • ALLOW_UDP

      public static final AdminOption ALLOW_UDP
    • ALLOW_TCP

      public static final AdminOption ALLOW_TCP
    • ADMIN_UDP_PORT

      public static final AdminOption ADMIN_UDP_PORT
    • CONN_TIMEOUT

      public static final AdminOption CONN_TIMEOUT
    • LIFE_TIME

      public static final AdminOption LIFE_TIME
    • START_TIME

      public static final AdminOption START_TIME
    • RENEWABLE_TIME

      public static final AdminOption RENEWABLE_TIME
    • INCLUDE_ADDRESSES

      public static final AdminOption INCLUDE_ADDRESSES
    • AS_ENTERPRISE_PN

      public static final AdminOption AS_ENTERPRISE_PN
    • CLIENT_PRINCIPAL

      public static final AdminOption CLIENT_PRINCIPAL
    • USE_PASSWD

      public static final AdminOption USE_PASSWD
    • USER_PASSWD

      public static final AdminOption USER_PASSWD
    • USE_KEYTAB

      public static final AdminOption USE_KEYTAB
    • USE_DFT_KEYTAB

      public static final AdminOption USE_DFT_KEYTAB
    • KEYTAB_FILE

      public static final AdminOption KEYTAB_FILE
    • KRB5_CACHE

      public static final AdminOption KRB5_CACHE
    • SERVICE_PRINCIPAL

      public static final AdminOption SERVICE_PRINCIPAL
    • SERVER_PRINCIPAL

      public static final AdminOption SERVER_PRINCIPAL
    • ARMOR_CACHE

      public static final AdminOption ARMOR_CACHE
    • USE_TGT

      public static final AdminOption USE_TGT
    • CONF_DIR

      public static final AdminOption CONF_DIR
  • Method Details

    • values

      public static AdminOption[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AdminOption valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getOptionInfo

      public org.apache.kerby.KOptionInfo getOptionInfo()
      Specified by:
      getOptionInfo in interface org.apache.kerby.KOption
    • fromOptionName

      public static AdminOption fromOptionName(String optionName)