All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.juddi.v3.tck.Property Maven / Gradle / Ivy

There is a newer version: 3.3.10
Show newest version
/*
 * Copyright 2001-2008 The Apache Software Foundation.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
package org.apache.juddi.v3.tck;

public class Property {

	public static String ROOT_PUBLISHER = "root.publisher";
	public static String ROOT_PASSWORD  = "root.password";
	public static String UDDI_PUBLISHER = "uddi.publisher";
	public static String UDDI_PASSWORD  = "uddi.password";
	public static String JOE_PUBLISHER  = "joe.publisher";
	public static String JOE_PASSWORD   = "joe.password";
	public static String SAM_PUBLISHER  = "sam.publisher";
	public static String SAM_PASSWORD   = "sam.password";
	public static String MARY_PUBLISHER = "mary.publisher";
	public static String MARY_PASSWORD  = "mary.password";
	public static String RIFTSAW_PUBLISHER = "riftsaw.publisher";
	public static String RIFTSAW_PASSWORD  = "riftsaw.password";
	public static String TMODEL_PUBLISHER = "tmodel.publisher";
	public static String TMODEL_PASSWORD  = "tmodel.password";
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy