public class AddUserEntry extends MgmtEntry
| Constructor and Description |
|---|
AddUserEntry(NameId ident,
boolean active,
String password) |
| Modifier and Type | Method and Description |
|---|---|
NameId |
getIdent() |
String |
getPassword() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setIdent(NameId ident) |
void |
setPassword(String password) |
String |
toString() |
public AddUserEntry(NameId ident, boolean active, String password) throws CaMgmtException
CaMgmtExceptionCopyright © 2020. All rights reserved.