public class DeleteUser extends Operation
| Constructor and Description |
|---|
DeleteUser(String username)
Operation that deletes a user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OperationVisitor v) |
protected String |
getParametersDescription() |
String |
getUsername() |
public DeleteUser(String username)
username - the name of the user to deletepublic void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription in class Operationpublic String getUsername()
Copyright © 2017 The Apache Software Foundation. All rights reserved.