Package | Description |
---|---|
org.ldaptive.provider.apache | |
org.ldaptive.provider.jndi | |
org.ldaptive.provider.opendj | |
org.ldaptive.provider.unboundid | |
org.ldaptive.sasl |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.api.ldap.model.constants.SaslQoP |
ApacheLdapSaslUtils.getQualityOfProtection(QualityOfProtection qop)
Returns the SASL quality of protection string for the supplied enum.
|
Modifier and Type | Method and Description |
---|---|
static String |
JndiUtils.getQualityOfProtection(QualityOfProtection qop)
Returns the SASL quality of protection string for the supplied enum.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
OpenDJConnection.getQualityOfProtection(QualityOfProtection qop)
Returns the SASL quality of protection string for the supplied enum.
|
Modifier and Type | Method and Description |
---|---|
protected static com.unboundid.ldap.sdk.SASLQualityOfProtection |
UnboundIDSaslUtils.getQualityOfProtection(QualityOfProtection qop)
Returns the SASL quality of protection string for the supplied enum.
|
Modifier and Type | Field and Description |
---|---|
private QualityOfProtection |
SaslConfig.qualityOfProtection
sasl quality of protection.
|
Modifier and Type | Method and Description |
---|---|
QualityOfProtection |
SaslConfig.getQualityOfProtection()
Returns the sasl quality of protection.
|
static QualityOfProtection |
QualityOfProtection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityOfProtection[] |
QualityOfProtection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SaslConfig.setQualityOfProtection(QualityOfProtection qop)
Sets the sasl quality of protection.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.