MgmtEntry.AddUser, MgmtEntry.Ca, MgmtEntry.CaHasRequestor, MgmtEntry.CaHasUser, MgmtEntry.Certprofile, MgmtEntry.ChangeCa, MgmtEntry.ChangeUser, MgmtEntry.Publisher, MgmtEntry.Requestor, MgmtEntry.Signer, MgmtEntry.User| Constructor and Description |
|---|
User(NameId ident,
boolean active,
String hashedPassword) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(MgmtEntry.User obj,
boolean ignoreId) |
boolean |
equals(Object obj) |
String |
getHashedPassword() |
NameId |
getIdent() |
int |
hashCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setHashedPassword(String hashedPassword) |
void |
setIdent(NameId ident) |
String |
toString() |
public User(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(MgmtEntry.User obj, boolean ignoreId)
Copyright © 2019. All rights reserved.