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() |
Copyright © 2021. All rights reserved.