Skip navigation links
A B C D E G I L M O P R S T U V 

A

AbstractRecordPrinter<T> - Class in org.nhindirect.config.manager.printers
 
AbstractRecordPrinter(int, Collection<AbstractRecordPrinter.ReportColumn>) - Constructor for class org.nhindirect.config.manager.printers.AbstractRecordPrinter
 
addANAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an A records to the configuration service.
addCNAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds a CNAME records to the configuration service.
addDomain(String[]) - Method in class org.nhindirect.config.manager.DomainCommands
 
addGroupToDomain(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
addIPKIXCert(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
addMX(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an MX records to the configuration service.
addNS(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an NS records to the configuration service.
addPolicyGroup(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
addPolicyToGroup(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
AddressCommands - Class in org.nhindirect.config.manager
 
AddressCommands(AddressService) - Constructor for class org.nhindirect.config.manager.AddressCommands
 
AddressPrinter - Class in org.nhindirect.config.manager.printers
 
AddressPrinter() - Constructor for class org.nhindirect.config.manager.printers.AddressPrinter
 
addressService(AddressClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 
addSetting(String[]) - Method in class org.nhindirect.config.manager.SettingsCommands
 
addSOA(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an SOA records to the configuration service.
addSRV(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an SRV record to the configuration service.
addTrustBundle(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
addTrustBundleToDomain(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
addTXT(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds a TXT records to the configuration service.
AnchorCommands - Class in org.nhindirect.config.manager
 
AnchorCommands(AnchorService, DomainService) - Constructor for class org.nhindirect.config.manager.AnchorCommands
 
AnchorRecordPrinter - Class in org.nhindirect.config.manager.printers
 
AnchorRecordPrinter() - Constructor for class org.nhindirect.config.manager.printers.AnchorRecordPrinter
 
anchorService(AnchorClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 

B

BundleAnchorRecordPrinter - Class in org.nhindirect.config.manager.printers
 
BundleAnchorRecordPrinter() - Constructor for class org.nhindirect.config.manager.printers.BundleAnchorRecordPrinter
 

C

CertCommands - Class in org.nhindirect.config.manager
 
CertCommands(CertificateService) - Constructor for class org.nhindirect.config.manager.CertCommands
 
certificateService(CertificateClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 
certPolicyService(CertificatePolicyClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 
CertRecordPrinter - Class in org.nhindirect.config.manager.printers
 
CertRecordPrinter() - Constructor for class org.nhindirect.config.manager.printers.CertRecordPrinter
 
ConfigManager - Class in org.nhindirect.config.manager
 
ConfigManager() - Constructor for class org.nhindirect.config.manager.ConfigManager
Constructor with the location of the configuration service.
ConfigMgrAuthType - Enum in org.nhindirect.config.manager
 
ConfigServiceClientConfig - Class in org.nhindirect.config.manager
 
ConfigServiceClientConfig() - Constructor for class org.nhindirect.config.manager.ConfigServiceClientConfig
 

D

DefaultDNSRecordPrinter - Class in org.nhindirect.config.manager.printers
Utility class for formatting and outputting the content of DNS records.
DefaultDNSRecordPrinter() - Constructor for class org.nhindirect.config.manager.printers.DefaultDNSRecordPrinter
Default constructor.
deleteDomain(String[]) - Method in class org.nhindirect.config.manager.DomainCommands
 
deletePolicy(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
deletePolicyFromGroup(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
deletePolicyGroup(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
deletePolicyGroupFromDomain(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
deleteSetting(String[]) - Method in class org.nhindirect.config.manager.SettingsCommands
 
deleteTrustBundleFromDomain(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
deleteUnmagedCert(String[]) - Method in class org.nhindirect.config.manager.AnchorCommands
 
DNSRecordCommands - Class in org.nhindirect.config.manager
Command definition and logic for managing DNS records.
DNSRecordCommands(DNSService) - Constructor for class org.nhindirect.config.manager.DNSRecordCommands
Constructor that takes a reference to the configuration service proxy.
DNSRecordParser - Class in org.nhindirect.config.manager
Parses an array of strings into DNS records.
DNSRecordParser() - Constructor for class org.nhindirect.config.manager.DNSRecordParser
Default empty constructor
DNSRecordPrinter - Interface in org.nhindirect.config.manager.printers
Interface for printing DNS records to an output Stream.
dnsService(DNSClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 
DomainCommands - Class in org.nhindirect.config.manager
 
DomainPrinter - Class in org.nhindirect.config.manager.printers
 
DomainPrinter() - Constructor for class org.nhindirect.config.manager.printers.DomainPrinter
 
domainService(DomainClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 

E

ensureANAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an A records to the configuration service only if the record does not exist.
ensureCNAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds a CNAME records to the configuration service only if the record does not exist.
ensureMX(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an MX records to the configuration service only if the record does not exist.
ensureNS(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an NS records to the configuration service only if the record does not exist.
ensureSOA(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an SOA records to the configuration service only if the record does not exist.
ensureSRV(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds an SRV record to the configuration service only if the record does not exist.
ensureTXT(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Adds a TXT records to the configuration service only if the record does not exist.
exportAnchor(String[]) - Method in class org.nhindirect.config.manager.AnchorCommands
 
exportCertByAddress(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 

G

getAll(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Retrieves and prints all records in the configuration store.
getDomain(String[]) - Method in class org.nhindirect.config.manager.DomainCommands
 
getSoaContacts(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
 

I

importAddress(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Imports an A record from a file.
importAnchor(String[]) - Method in class org.nhindirect.config.manager.AnchorCommands
 
importPolicy(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
importPrivateCert(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
importPrivateCertWithWrappedKey(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
importPublicCert(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 

L

listAddresesByDomain(String[]) - Method in class org.nhindirect.config.manager.AddressCommands
 
listAncors(String[]) - Method in class org.nhindirect.config.manager.AnchorCommands
 
listBundleAnchors(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
listBundles(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
listCerts(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
listCerts(String[]) - Method in class org.nhindirect.config.manager.SettingsCommands
 
listCertsByAddress(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
listDomainBundles(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
listDomainPolicyGroups(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
listDomains(String[]) - Method in class org.nhindirect.config.manager.DomainCommands
 
listGroupPolicies(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
listPolicies(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 
listPolicyGroups(String[]) - Method in class org.nhindirect.config.manager.PolicyCommands
 

M

main(String[]) - Static method in class org.nhindirect.config.manager.ConfigManager
Application entry point.
match(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Looks up all records for a given domain and any sub domains.
matchAName(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Looks up A records for a given host name.
matchMX(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Looks up MX records for a given domain.
matchSOA(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Looks up SOA records for a given domain.
mXImport(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Imports an MX record from a file.

O

org.nhindirect.config.manager - package org.nhindirect.config.manager
 
org.nhindirect.config.manager.printers - package org.nhindirect.config.manager.printers
 

P

PARSE_ANAME_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
PARSE_CNAME_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
PARSE_MX_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
PARSE_NS_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
PARSE_SOA_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
PARSE_SRV_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
PARSE_TXT_USAGE - Static variable in class org.nhindirect.config.manager.DNSRecordParser
 
parseANAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts A record configuration information to an ARecord
parseCNAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts CNAME record configuration information to an ARecord
parseMX(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts MX record configuration information to an MXRecord
parseNS(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts NS record configuration information to an NSRecord
parseSOA(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts SAO record configuration information to an SOARecord
parseSRV(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts SRV record configuration information to an SRVRecord
parseTXT(String[]) - Method in class org.nhindirect.config.manager.DNSRecordParser
Converts TXT record configuration information to an TXTRecord
PerformanceCommands - Class in org.nhindirect.config.manager
 
PerformanceCommands(AnchorService, DomainService, CertificateService, CertPolicyService, SettingService, DNSService, AddressService, TrustBundleService) - Constructor for class org.nhindirect.config.manager.PerformanceCommands
 
PolicyCommands - Class in org.nhindirect.config.manager
 
PolicyCommands(CertPolicyService, DomainService) - Constructor for class org.nhindirect.config.manager.PolicyCommands
 
PolicyGroupPrinter - Class in org.nhindirect.config.manager.printers
 
PolicyGroupPrinter() - Constructor for class org.nhindirect.config.manager.printers.PolicyGroupPrinter
 
PolicyPrinter - Class in org.nhindirect.config.manager.printers
 
PolicyPrinter() - Constructor for class org.nhindirect.config.manager.printers.PolicyPrinter
 
PolicyUsagePrinter - Class in org.nhindirect.config.manager.printers
 
PolicyUsagePrinter() - Constructor for class org.nhindirect.config.manager.printers.PolicyUsagePrinter
 
print(Collection<DNSRecord>) - Method in class org.nhindirect.config.manager.printers.DefaultDNSRecordPrinter
Prints the contents of a collection of DNS records.
print(DNSRecord) - Method in class org.nhindirect.config.manager.printers.DefaultDNSRecordPrinter
Prints the contents of a single DNS records.
print(Collection<DNSRecord>) - Method in interface org.nhindirect.config.manager.printers.DNSRecordPrinter
Prints the contents of a collection of DNS records.
print(DNSRecord) - Method in interface org.nhindirect.config.manager.printers.DNSRecordPrinter
Prints the contents of a single DNS records.
printRecord(T) - Method in class org.nhindirect.config.manager.printers.AbstractRecordPrinter
 
printRecord(T) - Method in interface org.nhindirect.config.manager.printers.RecordPrinter
 
printRecords(Collection<T>) - Method in class org.nhindirect.config.manager.printers.AbstractRecordPrinter
 
printRecords(Collection<T>) - Method in interface org.nhindirect.config.manager.printers.RecordPrinter
 

R

RecordPrinter<T> - Interface in org.nhindirect.config.manager.printers
 
refreshTrustBundle(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
removeANAME(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Removes an A record from the configuration service by record id.
removeCert(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
removeCertByTP(String[]) - Method in class org.nhindirect.config.manager.CertCommands
 
removeMX(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Removes an MX record from the configuration service by record id.
removeSOA(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Removes an SOA record from the configuration service by record id.
removeTrustBundle(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 
run(String...) - Method in class org.nhindirect.config.manager.ConfigManager
 
runApp(String[]) - Method in class org.nhindirect.config.manager.ConfigManager
Either executes commands from the command line or runs the manager interactively.

S

setConfigurationProxy(DNSService) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Sets the printer that will be used to print record query responses.
setExitOnEndCommands(boolean) - Static method in class org.nhindirect.config.manager.ConfigManager
Determines if the application should exit when command processing is complete.
setRecordPrinter(RecordPrinter<Certificate>) - Method in class org.nhindirect.config.manager.CertCommands
 
setRecordPrinter(DNSRecordPrinter) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Sets the printer that will be used to print record query responses.
SettingRecordPrinter - Class in org.nhindirect.config.manager.printers
 
SettingRecordPrinter() - Constructor for class org.nhindirect.config.manager.printers.SettingRecordPrinter
 
SettingsCommands - Class in org.nhindirect.config.manager
 
SettingsCommands(SettingService) - Constructor for class org.nhindirect.config.manager.SettingsCommands
 
settingService(SettingClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 
sOAImport(String[]) - Method in class org.nhindirect.config.manager.DNSRecordCommands
Imports an SOA record from a file.
stressTest(String[]) - Method in class org.nhindirect.config.manager.PerformanceCommands
 

T

TrustBundleCommands - Class in org.nhindirect.config.manager
 
TrustBundleCommands(TrustBundleService, DomainService) - Constructor for class org.nhindirect.config.manager.TrustBundleCommands
 
TrustBundleRecordPrinter - Class in org.nhindirect.config.manager.printers
 
TrustBundleRecordPrinter() - Constructor for class org.nhindirect.config.manager.printers.TrustBundleRecordPrinter
 
trustBundleService(TrustBundleClient) - Method in class org.nhindirect.config.manager.ConfigServiceClientConfig
 

U

updateBundleURL(String[]) - Method in class org.nhindirect.config.manager.TrustBundleCommands
 

V

valueOf(String) - Static method in enum org.nhindirect.config.manager.ConfigMgrAuthType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nhindirect.config.manager.ConfigMgrAuthType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I L M O P R S T U V 
Skip navigation links

Copyright © 2021. All rights reserved.