Uses of Enum Class
org.ldaptive.sasl.SecurityStrength
Packages that use SecurityStrength
-
Uses of SecurityStrength in org.ldaptive.sasl
Fields in org.ldaptive.sasl declared as SecurityStrengthModifier and TypeFieldDescriptionprivate SecurityStrength[]
SaslConfig.securityStrength
sasl security strength.Methods in org.ldaptive.sasl that return SecurityStrengthModifier and TypeMethodDescriptionSaslConfig.getSecurityStrength()
Returns the sasl security strength.static SecurityStrength
Returns the enum constant of this class with the specified name.static SecurityStrength[]
SecurityStrength.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.sasl with parameters of type SecurityStrengthModifier and TypeMethodDescriptionSaslConfig.Builder.securityStrength
(SecurityStrength... strengths) void
SaslConfig.setSecurityStrength
(SecurityStrength... ss) Sets the sasl security strength.