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