public class RevokePermissionsStatement extends PermissionsManagementStatement
CQLStatement.Raw, CQLStatement.SingleKeyspaceCqlStatement
grantee, permissions, resource
bindVariables
Constructor and Description |
---|
RevokePermissionsStatement(java.util.Set<Permission> permissions,
IResource resource,
RoleName grantee) |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
execute(ClientState state) |
AuditLogContext |
getAuditLogContext()
Provides the context needed for audit logging statements.
|
java.lang.String |
toString() |
authorize, validate
execute, executeLocally, maybeCorrectResource, prepare
setBindVariables
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBindVariables, getFunctions, getPartitionKeyBindVariableIndexes, hasConditions
public RevokePermissionsStatement(java.util.Set<Permission> permissions, IResource resource, RoleName grantee)
public ResultMessage execute(ClientState state) throws RequestValidationException, RequestExecutionException
execute
in class AuthorizationStatement
RequestValidationException
RequestExecutionException
public java.lang.String toString()
toString
in class PermissionsManagementStatement
public AuditLogContext getAuditLogContext()
CQLStatement
Copyright © 2009- The Apache Software Foundation