Uses of Enum Class
org.apache.cassandra.auth.IRoleManager.Option
Packages that use IRoleManager.Option
-
Uses of IRoleManager.Option in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return IRoleManager.OptionModifier and TypeMethodDescriptionstatic IRoleManager.OptionReturns the enum constant of this class with the specified name.static IRoleManager.Option[]IRoleManager.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.auth that return types with arguments of type IRoleManager.OptionModifier and TypeMethodDescriptionCassandraRoleManager.alterableOptions()IRoleManager.alterableOptions()Subset of supportedOptions that users are allowed to alter when performing ALTER ROLE [themselves].RoleOptions.getOptions()Return a map of all the options which have been setCassandraRoleManager.supportedOptions()IRoleManager.supportedOptions()Set of options supported by CREATE ROLE and ALTER ROLE queries.Methods in org.apache.cassandra.auth with parameters of type IRoleManager.OptionModifier and TypeMethodDescriptionvoidRoleOptions.setOption(IRoleManager.Option option, Object value) Set a value for a specific option.