Partially revert "Convert ODLAuthenticator into a component"
[aaa.git] / aaa-shiro / impl / src / main / resources / OSGI-INF / blueprint / impl-blueprint.xml
index 2742eb73dc00a54cdf53d64396751c5d592f0bf7..6d8a78935cab979b0720d8720a97b16a05f5dfbe 100644 (file)
@@ -53,6 +53,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <argument ref="passwordService" />
   </bean>
 
+  <bean id="authenticator" class="org.opendaylight.aaa.authenticator.ODLAuthenticator" />
+  <service ref="authenticator" interface="org.jolokia.osgi.security.Authenticator" />
+
   <bean id="shiroWebEnvLoader" class="org.opendaylight.aaa.shiro.web.env.ShiroWebEnvironmentLoaderListener">
     <argument ref="shiroConfiguration"/>
     <argument ref="dataBroker"/>