| Package | Description |
|---|---|
| org.xipki.ca.server.mgmt.api | |
| org.xipki.ca.server.mgmt.api.conf |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CaHasUserEntry> |
CaManager.getCaHasUsersForUser(String user)
Returns map between CA name an CaHasUserEntry for given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaManager.addUserToCa(CaHasUserEntry user,
String caName)
Adds the user
userName from the CA caName. |
boolean |
CaHasUserEntry.equals(CaHasUserEntry obj,
boolean ignoreId) |
| Modifier and Type | Method and Description |
|---|---|
List<CaHasUserEntry> |
SingleCaConf.getUsers() |
| Constructor and Description |
|---|
SingleCaConf(String name,
GenSelfIssued genSelfIssued,
CaEntry caEntry,
List<String> aliases,
List<String> profileNames,
List<CaHasRequestorEntry> requestors,
List<CaHasUserEntry> users,
List<String> publisherNames) |
Copyright © 2018. All rights reserved.