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