SDN Controller Blueprints Data Adaptor
[ccsdk/features.git] / blueprints-processor / adaptors / rest-adaptor-provider / src / main / java / org / onap / ccsdk / config / rest / adaptor / ConfigRestAdaptorConstants.java
index 4b09416..af6b9f2 100644 (file)
@@ -1,24 +1,27 @@
 /*\r
  * Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\r
  * \r
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except\r
- * in compliance with the License. You may obtain a copy of the License at\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
  * \r
  * http://www.apache.org/licenses/LICENSE-2.0\r
  * \r
- * Unless required by applicable law or agreed to in writing, software distributed under the License\r
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\r
- * or implied. See the License for the specific language governing permissions and limitations under\r
- * the License.\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
  */\r
 \r
 package org.onap.ccsdk.config.rest.adaptor;\r
 \r
 public class ConfigRestAdaptorConstants {\r
     private ConfigRestAdaptorConstants() {\r
-        \r
+\r
     }\r
-    \r
+\r
     public static final String SDNC_ROOT_DIR_ENV_VAR_KEY = "SDNC_CONFIG_DIR";\r
     public static final String REST_ADAPTOR_PROPERTIES_FILE_NAME = "config-rest-adaptor.properties";\r
     public static final String PROXY_URL_KEY = "proxyUrl";\r
@@ -26,22 +29,22 @@ public class ConfigRestAdaptorConstants {
     public static final String AAF_USERNAME_KEY = "aafUserName";\r
     public static final String AAF_PSSWD_KEY = "aafPassword";\r
     public static final String COMMON_SERVICE_VERSION_KEY = "commonServiceVersion";\r
-    \r
+\r
     public static final String PROPERTY_ENV_PROD = "field";\r
     public static final String PROPERTY_ENV_SOLO = "solo";\r
-    \r
+\r
     public static final String REST_ADAPTOR_BASE_PROPERTY = "org.onap.ccsdk.config.rest.adaptors.";\r
     public static final String REST_ADAPTOR_ENV_TYPE = "envtype";\r
     public static final String REST_ADAPTOR_TYPE_GENERIC = "generic";\r
     public static final String REST_ADAPTOR_TYPE_SSL = "ssl";\r
-    \r
+\r
     public static final String SSL_SERVICE_BASEURL = ".url";\r
     public static final String SSL_SERVICE_APP = ".application";\r
     public static final String SSL_SERVICE_TRUST = ".ssl.trust";\r
     public static final String SSL_SERVICE_TRUST_PSSWD = ".ssl.trust.psswd";\r
     public static final String SSL_SERVICE_KEY = ".ssl.key";\r
     public static final String SSL_SERVICE_KEY_PSSWD = ".ssl.key.psswd";\r
-    \r
+\r
     public static final String SERVICE_TYPE_PROPERTY = ".type";\r
     public static final String SERVICE_EANABLED_PROPERTY = ".enable";\r
     public static final String SERVICE_ENV_PROPERTY = ".env";\r
@@ -52,7 +55,7 @@ public class ConfigRestAdaptorConstants {
     public static final String SERVICE_PSSWD_PROPERTY = ".passwd";\r
     public static final String SERVICE_CLIENTAUTH_PROPERTY = ".clientAuth";\r
     public static final String SERVICE_AUTHORIZATION_PROPERTY = ".authorization";\r
-    \r
+\r
     public static final String SELECTOR_AAI = "aai";\r
     public static final String SELECTOR_ALTS = "alts";\r
     public static final String SELECTOR_EIPAM = "eipam";\r
@@ -62,5 +65,5 @@ public class ConfigRestAdaptorConstants {
     public static final String SELECTOR_POLICY_MANAGER = "policymanager";\r
     public static final String SELECTOR_NRD = "networkresourcediscovery";\r
     public static final String SELECTOR_NSM = "nsm";\r
-    \r
+\r
 }\r