Rename aaa-authn-odl-plugin to netconf-auth-aaa 59/105759/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 30 Apr 2023 19:39:20 +0000 (21:39 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 30 Apr 2023 20:27:56 +0000 (22:27 +0200)
commit5b5f546ccc244be5eef581edb89320e9f2d6bbab
treeea2481e6832f62e797b69e16f4315def8f3ff7f2
parenta51a35e905d622b1882ca7d2d10e4b5f5fa791e7
Rename aaa-authn-odl-plugin to netconf-auth-aaa

This a plugins/ layer thing, as it integrates with AAA. Rename the
artifact, updating references. Also eliminate the -no-cluster part, as
it completely the same as odl-aaa-netconf-plugin.

JIRA: NETCONF-944
Change-Id: I8fdf72415c647647602857bcb6426aa05c15d52c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
14 files changed:
artifacts/pom.xml
features/netconf/features-netconf-testing/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml [deleted file]
features/netconf/odl-aaa-netconf-plugin-no-cluster/src/main/feature/feature.xml [deleted file]
features/netconf/odl-aaa-netconf-plugin/pom.xml
features/netconf/pom.xml
netconf/netconf-auth/src/main/java/org/opendaylight/netconf/auth/AuthProvider.java
netconf/pom.xml
plugins/netconf-auth-aaa/pom.xml [moved from netconf/aaa-authn-odl-plugin/pom.xml with 89% similarity]
plugins/netconf-auth-aaa/src/main/java/org/opendaylight/netconf/auth/aaa/CredentialServiceAuthProvider.java [moved from netconf/aaa-authn-odl-plugin/src/main/java/org/opendaylight/netconf/authprovider/CredentialServiceAuthProvider.java with 97% similarity]
plugins/netconf-auth-aaa/src/main/java/org/opendaylight/netconf/auth/aaa/DefaultPasswordCredentials.java [moved from netconf/aaa-authn-odl-plugin/src/main/java/org/opendaylight/netconf/authprovider/DefaultPasswordCredentials.java with 95% similarity]
plugins/netconf-auth-aaa/src/test/java/org/opendaylight/netconf/authprovider/CredentialServiceAuthProviderTest.java [moved from netconf/aaa-authn-odl-plugin/src/test/java/org/opendaylight/netconf/authprovider/CredentialServiceAuthProviderTest.java with 96% similarity]
plugins/pom.xml