Fix netconf-connector-config groupId
[netconf.git] / opendaylight / netconf / aaa-authn-odl-plugin / src / main / yang / aaa-authn-netconf-plugin.yang
1 module aaa-authn-netconf-plugin {
2
3     yang-version 1;
4     namespace "config:aaa:authn:netconf:plugin";
5     prefix "aaa-authn-store-cfg";
6
7     import config { prefix config; revision-date 2013-04-05; }
8     import netconf-auth { prefix na; revision-date 2015-07-15; }
9
10     revision "2015-07-15" {
11         description
12             "Initial revision.";
13     }
14
15     identity aaa-authn-netconf-plugin {
16             base config:module-type;
17             config:java-name-prefix AuthProvider;
18             config:provided-service na:netconf-auth-provider;
19     }
20
21     augment "/config:modules/config:module/config:configuration" {
22         case aaa-authn-netconf-plugin {
23             when "/config:modules/config:module/config:type = 'aaa-authn-netconf-plugin'";
24             // no config yet
25        }
26     }
27 }