Search in sources :

Example 11 with ConfigurationServiceProxy

use of org.nhind.config.ConfigurationServiceProxy in project nhin-d by DirectProject.

the class ClientProxyDNSTest method setupClass.

@BeforeClass
public static void setupClass() throws Exception {
    ConfigServiceRunner.startConfigService();
    proxy = new ConfigurationServiceProxy(ConfigServiceRunner.getConfigServiceURL());
}
Also used : ConfigurationServiceProxy(org.nhind.config.ConfigurationServiceProxy) BeforeClass(org.junit.BeforeClass)

Aggregations

ConfigurationServiceProxy (org.nhind.config.ConfigurationServiceProxy)11 File (java.io.File)3 BeforeClass (org.junit.BeforeClass)3 ByteArrayInputStream (java.io.ByteArrayInputStream)2 IOException (java.io.IOException)2 InputStream (java.io.InputStream)2 HashSet (java.util.HashSet)2 Attribute (javax.naming.directory.Attribute)2 Attributes (javax.naming.directory.Attributes)2 BasicAttribute (javax.naming.directory.BasicAttribute)2 BasicAttributes (javax.naming.directory.BasicAttributes)2 MutablePartitionConfiguration (org.apache.directory.server.core.configuration.MutablePartitionConfiguration)2 AbstractBootstrapSchema (org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapSchema)2 Anchor (org.nhind.config.Anchor)2 Certificate (org.nhind.config.Certificate)2 Domain (org.nhind.config.Domain)2 PrivkeySchema (org.nhindirect.ldap.PrivkeySchema)2 Lookup (org.nhindirect.stagent.cert.impl.util.Lookup)2 Name (org.xbill.DNS.Name)2 SRVRecord (org.xbill.DNS.SRVRecord)2