MD-SAL netconf northbound now relies on AAA for authentication 36/26736/3
authorTomas Cere <tcere@cisco.com>
Wed, 9 Sep 2015 14:43:48 +0000 (16:43 +0200)
committerTomas Cere <tcere@cisco.com>
Thu, 10 Sep 2015 07:17:57 +0000 (09:17 +0200)
commit4de1210e6e5d7ca2aedc9a5466c9ef4c1b720776
tree6e4009c98db5d9618635a6c85571077f1873ebb7
parentc4b76447cffa3290fb3de99e4ad30d3b7bc0abad
MD-SAL netconf northbound now relies on AAA for authentication

Change-Id: I58ff18fbcc230c7391617c435897673169052aa9
Signed-off-by: Tomas Cere <tcere@cisco.com>
12 files changed:
opendaylight/netconf/netconf-auth/src/main/java/org/opendaylight/netconf/auth/AuthConstants.java [deleted file]
opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/netconf/it/NetconfITSecureTest.java
opendaylight/netconf/netconf-mdsal-config/src/main/resources/initial/08-netconf-mdsal.xml
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/ssh/NetconfNorthboundSshModule.java
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServer.java
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfiguration.java
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/SshProxyServerConfigurationBuilder.java
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/osgi/AuthProviderTracker.java
opendaylight/netconf/netconf-ssh/src/main/yang/netconf-northbound-ssh.yang
opendaylight/netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/SSHTest.java
opendaylight/netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java
opendaylight/netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/NetconfDeviceSimulator.java