Uses of Class
org.infinispan.server.hotrod.configuration.QOP
-
Packages that use QOP Package Description org.infinispan.server.hotrod.configuration HotRod Server Configuration API -
-
Uses of QOP in org.infinispan.server.hotrod.configuration
Fields in org.infinispan.server.hotrod.configuration with type parameters of type QOP Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<List<QOP>>
SaslConfiguration. QOP
Methods in org.infinispan.server.hotrod.configuration that return QOP Modifier and Type Method Description static QOP
QOP. fromString(String s)
static QOP
QOP. valueOf(String name)
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 Modifier and Type Method Description List<QOP>
SaslConfiguration. qop()
-