|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractConfig
org.ldaptive.sasl.SaslConfig
public class SaslConfig
Contains all the configuration data for SASL authentication.
| Field Summary |
|---|
| Fields inherited from class org.ldaptive.AbstractConfig |
|---|
logger |
| Constructor Summary | |
|---|---|
SaslConfig()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.ldaptive.AbstractConfig |
|---|
checkImmutable, checkStringInput, makeImmutable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SaslConfig()
| Method Detail |
|---|
public 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 strengthpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||