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
public class ListUsersStatement extends ListRolesStatement
-
-
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 Constructor Description ListUsersStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ResultMessage
formatResults(java.util.List<RoleResource> sortedRoles)
java.lang.String
toString()
-
Methods inherited from class org.apache.cassandra.cql3.statements.ListRolesStatement
authorize, execute, getAuditLogContext, validate
-
Methods inherited from class org.apache.cassandra.cql3.statements.AuthorizationStatement
execute, executeLocally, maybeCorrectResource, 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
-
formatResults
protected ResultMessage formatResults(java.util.List<RoleResource> sortedRoles)
- Overrides:
formatResults
in classListRolesStatement
-
toString
public java.lang.String toString()
- Overrides:
toString
in classListRolesStatement
-
-