Uses of Interface
net.spy.memcached.ops.SASLStepOperation
-
Packages that use SASLStepOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol -
-
Uses of SASLStepOperation in net.spy.memcached
Methods in net.spy.memcached that return SASLStepOperation Modifier and Type Method Description SASLStepOperation
OperationFactory. saslStep(java.lang.String[] mech, byte[] challenge, java.lang.String serverName, java.util.Map<java.lang.String,?> props, javax.security.auth.callback.CallbackHandler cbh, OperationCallback cb)
Create a new sasl step operation. -
Uses of SASLStepOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return SASLStepOperation Modifier and Type Method Description SASLStepOperation
AsciiOperationFactory. saslStep(java.lang.String[] mech, byte[] challenge, java.lang.String serverName, java.util.Map<java.lang.String,?> props, javax.security.auth.callback.CallbackHandler cbh, OperationCallback cb)
-
Uses of SASLStepOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement SASLStepOperation Modifier and Type Class Description class
SASLStepOperationImpl
A SASLStepOperationImpl.Methods in net.spy.memcached.protocol.binary that return SASLStepOperation Modifier and Type Method Description SASLStepOperation
BinaryOperationFactory. saslStep(java.lang.String[] mech, byte[] challenge, java.lang.String serverName, java.util.Map<java.lang.String,?> props, javax.security.auth.callback.CallbackHandler cbh, OperationCallback cb)
-