程序包 | 说明 |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.security |
限定符和类型 | 方法和说明 |
---|---|
static UserGroupInformation |
JspHelper.getUGI(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
Configuration conf,
UserGroupInformation.AuthenticationMethod secureAuthMethod,
boolean tryUgiParameter)
Get
UserGroupInformation and possibly the delegation token out of
the request. |
限定符和类型 | 字段和说明 |
---|---|
UserGroupInformation.AuthenticationMethod |
SaslRpcServer.AuthMethod.authenticationMethod |
限定符和类型 | 方法和说明 |
---|---|
UserGroupInformation.AuthenticationMethod |
UserGroupInformation.getAuthenticationMethod()
Get the authentication method from the subject
|
static UserGroupInformation.AuthenticationMethod |
UserGroupInformation.AuthenticationMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UserGroupInformation.AuthenticationMethod[] |
UserGroupInformation.AuthenticationMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
UserGroupInformation.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authMethod)
Sets the authentication method in the subject
|
Copyright © 2009 The Apache Software Foundation