Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.protocol.ascii |
Low-level operations for the memcached ascii protocol
|
net.spy.memcached.protocol.binary |
Low-level operations for the memcached binary protocol
|
Modifier and Type | Method and Description |
---|---|
SASLAuthOperation |
OperationFactory.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.
|
Modifier and Type | Method and Description |
---|---|
SASLAuthOperation |
AsciiOperationFactory.saslAuth(java.lang.String[] mech,
java.lang.String serverName,
java.util.Map<java.lang.String,?> props,
javax.security.auth.callback.CallbackHandler cbh,
OperationCallback cb) |
Modifier and Type | Class and Description |
---|---|
class |
SASLAuthOperationImpl
SASL authenticator.
|
Modifier and Type | Method and Description |
---|---|
SASLAuthOperation |
BinaryOperationFactory.saslAuth(java.lang.String[] mech,
java.lang.String serverName,
java.util.Map<java.lang.String,?> props,
javax.security.auth.callback.CallbackHandler cbh,
OperationCallback cb) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.