Uses of Enum
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.securityStrengthsasl security strength.Methods in org.ldaptive.sasl that return SecurityStrengthModifier and TypeMethodDescriptionSaslConfig.getSecurityStrength()Returns the sasl security strength.static SecurityStrengthReturns the enum constant of this type with the specified name.static SecurityStrength[]SecurityStrength.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 SecurityStrengthModifier and TypeMethodDescriptionSaslConfig.Builder.securityStrength(SecurityStrength... strengths) voidSaslConfig.setSecurityStrength(SecurityStrength... ss) Sets the sasl security strength.