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 AuthDescriptorConnectionFactoryBuilder.authDescriptorprotected final AuthDescriptorMemcachedClient.authDescriptorprotected final AuthDescriptorTapConnectionProvider.authDescriptorMethods 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
Methods in net.spy.memcached.auth that return AuthDescriptorModifier and TypeMethodDescriptionstatic AuthDescriptorGet 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 TypeMethodDescriptionvoidAuthThreadMonitor.authConnection(MemcachedConnection conn, OperationFactory opFact, AuthDescriptor authDescriptor, MemcachedNode node) Authenticate a new connection.Constructors in net.spy.memcached.auth with parameters of type AuthDescriptorModifierConstructorDescription -
Uses of AuthDescriptor in net.spy.memcached.spring
Methods in net.spy.memcached.spring with parameters of type AuthDescriptorModifier and TypeMethodDescriptionvoidMemcachedClientFactoryBean.setAuthDescriptor(AuthDescriptor to)