public class CreateUser extends Operation
| Constructor and Description |
|---|
CreateUser(String username,
String passwordEncoding,
String password)
Operation that creates a user.
|
CreateUser(String username,
String passwordEncoding,
String password,
String path)
Operation that creates a user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OperationVisitor v) |
protected String |
getParametersDescription() |
String |
getPassword() |
String |
getPasswordEncoding() |
String |
getPath() |
String |
getUsername() |
cleanupQuotedString, toStringpublic CreateUser(String username, String passwordEncoding, String password)
username - the name of the user to createpasswordEncoding - optional encoding for the supplied passwordpassword - optional passwordpublic void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription in class Operationpublic String getUsername()
public String getPassword()
public String getPasswordEncoding()
public String getPath()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.