Uses of Interface
net.spy.memcached.ops.SASLAuthOperation
-
Packages that use SASLAuthOperation 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 SASLAuthOperation in net.spy.memcached
Methods in net.spy.memcached that return SASLAuthOperation Modifier and Type Method Description SASLAuthOperationOperationFactory. saslAuth(java.lang.String[] mech, java.lang.String serverName, java.util.Map<java.lang.String,?> props, javax.security.auth.callback.CallbackHandler cbh, OperationCallback cb)Create a new sasl auth operation. -
Uses of SASLAuthOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return SASLAuthOperation Modifier and Type Method Description SASLAuthOperationAsciiOperationFactory. saslAuth(java.lang.String[] mech, java.lang.String serverName, java.util.Map<java.lang.String,?> props, javax.security.auth.callback.CallbackHandler cbh, OperationCallback cb) -
Uses of SASLAuthOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement SASLAuthOperation Modifier and Type Class Description classSASLAuthOperationImplSASL authenticator.Methods in net.spy.memcached.protocol.binary that return SASLAuthOperation Modifier and Type Method Description SASLAuthOperationBinaryOperationFactory. saslAuth(java.lang.String[] mech, java.lang.String serverName, java.util.Map<java.lang.String,?> props, javax.security.auth.callback.CallbackHandler cbh, OperationCallback cb)
-