public static enum HiveAuthFactory.AuthTypes extends java.lang.Enum<HiveAuthFactory.AuthTypes>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthName() |
static HiveAuthFactory.AuthTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HiveAuthFactory.AuthTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveAuthFactory.AuthTypes NOSASL
public static final HiveAuthFactory.AuthTypes NONE
public static final HiveAuthFactory.AuthTypes LDAP
public static final HiveAuthFactory.AuthTypes KERBEROS
public static final HiveAuthFactory.AuthTypes CUSTOM
public static HiveAuthFactory.AuthTypes[] values()
for (HiveAuthFactory.AuthTypes c : HiveAuthFactory.AuthTypes.values()) System.out.println(c);
public static HiveAuthFactory.AuthTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getAuthName()
Copyright © 2012 The Apache Software Foundation