Uses of Enum
org.infinispan.server.hotrod.configuration.QOP
Packages that use QOP
-
Uses of QOP in org.infinispan.server.hotrod.configuration
Fields in org.infinispan.server.hotrod.configuration with type parameters of type QOPModifier and TypeFieldDescriptionstatic final AttributeDefinition<List<QOP>>
SaslConfiguration.QOP
Methods in org.infinispan.server.hotrod.configuration that return QOPModifier and TypeMethodDescriptionstatic QOP
QOP.fromString
(String s) static QOP
Returns the enum constant of this type with the specified name.static QOP[]
QOP.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.hotrod.configuration that return types with arguments of type QOP