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. securityStrength
sasl security strength.Methods in org.ldaptive.sasl that return SecurityStrength Modifier and Type Method Description SecurityStrength[]
SaslConfig. getSecurityStrength()
Returns the sasl security strength.static SecurityStrength
SecurityStrength. 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.Builder
SaslConfig.Builder. securityStrength(SecurityStrength... strengths)
void
SaslConfig. setSecurityStrength(SecurityStrength... ss)
Sets the sasl security strength.
-