@InterfaceAudience.Private public class SaslUtil extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
SaslUtil.QualityOfProtection |
限定符和类型 | 字段和说明 |
---|---|
static String |
SASL_DEFAULT_REALM |
static int |
SWITCH_TO_SIMPLE_AUTH |
构造器和说明 |
---|
SaslUtil() |
限定符和类型 | 方法和说明 |
---|---|
static SaslUtil.QualityOfProtection |
getQop(String stringQop)
Returns
SaslUtil.QualityOfProtection
corresponding to the given stringQop value. |
static Map<String,String> |
initSaslProperties(String rpcProtection) |
static String[] |
splitKerberosName(String fullName)
Splitting fully qualified Kerberos name into parts
|
public static final int SWITCH_TO_SIMPLE_AUTH
public static String[] splitKerberosName(String fullName)
public static SaslUtil.QualityOfProtection getQop(String stringQop)
SaslUtil.QualityOfProtection
corresponding to the given stringQop
value.IllegalArgumentException
- If stringQop doesn't match any QOP.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.