Uses of Enum
org.ldaptive.sasl.QualityOfProtection
Packages that use QualityOfProtection
-
Uses of QualityOfProtection in org.ldaptive.sasl
Fields in org.ldaptive.sasl declared as QualityOfProtectionModifier and TypeFieldDescriptionprivate QualityOfProtection[]SaslConfig.qualityOfProtectionsasl quality of protection.Methods in org.ldaptive.sasl that return QualityOfProtectionModifier and TypeMethodDescriptionstatic QualityOfProtectionQualityOfProtection.fromString(String s) Returns the quality of protection for the supplied protection string.SaslConfig.getQualityOfProtection()Returns the sasl quality of protection.static QualityOfProtectionReturns 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.Methods in org.ldaptive.sasl with parameters of type QualityOfProtectionModifier and TypeMethodDescriptionSaslConfig.Builder.qualityOfProtection(QualityOfProtection... protections) voidSaslConfig.setQualityOfProtection(QualityOfProtection... qop) Sets the sasl quality of protection. -
Uses of QualityOfProtection in org.ldaptive.transport
Methods in org.ldaptive.transport that return QualityOfProtectionModifier and TypeMethodDescriptionDefaultSaslClient.getQualityOfProtection()Returns the QOP for this client.