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 voidCassandraRoleManager. alterRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)voidIRoleManager. alterRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)Called during execution of ALTER ROLE statement.voidCassandraRoleManager. createRole(AuthenticatedUser performer, RoleResource role, RoleOptions options)voidIRoleManager. 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.StringPasswordObfuscator. 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, boolean ifExists)CreateRoleStatement(RoleName name, RoleOptions options, DCPermissions dcPermissions, boolean ifNotExists)
-