Fixed handling of identityref type in list key
[netconf.git] / netconf / aaa-authn-odl-plugin / src / main / resources / OSGI-INF / blueprint / aaa-authn-netconf.xml
index ce49a534a2c06cce28e06644c86ffde42e7236dc..e04462b6f39705e2d26a2c863912de8cf4626008 100644 (file)
@@ -10,7 +10,7 @@
            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
            odl:use-default-for-reference-types="true">
 
-    <reference id="credentialAuth" interface="org.opendaylight.aaa.api.CredentialAuth" odl:type="default" />
+    <reference id="credentialAuth" interface="org.opendaylight.aaa.api.PasswordCredentialAuth" odl:type="default" />
 
     <bean id="credentialServiceAuthProvider" class="org.opendaylight.netconf.authprovider.CredentialServiceAuthProvider">
         <argument ref="credentialAuth"/>