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 AuthDescriptorConnectionFactoryBuilder. authDescriptorprotected AuthDescriptorMemcachedClient. authDescriptorprotected AuthDescriptorTapConnectionProvider. authDescriptorMethods in net.spy.memcached that return AuthDescriptor Modifier and Type Method Description AuthDescriptorConnectionFactory. getAuthDescriptor()Authenticate connections using the given auth descriptor.AuthDescriptorDefaultConnectionFactory. getAuthDescriptor()Methods in net.spy.memcached with parameters of type AuthDescriptor Modifier and Type Method Description ConnectionFactoryBuilderConnectionFactoryBuilder. 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 AuthDescriptorAuthThread. authDescriptorMethods in net.spy.memcached.auth that return AuthDescriptor Modifier and Type Method Description static AuthDescriptorAuthDescriptor. 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 voidAuthThreadMonitor. 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)
-