Uses of Class
net.rubyeye.xmemcached.auth.AuthInfo
Packages that use AuthInfo
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
Memcached 1.4.3 or later version has supported SASL authentication,these classes are used for that
-
Uses of AuthInfo in net.rubyeye.xmemcached
Fields in net.rubyeye.xmemcached with type parameters of type AuthInfoModifier and TypeFieldDescriptionprivate Map
<InetSocketAddress, AuthInfo> XMemcachedClient.authInfoMap
protected Map
<InetSocketAddress, AuthInfo> XMemcachedClientBuilder.authInfoMap
XMemcachedClient.authInfoStringMap
Methods in net.rubyeye.xmemcached that return types with arguments of type AuthInfoModifier and TypeMethodDescriptionMemcachedClient.getAuthInfoMap()
return current all auth infoMemcachedClientBuilder.getAuthInfoMap()
return current all auth infoXMemcachedClient.getAuthInfoMap()
XMemcachedClientBuilder.getAuthInfoMap()
MemcachedClient.getAuthInfoStringMap()
Retruns the AuthInfo for all server strings (hostname:port)XMemcachedClient.getAuthInfoStringMap()
Methods in net.rubyeye.xmemcached with parameters of type AuthInfoModifier and TypeMethodDescriptionvoid
MemcachedClientBuilder.addAuthInfo
(InetSocketAddress address, AuthInfo authInfo) Add auth info for memcached servervoid
XMemcachedClientBuilder.addAuthInfo
(InetSocketAddress address, AuthInfo authInfo) Method parameters in net.rubyeye.xmemcached with type arguments of type AuthInfoModifier and TypeMethodDescriptionvoid
MemcachedClient.setAuthInfoMap
(Map<InetSocketAddress, AuthInfo> map) Configure auth infovoid
MemcachedClientBuilder.setAuthInfoMap
(Map<InetSocketAddress, AuthInfo> map) Configure auth infovoid
XMemcachedClient.setAuthInfoMap
(Map<InetSocketAddress, AuthInfo> map) void
XMemcachedClientBuilder.setAuthInfoMap
(Map<InetSocketAddress, AuthInfo> authInfoMap) -
Uses of AuthInfo in net.rubyeye.xmemcached.auth
Fields in net.rubyeye.xmemcached.auth declared as AuthInfoMethods in net.rubyeye.xmemcached.auth that return AuthInfoModifier and TypeMethodDescriptionstatic AuthInfo
Get a typical auth descriptor for CRAM-MD5 auth with the given username and password.static AuthInfo
Get a typical auth descriptor for PLAIN auth with the given username and password.static AuthInfo
Get a typical auth descriptor for CRAM-MD5 or PLAIN auth with the given username and password.Constructors in net.rubyeye.xmemcached.auth with parameters of type AuthInfoModifierConstructorDescriptionAuthTask
(AuthInfo authInfo, CommandFactory commandFactory, MemcachedTCPSession memcachedTCPSession)