public interface TrustBundleService
| Modifier and Type | Method and Description |
|---|---|
void |
addTrustBundle(org.nhindirect.config.model.TrustBundle bundle) |
void |
associateTrustBundleToDomain(String bundleName,
String domainName,
boolean incoming,
boolean outgoing) |
void |
deleteTrustBundle(String bundleName) |
void |
disassociateTrustBundleFromDomain(String bundleName,
String domainName) |
void |
disassociateTrustBundleFromDomains(String bundleName) |
void |
disassociateTrustBundlesFromDomain(String domainName) |
Collection<org.nhindirect.config.model.TrustBundleDomainReltn> |
getAllTrustBundleDomainReltns(boolean fetchAnchors) |
org.nhindirect.config.model.TrustBundle |
getTrustBundle(String bundleName) |
Collection<org.nhindirect.config.model.TrustBundle> |
getTrustBundles(boolean fetchAnchors) |
Collection<org.nhindirect.config.model.TrustBundleDomainReltn> |
getTrustBundlesByDomain(String domainName,
boolean fetchAnchors) |
void |
refreshTrustBundle(String bundleName) |
void |
updateSigningCert(String bundleName,
X509Certificate cert) |
void |
updateTrustBundleAttributes(String bundleName,
org.nhindirect.config.model.TrustBundle bundleData) |
Collection<org.nhindirect.config.model.TrustBundle> getTrustBundles(boolean fetchAnchors) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.TrustBundleDomainReltn> getTrustBundlesByDomain(String domainName, boolean fetchAnchors) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.TrustBundleDomainReltn> getAllTrustBundleDomainReltns(boolean fetchAnchors) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionorg.nhindirect.config.model.TrustBundle getTrustBundle(String bundleName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addTrustBundle(org.nhindirect.config.model.TrustBundle bundle)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid refreshTrustBundle(String bundleName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteTrustBundle(String bundleName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updateSigningCert(String bundleName, X509Certificate cert) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updateTrustBundleAttributes(String bundleName, org.nhindirect.config.model.TrustBundle bundleData) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid associateTrustBundleToDomain(String bundleName, String domainName, boolean incoming, boolean outgoing) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid disassociateTrustBundleFromDomain(String bundleName, String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid disassociateTrustBundlesFromDomain(String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid disassociateTrustBundleFromDomains(String bundleName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.