Uses of Class
org.apache.cassandra.auth.RoleOptions
Packages that use RoleOptions
Package
Description
-
Uses of RoleOptions in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type RoleOptionsModifier and TypeMethodDescriptionvoidCassandraRoleManager.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 RoleOptionsModifier and TypeMethodDescriptionstatic StringPasswordObfuscator.obfuscate(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 RoleOptionsModifierConstructorDescriptionAlterRoleStatement(RoleName name, RoleOptions opts) AlterRoleStatement(RoleName name, RoleOptions opts, DCPermissions dcPermissions, CIDRPermissions cidrPermissions, boolean ifExists) CreateRoleStatement(RoleName name, RoleOptions options, DCPermissions dcPermissions, CIDRPermissions cidrPermissions, boolean ifNotExists)