Class ListUsersStatement
java.lang.Object
org.apache.cassandra.cql3.CQLStatement.Raw
org.apache.cassandra.cql3.statements.AuthorizationStatement
org.apache.cassandra.cql3.statements.ListRolesStatement
org.apache.cassandra.cql3.statements.ListUsersStatement
- 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.CQLStatement.Raw
bindVariables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ResultMessageformatResults(List<RoleResource> sortedRoles) toString()Methods inherited from class org.apache.cassandra.cql3.statements.ListRolesStatement
authorize, execute, getAuditLogContext, validateMethods inherited from class org.apache.cassandra.cql3.statements.AuthorizationStatement
execute, executeLocally, maybeCorrectResource, 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
-
ListUsersStatement
public ListUsersStatement()
-
-
Method Details
-
formatResults
- Overrides:
formatResultsin classListRolesStatement
-
toString
- Overrides:
toStringin classListRolesStatement
-