public class SaslRpcServer extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SaslRpcServer.AuthMethod
Authentication method
|
static class |
SaslRpcServer.QualityOfProtection |
static class |
SaslRpcServer.SaslDigestCallbackHandler
CallbackHandler for SASL DIGEST-MD5 mechanism
|
static class |
SaslRpcServer.SaslGssCallbackHandler
CallbackHandler for SASL GSSAPI Kerberos mechanism
|
static class |
SaslRpcServer.SaslStatus |
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.commons.logging.Log |
LOG |
static String |
SASL_DEFAULT_REALM |
static Map<String,String> |
SASL_PROPS |
static int |
SWITCH_TO_SIMPLE_AUTH |
| 构造器和说明 |
|---|
SaslRpcServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends TokenIdentifier> |
getIdentifier(String id,
SecretManager<T> secretManager) |
static void |
init(Configuration conf) |
static String[] |
splitKerberosName(String fullName)
Splitting fully qualified Kerberos name into parts
|
public static final org.apache.commons.logging.Log LOG
public static final int SWITCH_TO_SIMPLE_AUTH
public static void init(Configuration conf)
public static <T extends TokenIdentifier> T getIdentifier(String id, SecretManager<T> secretManager) throws SecretManager.InvalidToken
Copyright © 2009 The Apache Software Foundation