Uses of Class
net.spy.memcached.auth.AuthDescriptor
-
Packages that use AuthDescriptor Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.auth Auth Utilities. -
-
Uses of AuthDescriptor in net.spy.memcached
Fields in net.spy.memcached declared as AuthDescriptor Modifier and Type Field Description protected AuthDescriptor
ConnectionFactoryBuilder. authDescriptor
protected AuthDescriptor
MemcachedClient. authDescriptor
protected AuthDescriptor
TapConnectionProvider. authDescriptor
Methods in net.spy.memcached that return AuthDescriptor Modifier and Type Method Description AuthDescriptor
ConnectionFactory. getAuthDescriptor()
Authenticate connections using the given auth descriptor.AuthDescriptor
DefaultConnectionFactory. getAuthDescriptor()
Methods in net.spy.memcached with parameters of type AuthDescriptor Modifier and Type Method Description ConnectionFactoryBuilder
ConnectionFactoryBuilder. setAuthDescriptor(AuthDescriptor to)
Set the auth descriptor to enable authentication on new connections. -
Uses of AuthDescriptor in net.spy.memcached.auth
Fields in net.spy.memcached.auth declared as AuthDescriptor Modifier and Type Field Description private AuthDescriptor
AuthThread. authDescriptor
Methods in net.spy.memcached.auth that return AuthDescriptor Modifier and Type Method 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.Methods in net.spy.memcached.auth with parameters of type AuthDescriptor Modifier and Type Method Description void
AuthThreadMonitor. authConnection(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node)
Authenticate a new connection.Constructors in net.spy.memcached.auth with parameters of type AuthDescriptor Constructor Description AuthThread(MemcachedConnection c, OperationFactory o, AuthDescriptor a, MemcachedNode n)
-