Uses of Class
net.spy.memcached.auth.AuthDescriptor
Packages that use AuthDescriptor
Package
Description
Memcached client and transformation utils
Auth Utilities.
-
Uses of AuthDescriptor in net.spy.memcached
Fields in net.spy.memcached declared as AuthDescriptorModifier and TypeFieldDescriptionprotected AuthDescriptor
ConnectionFactoryBuilder.authDescriptor
protected final AuthDescriptor
MemcachedClient.authDescriptor
protected final AuthDescriptor
TapConnectionProvider.authDescriptor
Methods in net.spy.memcached that return AuthDescriptorModifier and TypeMethodDescriptionConnectionFactory.getAuthDescriptor()
Authenticate connections using the given auth descriptor.DefaultConnectionFactory.getAuthDescriptor()
Methods in net.spy.memcached with parameters of type AuthDescriptorModifier and TypeMethodDescriptionConnectionFactoryBuilder.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 AuthDescriptorMethods in net.spy.memcached.auth that return AuthDescriptorModifier and TypeMethodDescriptionstatic AuthDescriptor
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 AuthDescriptorModifier and TypeMethodDescriptionvoid
AuthThreadMonitor.authConnection
(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node) Authenticate a new connection.Constructors in net.spy.memcached.auth with parameters of type AuthDescriptorModifierConstructorDescription