public class UserEntry extends MgmtEntry
| Constructor and Description |
|---|
UserEntry(NameId ident,
boolean active,
String hashedPassword) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equals(UserEntry obj,
boolean ignoreId) |
String |
getHashedPassword() |
NameId |
getIdent() |
int |
hashCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setHashedPassword(String hashedPassword) |
void |
setIdent(NameId ident) |
String |
toString() |
public UserEntry(NameId ident, boolean active, String hashedPassword) throws CaMgmtException
CaMgmtExceptionpublic void setIdent(NameId ident)
public NameId getIdent()
public void setActive(boolean active)
public boolean isActive()
public void setHashedPassword(String hashedPassword)
public String getHashedPassword()
public boolean equals(UserEntry obj, boolean ignoreId)
Copyright © 2021. All rights reserved.