Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.auth |
Auth Utilities.
|
net.spy.memcached.spring |
Modifier and Type | Field and Description |
---|---|
protected AuthDescriptor |
TapConnectionProvider.authDescriptor |
protected AuthDescriptor |
MemcachedClient.authDescriptor |
protected AuthDescriptor |
ConnectionFactoryBuilder.authDescriptor |
Modifier and Type | Method and Description |
---|---|
AuthDescriptor |
ConnectionFactory.getAuthDescriptor()
Authenticate connections using the given auth descriptor.
|
AuthDescriptor |
DefaultConnectionFactory.getAuthDescriptor() |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryBuilder |
ConnectionFactoryBuilder.setAuthDescriptor(AuthDescriptor to)
Set the auth descriptor to enable authentication on new connections.
|
Modifier and Type | Method and Description |
---|---|
static AuthDescriptor |
AuthDescriptor.typical(java.lang.String u,
java.lang.String p)
Get a typical auth descriptor for CRAM-MD5 or PLAIN auth with the given
username and password.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthThreadMonitor.authConnection(MemcachedConnection conn,
OperationFactory opFact,
AuthDescriptor authDescriptor,
MemcachedNode node)
Authenticate a new connection.
|
Constructor and Description |
---|
AuthThread(MemcachedConnection c,
OperationFactory o,
AuthDescriptor a,
MemcachedNode n) |
Modifier and Type | Method and Description |
---|---|
void |
MemcachedClientFactoryBean.setAuthDescriptor(AuthDescriptor to) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.