Class RevokeRoleStatement
- 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.RevokeRoleStatement
-
- All Implemented Interfaces:
CQLStatement
public class RevokeRoleStatement extends RoleManagementStatement
-
-
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, role
-
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables
-
-
Constructor Summary
Constructors Constructor Description RevokeRoleStatement(RoleName name, RoleName grantee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultMessage
execute(ClientState state)
AuditLogContext
getAuditLogContext()
Provides the context needed for audit logging statements.java.lang.String
toString()
-
Methods inherited from class org.apache.cassandra.cql3.statements.RoleManagementStatement
authorize, validate
-
Methods inherited from class org.apache.cassandra.cql3.statements.AuthenticationStatement
checkPermission, execute, executeLocally, obfuscatePassword, prepare
-
Methods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.cql3.CQLStatement
getBindVariables, getFunctions, getPartitionKeyBindVariableIndexes, hasConditions
-
-
-
-
Method Detail
-
execute
public ResultMessage execute(ClientState state) throws RequestValidationException, RequestExecutionException
- Specified by:
execute
in classAuthenticationStatement
- Throws:
RequestValidationException
RequestExecutionException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classRoleManagementStatement
-
getAuditLogContext
public AuditLogContext getAuditLogContext()
Description copied from interface:CQLStatement
Provides the context needed for audit logging statements.
-
-