public interface CertPolicyService
| Modifier and Type | Method and Description |
|---|---|
void |
addPolicy(org.nhindirect.config.model.CertPolicy policy) |
void |
addPolicyGroup(org.nhindirect.config.model.CertPolicyGroup group) |
void |
addPolicyUseToGroup(String groupName,
org.nhindirect.config.model.CertPolicyGroupUse use) |
void |
associatePolicyGroupToDomain(String groupName,
String domainName) |
void |
deletePolicy(String policyName) |
void |
deletePolicyGroup(String groupName) |
void |
disassociatePolicyGroupFromDomain(String groupName,
String domainName) |
void |
disassociatePolicyGroupFromDomains(String groupName) |
void |
disassociatePolicyGroupsFromDomain(String domainName) |
Collection<org.nhindirect.config.model.CertPolicy> |
getPolicies() |
org.nhindirect.config.model.CertPolicy |
getPolicyByName(String policyName) |
org.nhindirect.config.model.CertPolicyGroup |
getPolicyGroup(String groupName) |
Collection<org.nhindirect.config.model.CertPolicyGroupDomainReltn> |
getPolicyGroupDomainReltns() |
Collection<org.nhindirect.config.model.CertPolicyGroup> |
getPolicyGroups() |
Collection<org.nhindirect.config.model.CertPolicyGroup> |
getPolicyGroupsByDomain(String domainName) |
void |
removePolicyUseFromGroup(String groupName,
org.nhindirect.config.model.CertPolicyGroupUse use) |
void |
updatePolicy(String policyName,
org.nhindirect.config.model.CertPolicy policyAttributes) |
void |
updatePolicyGroup(String groupName,
String newGroupName) |
Collection<org.nhindirect.config.model.CertPolicy> getPolicies() throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionorg.nhindirect.config.model.CertPolicy getPolicyByName(String policyName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addPolicy(org.nhindirect.config.model.CertPolicy policy)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deletePolicy(String policyName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updatePolicy(String policyName, org.nhindirect.config.model.CertPolicy policyAttributes) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.CertPolicyGroup> getPolicyGroups() throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionorg.nhindirect.config.model.CertPolicyGroup getPolicyGroup(String groupName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addPolicyGroup(org.nhindirect.config.model.CertPolicyGroup group)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deletePolicyGroup(String groupName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updatePolicyGroup(String groupName, String newGroupName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addPolicyUseToGroup(String groupName, org.nhindirect.config.model.CertPolicyGroupUse use) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid removePolicyUseFromGroup(String groupName, org.nhindirect.config.model.CertPolicyGroupUse use) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.CertPolicyGroupDomainReltn> getPolicyGroupDomainReltns() throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.CertPolicyGroup> getPolicyGroupsByDomain(String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid associatePolicyGroupToDomain(String groupName, String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid disassociatePolicyGroupFromDomain(String groupName, String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid disassociatePolicyGroupsFromDomain(String domainName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid disassociatePolicyGroupFromDomains(String groupName) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.