public static enum ProxiedFileSystemUtils.AuthType extends Enum<ProxiedFileSystemUtils.AuthType>
| Modifier and Type | Method and Description |
|---|---|
static ProxiedFileSystemUtils.AuthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxiedFileSystemUtils.AuthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProxiedFileSystemUtils.AuthType TOKEN
public static final ProxiedFileSystemUtils.AuthType KEYTAB
public static ProxiedFileSystemUtils.AuthType[] values()
for (ProxiedFileSystemUtils.AuthType c : ProxiedFileSystemUtils.AuthType.values()) System.out.println(c);
public static ProxiedFileSystemUtils.AuthType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null