| Package | Description |
|---|---|
| org.xipki.ca.server.mgmt.api | |
| org.xipki.ca.server.mgmt.api.conf |
| Modifier and Type | Method and Description |
|---|---|
Set<CaHasRequestorEntry> |
CaManager.getRequestorsForCa(String caName)
Returns the Requests supported by the CA
caName. |
| Modifier and Type | Method and Description |
|---|---|
void |
CaManager.addRequestorToCa(CaHasRequestorEntry requestor,
String caName)
Adds the requestor
requestorName to the CA caName. |
boolean |
CaHasRequestorEntry.equals(CaHasRequestorEntry obj,
boolean ignoreId) |
| Modifier and Type | Method and Description |
|---|---|
List<CaHasRequestorEntry> |
SingleCaConf.getRequestors() |
| 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.