Auth module for onap-dublin cli 10/79410/4
authorItohan Ukponmwan <itohan.ukponmwan@intel.com>
Fri, 1 Mar 2019 00:04:57 +0000 (00:04 +0000)
committerItohan Ukponmwan <itohan.ukponmwan@intel.com>
Thu, 7 Mar 2019 19:21:39 +0000 (19:21 +0000)
commit8e112cbd1e2554e68c013f9dcc87856bcccc0a60
tree052e52005d34fd2c05061ae6f1b25deb23f286a4
parentf6c8240d32fadd879127644c54bd5c62413319ce
Auth module for onap-dublin cli

Change-Id: I67507edab7aa01ac763b9c0839ee2fbf7d82e56a
Issue-ID: CLI-130
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
products/onap-dublin/auth/pom.xml [new file with mode: 0644]
products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapBasicAuthLoginCommandDublin.java [new file with mode: 0644]
products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapBasicAuthLogoutCommandDublin.java [new file with mode: 0644]
products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapPolicyBasicAuthLoginCommandDublin.java [new file with mode: 0644]
products/onap-dublin/auth/src/main/java/org/onap/cli/cmd/auth/OnapSdcBasicAuthLoginCommandDublin.java [new file with mode: 0644]
products/onap-dublin/auth/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand [new file with mode: 0644]
products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-dublin.yaml [new file with mode: 0644]
products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-policy-dublin.yaml [new file with mode: 0644]
products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-login-onap-sdc-dublin.yaml [new file with mode: 0644]
products/onap-dublin/auth/src/main/resources/open-cli-schema/basic-logout-onap-dublin.yaml [new file with mode: 0644]