| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
MgmtEntry.Publisher |
CaConf.getPublisher(String name) |
MgmtEntry.Publisher |
CaManager.getPublisher(String publisherName)
Returns the publisher.
|
MgmtEntry.Publisher |
MgmtRequest.AddPublisher.getPublisherEntry() |
MgmtEntry.Publisher |
MgmtResponse.GetPublisher.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<MgmtEntry.Publisher> |
CaManager.getPublishersForCa(String caName)
Returns publishers for the CA
caName. |
List<MgmtEntry.Publisher> |
MgmtResponse.GetPublischersForCa.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaConf.addPublisher(MgmtEntry.Publisher publisher) |
void |
CaManager.addPublisher(MgmtEntry.Publisher entry)
Adds a publisher.
|
boolean |
MgmtEntry.Publisher.equals(MgmtEntry.Publisher obj,
boolean ignoreId) |
void |
MgmtRequest.AddPublisher.setPublisherEntry(MgmtEntry.Publisher publisherEntry) |
void |
MgmtResponse.GetPublisher.setResult(MgmtEntry.Publisher result) |
| Modifier and Type | Method and Description |
|---|---|
void |
MgmtResponse.GetPublischersForCa.setResult(List<MgmtEntry.Publisher> result) |
| Constructor and Description |
|---|
GetPublisher(MgmtEntry.Publisher result) |
| Constructor and Description |
|---|
GetPublischersForCa(List<MgmtEntry.Publisher> result) |
Copyright © 2020. All rights reserved.