Uses of Enum Class
org.infinispan.client.hotrod.configuration.SaslStrength
Packages that use SaslStrength
-
Uses of SaslStrength in org.infinispan.client.hotrod.configuration
Subclasses with type arguments of type SaslStrength in org.infinispan.client.hotrod.configurationMethods in org.infinispan.client.hotrod.configuration that return SaslStrengthModifier and TypeMethodDescriptionstatic SaslStrength
Returns the enum constant of this class with the specified name.static SaslStrength[]
SaslStrength.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.client.hotrod.configuration with parameters of type SaslStrengthModifier and TypeMethodDescriptionAuthenticationConfigurationBuilder.saslStrength
(SaslStrength... strength) Sets the SASL strength property.