public class SaslConfig extends AbstractConfig
logger| Constructor and Description |
|---|
SaslConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationId()
Returns the sasl authorization id.
|
Mechanism |
getMechanism()
Returns the sasl mechanism.
|
Boolean |
getMutualAuthentication()
Returns whether mutual authentication should occur.
|
QualityOfProtection |
getQualityOfProtection()
Returns the sasl quality of protection.
|
SecurityStrength |
getSecurityStrength()
Returns the sasl security strength.
|
void |
setAuthorizationId(String id)
Sets the sasl authorization id.
|
void |
setMechanism(Mechanism m)
Sets the sasl mechanism.
|
void |
setMutualAuthentication(Boolean b)
Sets whether mutual authentication should occur.
|
void |
setQualityOfProtection(QualityOfProtection qop)
Sets the sasl quality of protection.
|
void |
setSecurityStrength(SecurityStrength ss)
Sets the sasl security strength.
|
String |
toString() |
checkImmutable, checkStringInput, makeImmutablepublic Mechanism getMechanism()
public void setMechanism(Mechanism m)
m - mechanismpublic String getAuthorizationId()
public void setAuthorizationId(String id)
id - authorization idpublic Boolean getMutualAuthentication()
public void setMutualAuthentication(Boolean b)
b - whether mutual authentication should occurpublic QualityOfProtection getQualityOfProtection()
public void setQualityOfProtection(QualityOfProtection qop)
qop - quality of protectionpublic SecurityStrength getSecurityStrength()
public void setSecurityStrength(SecurityStrength ss)
ss - security strengthCopyright © 2023. All rights reserved.