BUG-1541 Extract AuthProvider interface 86/9886/3
authorMaros Marsalek <mmarsale@cisco.com>
Tue, 12 Aug 2014 13:30:57 +0000 (15:30 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Mon, 18 Aug 2014 08:43:30 +0000 (10:43 +0200)
commit6a9acc5a76be0c616d29b802fab555f5855e6b43
tree326a8fa5849d5cc81c2d4ab42c2c9610989bc8d0
parent5b532dddc709cedef1f064e9cd6700030053135c
BUG-1541 Extract AuthProvider interface

Change-Id: I8df939b1c712fe85f3cd269df50b01ceee2d9538
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITSecureTest.java
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/authentication/AuthProvider.java
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/authentication/AuthProviderImpl.java [new file with mode: 0644]
opendaylight/netconf/netconf-ssh/src/main/java/org/opendaylight/controller/netconf/ssh/osgi/NetconfSSHActivator.java
opendaylight/netconf/netconf-ssh/src/test/java/org/opendaylight/controller/netconf/netty/SSHTest.java
opendaylight/netconf/netconf-ssh/src/test/java/org/opendaylight/controller/netconf/ssh/authentication/SSHServerTest.java