Add config subsystem binding to aaa-authn-odl-plugin 88/24188/2
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 15 Jul 2015 13:20:54 +0000 (15:20 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Thu, 6 Aug 2015 08:01:55 +0000 (08:01 +0000)
commitcc58af9505c17c94b1d7144731b47d7ba14de954
treed344f151294bb86c9c75081f63c2324b1b5e250d
parentf444c79622debef40dc13670f76687e517d82496
Add config subsystem binding to aaa-authn-odl-plugin

AuthProvider is now a regular module instantiated automatically as a default
instance.

Change-Id: I3244242bfe3d1be1207ab077d4e5cc107a33ee4e
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
aaa-authn-odl-plugin/pom.xml
aaa-authn-odl-plugin/src/main/java/org/opendaylight/aaa/odl/AuthProviderActivator.java [deleted file]
aaa-authn-odl-plugin/src/main/java/org/opendaylight/aaa/odl/CredentialServiceAuthProvider.java
aaa-authn-odl-plugin/src/main/java/org/opendaylight/yang/gen/v1/config/aaa/authn/netconf/plugin/rev150715/AuthProviderModule.java [new file with mode: 0644]
aaa-authn-odl-plugin/src/main/java/org/opendaylight/yang/gen/v1/config/aaa/authn/netconf/plugin/rev150715/AuthProviderModuleFactory.java [new file with mode: 0644]
aaa-authn-odl-plugin/src/main/yang/aaa-authn-netconf-plugin.yang [new file with mode: 0644]