Uses of Class
org.ldaptive.sasl.SecurityStrength
-
Packages that use SecurityStrength Package Description org.ldaptive.sasl -
-
Uses of SecurityStrength in org.ldaptive.sasl
Fields in org.ldaptive.sasl declared as SecurityStrength Modifier and Type Field Description private SecurityStrength[]SaslConfig. securityStrengthsasl security strength.Methods in org.ldaptive.sasl that return SecurityStrength Modifier and Type Method Description SecurityStrength[]SaslConfig. getSecurityStrength()Returns the sasl security strength.static SecurityStrengthSecurityStrength. valueOf(String name)Returns 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 SecurityStrength Modifier and Type Method Description SaslConfig.BuilderSaslConfig.Builder. securityStrength(SecurityStrength... strengths)voidSaslConfig. setSecurityStrength(SecurityStrength... ss)Sets the sasl security strength.
-