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) |
String |
getUsername() |
cleanupQuotedString, toStringpublic DeleteUser(String username)
username - the name of the user to deletepublic void accept(OperationVisitor v)
public String getUsername()
Copyright © 2010 - 2020 Adobe. All Rights Reserved