Class GrantRoleStatement
java.lang.Object
org.apache.cassandra.cql3.CQLStatement.Raw
org.apache.cassandra.cql3.statements.AuthenticationStatement
org.apache.cassandra.cql3.statements.RoleManagementStatement
org.apache.cassandra.cql3.statements.GrantRoleStatement
- All Implemented Interfaces:
CQLStatement
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.cql3.CQLStatement
CQLStatement.Raw, CQLStatement.SingleKeyspaceCqlStatement -
Field Summary
Fields inherited from class org.apache.cassandra.cql3.statements.RoleManagementStatement
grantee, roleFields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ClientState state) Provides the context needed for audit logging statements.toString()Methods inherited from class org.apache.cassandra.cql3.statements.RoleManagementStatement
authorize, validateMethods inherited from class org.apache.cassandra.cql3.statements.AuthenticationStatement
checkPermission, execute, executeLocally, obfuscatePassword, prepareMethods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariablesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cassandra.cql3.CQLStatement
getBindVariables, getFunctions, getPartitionKeyBindVariableIndexes, hasConditions
-
Constructor Details
-
GrantRoleStatement
-
-
Method Details
-
execute
public ResultMessage execute(ClientState state) throws RequestValidationException, RequestExecutionException - Specified by:
executein classAuthenticationStatement- Throws:
RequestValidationExceptionRequestExecutionException
-
toString
- Overrides:
toStringin classRoleManagementStatement
-
getAuditLogContext
Description copied from interface:CQLStatementProvides the context needed for audit logging statements.
-