@InterfaceAudience.Public @InterfaceStability.Evolving public static enum UserGroupInformation.AuthenticationMethod extends Enum<UserGroupInformation.AuthenticationMethod>
列挙型定数と説明 |
---|
CERTIFICATE |
KERBEROS |
KERBEROS_SSL |
PROXY |
SIMPLE |
TOKEN |
修飾子とタイプ | メソッドと説明 |
---|---|
org.apache.hadoop.security.SaslRpcServer.AuthMethod |
getAuthMethod() |
static UserGroupInformation.AuthenticationMethod |
valueOf(org.apache.hadoop.security.SaslRpcServer.AuthMethod authMethod) |
static UserGroupInformation.AuthenticationMethod |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static UserGroupInformation.AuthenticationMethod[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final UserGroupInformation.AuthenticationMethod SIMPLE
public static final UserGroupInformation.AuthenticationMethod KERBEROS
public static final UserGroupInformation.AuthenticationMethod TOKEN
public static final UserGroupInformation.AuthenticationMethod CERTIFICATE
public static final UserGroupInformation.AuthenticationMethod KERBEROS_SSL
public static final UserGroupInformation.AuthenticationMethod PROXY
public static UserGroupInformation.AuthenticationMethod[] values()
for(UserGroupInformation.AuthenticationMethod c: UserGroupInformation.AuthenticationMethod.values()) System.out.println(c);
public static UserGroupInformation.AuthenticationMethod valueOf(String name)
name
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合public org.apache.hadoop.security.SaslRpcServer.AuthMethod getAuthMethod()
public static UserGroupInformation.AuthenticationMethod valueOf(org.apache.hadoop.security.SaslRpcServer.AuthMethod authMethod)
Copyright © 2016 Apache Software Foundation. All rights reserved.