Uses of Class
org.infinispan.client.hotrod.configuration.SaslQop
-
Packages that use SaslQop Package Description org.infinispan.client.hotrod.configuration Hot Rod client configuration API. -
-
Uses of SaslQop in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return SaslQop Modifier and Type Method Description static SaslQop
SaslQop. valueOf(String name)
Returns the enum constant of this type with the specified name.static SaslQop[]
SaslQop. 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 SaslQop Modifier and Type Method Description AuthenticationConfigurationBuilder
AuthenticationConfigurationBuilder. saslQop(SaslQop... qop)
Sets the SASL QOP property.
-