Uses of Class
org.apache.directory.api.ldap.model.constants.SaslQoP
-
Packages that use SaslQoP Package Description org.apache.directory.api.ldap.model.constants org.apache.directory.ldap.client.api -
-
Uses of SaslQoP in org.apache.directory.api.ldap.model.constants
Methods in org.apache.directory.api.ldap.model.constants that return SaslQoP Modifier and Type Method Description static SaslQoPSaslQoP. 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. -
Uses of SaslQoP in org.apache.directory.ldap.client.api
Fields in org.apache.directory.ldap.client.api declared as SaslQoP Modifier and Type Field Description protected SaslQoPAbstractSaslRequest. qualityOfProtectionThe quality of protectionMethods in org.apache.directory.ldap.client.api that return SaslQoP Modifier and Type Method Description SaslQoPAbstractSaslRequest. getQualityOfProtection()Gets the quality of protection.SaslQoPSaslRequest. getQualityOfProtection()Gets the quality of protection.Methods in org.apache.directory.ldap.client.api with parameters of type SaslQoP Modifier and Type Method Description voidAbstractSaslRequest. setQualityOfProtection(SaslQoP qualityOfProtection)Sets the quality of protection.
-