| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.constants | |
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
static SaslQoP |
SaslQoP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaslQoP[] |
SaslQoP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SaslQoP |
SaslRequest.qualityOfProtection
The quality of protection
|
| Modifier and Type | Method and Description |
|---|---|
SaslQoP |
SaslRequest.getQualityOfProtection()
Gets the quality of protection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaslRequest.setQualityOfProtection(SaslQoP qualityOfProtection)
Sets the quality of protection.
|
Copyright © 2021. All rights reserved.