Uses of Class
org.apache.cassandra.auth.RoleOptions
-
Packages that use RoleOptions Package Description org.apache.cassandra.auth org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements -
-
Uses of RoleOptions in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type RoleOptions Modifier and Type Method Description void
CassandraRoleManager. alterRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)
void
IRoleManager. alterRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)
Called during execution of ALTER ROLE statement.void
CassandraRoleManager. createRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)
void
IRoleManager. createRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)
Called during execution of a CREATE ROLE statement. -
Uses of RoleOptions in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type RoleOptions Modifier and Type Method Description static java.lang.String
PasswordObfuscator. obfuscate(java.lang.String query, RoleOptions opts)
Obfuscates the password in a query -
Uses of RoleOptions in org.apache.cassandra.cql3.statements
Constructors in org.apache.cassandra.cql3.statements with parameters of type RoleOptions Constructor Description AlterRoleStatement(RoleName name, RoleOptions opts)
AlterRoleStatement(RoleName name, RoleOptions opts, DCPermissions dcPermissions)
CreateRoleStatement(RoleName name, RoleOptions options, DCPermissions dcPermissions, boolean ifNotExists)
-