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, setSecurityStrength
checkImmutable, checkStringInput, makeImmutable
private String saslRealm
public String getRealm()
public void setRealm(String realm)
realm
- realmpublic String toString()
toString
in class SaslConfig
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.