public final class UnboundIDSaslUtils extends Object
Modifier | Constructor and Description |
---|---|
private |
UnboundIDSaslUtils()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected static com.unboundid.ldap.sdk.DIGESTMD5BindRequestProperties |
createDigestMd5Properties(String username,
Credential credential,
SaslConfig config)
Creates a new digest md5 request properties.
|
protected static com.unboundid.ldap.sdk.GSSAPIBindRequestProperties |
createGssApiProperties(String username,
Credential credential,
SaslConfig config)
Creates a new gssapi request properties.
|
protected static com.unboundid.ldap.sdk.SASLQualityOfProtection |
getQualityOfProtection(QualityOfProtection qop)
Returns the SASL quality of protection string for the supplied enum.
|
protected static com.unboundid.ldap.sdk.DIGESTMD5BindRequestProperties createDigestMd5Properties(String username, Credential credential, SaslConfig config)
username
- to bind ascredential
- to bind withconfig
- to set sasl parametersprotected static com.unboundid.ldap.sdk.GSSAPIBindRequestProperties createGssApiProperties(String username, Credential credential, SaslConfig config)
username
- to bind ascredential
- to bind withconfig
- to set sasl parametersprotected static com.unboundid.ldap.sdk.SASLQualityOfProtection getQualityOfProtection(QualityOfProtection qop)
qop
- quality of protection enumCopyright © 2003-2019 Virginia Tech. All Rights Reserved.