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.authInfoMapprotected Map<InetSocketAddress, AuthInfo> XMemcachedClientBuilder.authInfoMapXMemcachedClient.authInfoStringMapMethods 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 TypeMethodDescriptionvoidMemcachedClientBuilder.addAuthInfo(InetSocketAddress address, AuthInfo authInfo) Add auth info for memcached servervoidXMemcachedClientBuilder.addAuthInfo(InetSocketAddress address, AuthInfo authInfo) Method parameters in net.rubyeye.xmemcached with type arguments of type AuthInfoModifier and TypeMethodDescriptionvoidMemcachedClient.setAuthInfoMap(Map<InetSocketAddress, AuthInfo> map) Configure auth infovoidMemcachedClientBuilder.setAuthInfoMap(Map<InetSocketAddress, AuthInfo> map) Configure auth infovoidXMemcachedClient.setAuthInfoMap(Map<InetSocketAddress, AuthInfo> map) voidXMemcachedClientBuilder.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 AuthInfoGet a typical auth descriptor for CRAM-MD5 auth with the given username and password.static AuthInfoGet a typical auth descriptor for PLAIN auth with the given username and password.static AuthInfoGet 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)