public class GssApiConfig extends SaslConfig
| Modifier and Type | Field and Description |
|---|---|
private String |
saslRealm
sasl realm.
|
logger| Constructor and Description |
|---|
GssApiConfig()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRealm()
Returns the sasl realm.
|
void |
setRealm(String realm)
Sets the sasl realm.
|
String |
toString() |
getAuthorizationId, getMechanism, getMutualAuthentication, getQualityOfProtection, getSecurityStrength, setAuthorizationId, setMechanism, setMutualAuthentication, setQualityOfProtection, setSecurityStrengthcheckImmutable, checkStringInput, makeImmutableprivate String saslRealm
public String getRealm()
public void setRealm(String realm)
realm - realmpublic String toString()
toString in class SaslConfigCopyright © 2003-2019 Virginia Tech. All Rights Reserved.