|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.statements.ParsedStatement
org.apache.cassandra.cql3.statements.AuthenticationStatement
org.apache.cassandra.cql3.statements.CreateUserStatement
public class CreateUserStatement
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cassandra.cql3.statements.ParsedStatement |
---|
ParsedStatement.Prepared |
Constructor Summary | |
---|---|
CreateUserStatement(java.lang.String username,
UserOptions opts,
boolean superuser)
|
Method Summary | |
---|---|
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement. |
ResultMessage |
execute(ClientState state)
|
void |
validate(ClientState state)
Perform additional validation required by the statment. |
Methods inherited from class org.apache.cassandra.cql3.statements.AuthenticationStatement |
---|
execute, executeInternal, getBoundsTerms, prepare |
Methods inherited from class org.apache.cassandra.cql3.statements.ParsedStatement |
---|
setBoundTerms |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateUserStatement(java.lang.String username, UserOptions opts, boolean superuser)
Method Detail |
---|
public void validate(ClientState state) throws InvalidRequestException
CQLStatement
state
- the current client state
InvalidRequestException
public void checkAccess(ClientState state) throws UnauthorizedException
CQLStatement
state
- the current client state
UnauthorizedException
public ResultMessage execute(ClientState state) throws InvalidRequestException, RequestExecutionException
execute
in class AuthenticationStatement
InvalidRequestException
RequestExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |