public class UserEntry extends Object
| Constructor and Description |
|---|
UserEntry(org.xipki.ca.api.NameId ident,
boolean active,
String hashedPassword) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equals(UserEntry obj,
boolean ignoreId) |
String |
getHashedPassword() |
org.xipki.ca.api.NameId |
getIdent() |
int |
hashCode() |
boolean |
isActive() |
String |
toString() |
public UserEntry(org.xipki.ca.api.NameId ident,
boolean active,
String hashedPassword)
throws CaMgmtException
CaMgmtExceptionCopyright © 2018. All rights reserved.