public class CreateUser extends Operation
Constructor and Description |
---|
CreateUser(String username,
String passwordEncoding,
String password)
Operation that creates a user.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor v) |
protected String |
getParametersDescription() |
String |
getPassword() |
String |
getPasswordEncoding() |
String |
getUsername() |
public void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription
in class Operation
public String getUsername()
public String getPassword()
public String getPasswordEncoding()
Copyright © 2017 The Apache Software Foundation. All rights reserved.