Enum AdminOption
- All Implemented Interfaces:
Serializable,Comparable<AdminOption>,org.apache.kerby.KOption
This defines all the options that come across the client side.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminOptionfromOptionName(String optionName) org.apache.kerby.KOptionInfostatic AdminOptionReturns the enum constant of this type with the specified name.static AdminOption[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
-
ADMIN_REALM
-
ADMIN_HOST
-
ADMIN_TCP_PORT
-
ALLOW_UDP
-
ALLOW_TCP
-
ADMIN_UDP_PORT
-
CONN_TIMEOUT
-
LIFE_TIME
-
START_TIME
-
RENEWABLE_TIME
-
INCLUDE_ADDRESSES
-
AS_ENTERPRISE_PN
-
CLIENT_PRINCIPAL
-
USE_PASSWD
-
USER_PASSWD
-
USE_KEYTAB
-
USE_DFT_KEYTAB
-
KEYTAB_FILE
-
KRB5_CACHE
-
SERVICE_PRINCIPAL
-
SERVER_PRINCIPAL
-
ARMOR_CACHE
-
USE_TGT
-
CONF_DIR
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getOptionInfo
public org.apache.kerby.KOptionInfo getOptionInfo()- Specified by:
getOptionInfoin interfaceorg.apache.kerby.KOption
-
fromOptionName
-