aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/auth/src/main/resources/META-INF
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-07 11:07:40 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-07 11:43:22 +0530
commitc74ae07f810f3b6526218beca97b2d9ffe6ab5ce (patch)
tree8fc1e0ea2b32c1b91a884ec07df381bbde6bac5d /products/onap-elalto/auth/src/main/resources/META-INF
parent66a85f02dd27b2c9952030ef5aeb6fbef40bbe81 (diff)
Add elalto basic auth login
Issue-ID: CLI-169 Change-Id: Ia818d735c39f903a09a61b51e380a85042ff8476 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-elalto/auth/src/main/resources/META-INF')
-rw-r--r--products/onap-elalto/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand16
1 files changed, 16 insertions, 0 deletions
diff --git a/products/onap-elalto/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand b/products/onap-elalto/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand
new file mode 100644
index 00000000..8f717287
--- /dev/null
+++ b/products/onap-elalto/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand
@@ -0,0 +1,16 @@
+# Copyright 2019 Huawei Technologies Co., Ltd.
+#
+# 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.
+
+org.onap.cli.cmd.auth.OnapBasicAuthLoginCommandElalto
+