From c74ae07f810f3b6526218beca97b2d9ffe6ab5ce Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 7 Aug 2019 11:07:40 +0530 Subject: Add elalto basic auth login Issue-ID: CLI-169 Change-Id: Ia818d735c39f903a09a61b51e380a85042ff8476 Signed-off-by: Kanagaraj Manickam k00365106 --- .../META-INF/services/org.onap.cli.fw.cmd.OnapCommand | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 products/onap-elalto/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand (limited to 'products/onap-elalto/auth/src/main/resources/META-INF') 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 + -- cgit 1.2.3-korg