Uses of Class
io.lettuce.core.AclSetuserArgs
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
-
Uses of AclSetuserArgs in io.lettuce.core
Methods in io.lettuce.core that return AclSetuserArgs Modifier and Type Method Description AclSetuserArgsAclSetuserArgs. addCategory(AclCategory category)Adds all the commands in the specified category to the list of commands the user is able to execute.static AclSetuserArgsAclSetuserArgs.Builder. addCategory(AclCategory category)Creates newAclSetuserArgsand adds all the commands in the specified category to the list of commands the user is able to execute.AclSetuserArgsAclSetuserArgs. addCommand(CommandType command)Adds this command to the list of the commands the user can call.AclSetuserArgsAclSetuserArgs. addCommand(CommandType command, ProtocolKeyword subCommand)Adds all the commands there are in the server.static AclSetuserArgsAclSetuserArgs.Builder. addCommand(CommandType command)Creates newAclSetuserArgsand adds this command to the list of the commands the user can call.static AclSetuserArgsAclSetuserArgs.Builder. addCommand(CommandType command, ProtocolKeyword subCommand)Creates newAclSetuserArgsand adds the specified command to the list of the commands the user can execute.AclSetuserArgsAclSetuserArgs. addHashedPassword(String hashedPassword)Adds the specified hashed password to the list of user passwords.static AclSetuserArgsAclSetuserArgs.Builder. addHashedPassword(String hashedPassword)Creates newAclSetuserArgsand adds the specified hashed password to the list of user passwords.AclSetuserArgsAclSetuserArgs. addPassword(String password)Adds the specified clear text password as an hashed password in the list of the users passwords.static AclSetuserArgsAclSetuserArgs.Builder. addPassword(String password)Creates newAclSetuserArgsand adds the specified clear text password as an hashed password in the list of the users passwords.AclSetuserArgsAclSetuserArgs. allChannels()Allows the user to access all the Pub/Sub channels.static AclSetuserArgsAclSetuserArgs.Builder. allChannels()Creates newAclSetuserArgsand allows the user to access all the Pub/Sub channels.AclSetuserArgsAclSetuserArgs. allCommands()Adds all the commands there are in the server.static AclSetuserArgsAclSetuserArgs.Builder. allCommands()Creates newAclSetuserArgsand adds all the commands there are in the server.AclSetuserArgsAclSetuserArgs. allKeys()Allows the user to access all the keys.static AclSetuserArgsAclSetuserArgs.Builder. allKeys()Creates newAclSetuserArgsand allows the user to access all the keys.static AclSetuserArgsAclSetuserArgs.Builder. channelPattern(String channelPattern)Creates newAclSetuserArgsand adds accessible channel pattern.AclSetuserArgsAclSetuserArgs. channelPattern(String channelPattern)Adds accessible channel pattern.static AclSetuserArgsAclSetuserArgs.Builder. keyPattern(String keyPattern)Creates newAclSetuserArgsand adds accessible key pattern.AclSetuserArgsAclSetuserArgs. keyPattern(String keyPattern)Adds accessible key pattern.static AclSetuserArgsAclSetuserArgs.Builder. noCommands()Creates newAclSetuserArgsand removes all the commands the user can execute.AclSetuserArgsAclSetuserArgs. noCommands()Removes all the commands the user can execute.static AclSetuserArgsAclSetuserArgs.Builder. nopass()Creates newAclSetuserArgsand sets the user as a "no password".AclSetuserArgsAclSetuserArgs. nopass()Sets the user as a "no password".static AclSetuserArgsAclSetuserArgs.Builder. off()Creates newAclSetuserArgsand set user inactive.AclSetuserArgsAclSetuserArgs. off()Set user inactive.static AclSetuserArgsAclSetuserArgs.Builder. on()Creates newAclSetuserArgsand set user active.AclSetuserArgsAclSetuserArgs. on()Set user active.static AclSetuserArgsAclSetuserArgs.Builder. removeCategory(AclCategory category)Creates newAclSetuserArgsand removes all the commands in the specified category to the list of commands the user is able to execute.AclSetuserArgsAclSetuserArgs. removeCategory(AclCategory category)Removes all the commands in the specified category to the list of commands the user is able to execute.static AclSetuserArgsAclSetuserArgs.Builder. removeCommand(CommandType command)Creates newAclSetuserArgsand removes this command to the list of the commands the user can call.static AclSetuserArgsAclSetuserArgs.Builder. removeCommand(CommandType command, ProtocolKeyword subCommand)Creates newAclSetuserArgsand removes the specified command to the list of the commands the user can execute.AclSetuserArgsAclSetuserArgs. removeCommand(CommandType command)Removes this command to the list of the commands the user can call.AclSetuserArgsAclSetuserArgs. removeCommand(CommandType command, ProtocolKeyword subCommand)Removes the specified command to the list of the commands the user can execute.static AclSetuserArgsAclSetuserArgs.Builder. removeHashedPassword(String hashedPassword)Creates newAclSetuserArgsand removes the specified hashed password to the list of user passwords.AclSetuserArgsAclSetuserArgs. removeHashedPassword(String hashedPassword)Removes the specified hashed password to the list of user passwords.static AclSetuserArgsAclSetuserArgs.Builder. removePassword(String password)Creates newAclSetuserArgsand removes the specified clear text password as an hashed password in the list of the users passwords.AclSetuserArgsAclSetuserArgs. removePassword(String password)Removes the specified clear text password as an hashed password in the list of the users passwords.static AclSetuserArgsAclSetuserArgs.Builder. reset()Creates newAclSetuserArgsand removes any capability from the user.AclSetuserArgsAclSetuserArgs. reset()Removes any capability from the user.static AclSetuserArgsAclSetuserArgs.Builder. resetChannels()Creates newAclSetuserArgsand removes all channel patterns from the list of Pub/Sub channel patterns the user can access.AclSetuserArgsAclSetuserArgs. resetChannels()Removes all channel patterns from the list of Pub/Sub channel patterns the user can access.static AclSetuserArgsAclSetuserArgs.Builder. resetKeys()Creates newAclSetuserArgsand removes all the key patterns from the list of key patterns the user can access.AclSetuserArgsAclSetuserArgs. resetKeys()Removes all the key patterns from the list of key patterns the user can access.Methods in io.lettuce.core with parameters of type AclSetuserArgs Modifier and Type Method Description RedisFuture<String>AbstractRedisAsyncCommands. aclSetuser(String username, AclSetuserArgs args)Mono<String>AbstractRedisReactiveCommands. aclSetuser(String username, AclSetuserArgs args) -
Uses of AclSetuserArgs in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async with parameters of type AclSetuserArgs Modifier and Type Method Description RedisFuture<String>RedisAclAsyncCommands. aclSetuser(String username, AclSetuserArgs setuserArgs)Create an ACL user with the specified rules or modify the rules of an existing user. -
Uses of AclSetuserArgs in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive with parameters of type AclSetuserArgs Modifier and Type Method Description Mono<String>RedisAclReactiveCommands. aclSetuser(String username, AclSetuserArgs setuserArgs)Create an ACL user with the specified rules or modify the rules of an existing user. -
Uses of AclSetuserArgs in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync with parameters of type AclSetuserArgs Modifier and Type Method Description StringRedisAclCommands. aclSetuser(String username, AclSetuserArgs setuserArgs)Create an ACL user with the specified rules or modify the rules of an existing user. -
Uses of AclSetuserArgs in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async with parameters of type AclSetuserArgs Modifier and Type Method Description AsyncExecutions<String>NodeSelectionAclAsyncCommands. aclSetuser(String username, AclSetuserArgs setuserArgs)Create an ACL user with the specified rules or modify the rules of an existing user. -
Uses of AclSetuserArgs in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync with parameters of type AclSetuserArgs Modifier and Type Method Description Executions<String>NodeSelectionAclCommands. aclSetuser(String username, AclSetuserArgs setuserArgs)Create an ACL user with the specified rules or modify the rules of an existing user.