Uses of Class
org.apache.cassandra.auth.IRoleManager.Option
-
Packages that use IRoleManager.Option Package Description org.apache.cassandra.auth -
-
Uses of IRoleManager.Option in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return IRoleManager.Option Modifier and Type Method Description static IRoleManager.Option
IRoleManager.Option. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IRoleManager.Option[]
IRoleManager.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.auth that return types with arguments of type IRoleManager.Option Modifier and Type Method Description java.util.Set<IRoleManager.Option>
CassandraRoleManager. alterableOptions()
java.util.Set<IRoleManager.Option>
IRoleManager. alterableOptions()
Subset of supportedOptions that users are allowed to alter when performing ALTER ROLE [themselves].java.util.Map<IRoleManager.Option,java.lang.Object>
RoleOptions. getOptions()
Return a map of all the options which have been setjava.util.Set<IRoleManager.Option>
CassandraRoleManager. supportedOptions()
java.util.Set<IRoleManager.Option>
IRoleManager. supportedOptions()
Set of options supported by CREATE ROLE and ALTER ROLE queries.Methods in org.apache.cassandra.auth with parameters of type IRoleManager.Option Modifier and Type Method Description void
RoleOptions. setOption(IRoleManager.Option option, java.lang.Object value)
Set a value for a specific option.
-