Package | Description |
---|---|
org.apache.cassandra.auth |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 set
|
java.util.Set<IRoleManager.Option> |
CassandraRoleManager.supportedOptions() |
java.util.Set<IRoleManager.Option> |
IRoleManager.supportedOptions()
Set of options supported by CREATE ROLE and ALTER ROLE queries.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleOptions.setOption(IRoleManager.Option option,
java.lang.Object value)
Set a value for a specific option.
|
Copyright © 2018 The Apache Software Foundation