Uses of Class
org.xipki.ca.api.mgmt.entry.PublisherEntry
-
Packages that use PublisherEntry Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of PublisherEntry in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return PublisherEntry Modifier and Type Method Description PublisherEntryCaConf. getPublisher(String name)PublisherEntryCaManager. getPublisher(String publisherName)Returns the publisher.PublisherEntryMgmtRequest.AddPublisher. getPublisherEntry()PublisherEntryMgmtResponse.GetPublisher. getResult()Methods in org.xipki.ca.api.mgmt that return types with arguments of type PublisherEntry Modifier and Type Method Description List<PublisherEntry>CaManager. getPublishersForCa(String caName)Returns publishers for the CAcaName.List<PublisherEntry>MgmtResponse.GetPublischersForCa. getResult()Methods in org.xipki.ca.api.mgmt with parameters of type PublisherEntry Modifier and Type Method Description voidCaConf. addPublisher(PublisherEntry publisher)voidCaManager. addPublisher(PublisherEntry entry)Adds a publisher.voidMgmtRequest.AddPublisher. setPublisherEntry(PublisherEntry publisherEntry)voidMgmtResponse.GetPublisher. setResult(PublisherEntry result)Method parameters in org.xipki.ca.api.mgmt with type arguments of type PublisherEntry Modifier and Type Method Description voidMgmtResponse.GetPublischersForCa. setResult(List<PublisherEntry> result)Constructors in org.xipki.ca.api.mgmt with parameters of type PublisherEntry Constructor Description GetPublisher(PublisherEntry result)Constructor parameters in org.xipki.ca.api.mgmt with type arguments of type PublisherEntry Constructor Description GetPublischersForCa(List<PublisherEntry> result) -
Uses of PublisherEntry in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry with parameters of type PublisherEntry Modifier and Type Method Description booleanPublisherEntry. equals(PublisherEntry obj, boolean ignoreId)
-