@ProviderType 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) |
@NotNull String |
asRepoInitString()
Converts this operation instance to a RepoInit string representation
including the current operation parameters.
|
protected String |
getParametersDescription() |
String |
getUsername() |
cleanupQuotedString, toString
public DeleteUser(String username)
username
- the name of the user to deletepublic void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription
in class Operation
@NotNull public @NotNull String asRepoInitString()
Operation
asRepoInitString
in class Operation
public String getUsername()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.