1 <?xml version="1.0" encoding="UTF-8"?>
 
   2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
 
   4  Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
 
   6  This program and the accompanying materials are made available under the
 
   7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
 
   8  and is available at http://www.eclipse.org/legal/epl-v10.html
 
  12         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 
  13             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
 
  15                 <!-- defines an implementation module -->
 
  17                     <type xmlns:authn="config:aaa:authn:mdsal:store">authn:aaa-authn-mdsal-store</type>
 
  18                     <name>aaa-authn-mdsal-store</name>
 
  20                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">
 
  21                             dom:dom-broker-osgi-registry
 
  23                         <name>dom-broker</name>
 
  26                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
 
  27                             binding:binding-async-data-broker
 
  29                         <name>binding-data-broker</name>
 
  31                     <timeToLive>3600000</timeToLive>
 
  32                     <timeToWait>15</timeToWait>
 
  33                     <password>CHANGE_ME</password>
 
  39     <required-capabilities>
 
  40         <capability>config:aaa:authn:mdsal:store?module=aaa-authn-mdsal-store-cfg&revision=2014-10-31</capability>
 
  41     </required-capabilities>