Uses of Class
org.infinispan.client.hotrod.configuration.SaslStrength
-
Packages that use SaslStrength Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API. -
-
Uses of SaslStrength in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return SaslStrength Modifier and Type Method Description static SaslStrength
SaslStrength. valueOf(String name)
Returns the enum constant of this type with the specified name.static SaslStrength[]
SaslStrength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type SaslStrength Modifier and Type Method Description AuthenticationConfigurationBuilder
AuthenticationConfigurationBuilder. saslStrength(SaslStrength... strength)
Sets the SASL strength property.
-