blob: 972451ccb6593949384512a0dde72d64f31b559b [file] [log] [blame]
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.airavata.filetransfer.utils;
public class ServiceConstants {
public static final String MYPROXY_SERVER = "myproxyServer";
public static final String MYPROXY_PORT = "myproxyPort";
public static final String MYPROXY_LIFETIME = "myproxy_lifetime";
public static final String MYPROXY_USERNAME = "myproxyUserName";
public static final String MYPROXY_PASSWD = "myproxyPasswd";
public static final String TRUSTED_CERTS_FILE = "trustedCertsFile";
public static final String HOSTCERTS_KEY_FILE = "hostcertsKeyFile";
public static final String TESTINGHOST = "testing.host";
public static final String LONESTARGRIDFTPEPR = "lonestar.gridftp.endpoint";
public static final String RANGERGRIDFTPEPR = "ranger.gridftp.endpoint";
public static final String TRESTLESGRIDFTPEPR = "trestles.gridftp.endpoint";
public static final String GRIDFTPSERVERSOURCE = "gridftpserverSource";
public static final String GRIDFTPSOURCEPATH = "gridftpSourcePath";
public static final String GRIDFTPSERVERDEST = "gridftpserverDest";
public static final String GRIDFTPDESTPATH = "gridftpDestPath";
public static final String UPLOADING_FILE_PATH = "gridftpUploadingFilePath";
}