Add change ODL user password command
[aaa.git] / features / authn / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright (c) 2014-2015 Hewlett-Packard Development Company, L.P. and others.
4     All rights reserved. This program and the accompanying materials are made
5     available under the terms of the Eclipse Public License v1.0 which accompanies
6     this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
7 <features name="odl-aaa-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
8           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
10     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
11     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
12     <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
13     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
14
15     <feature name='odl-aaa-api' description='OpenDaylight :: AAA :: APIs'
16         version='${project.version}'>
17         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
18         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
19         <bundle>mvn:org.opendaylight.aaa/aaa-authn-api/{{VERSION}}</bundle>
20         <bundle>mvn:org.opendaylight.aaa/aaa-credential-store-api/{{VERSION}}</bundle>
21         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
22         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
23     </feature>
24
25     <feature name='odl-aaa-authz' description='OpenDaylight :: AAA :: Authorization'
26         version='${project.version}'>
27         <feature version='${project.version}'>odl-aaa-api</feature>
28         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
29         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
30         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
31         <feature version='${config.version}'>odl-config-core</feature>
32         <bundle>mvn:org.opendaylight.aaa/aaa-authz-model/{{VERSION}}</bundle>
33         <bundle>mvn:org.opendaylight.aaa/aaa-authz-service/{{VERSION}}</bundle>
34         <configfile
35             finalname="/etc/opendaylight/karaf/08-authz-config.xml">mvn:org.opendaylight.aaa/authz-service-config/{{VERSION}}/xml/config</configfile>
36         <configfile
37             finalname="/etc/opendaylight/karaf/09-rest-connector.xml">mvn:org.opendaylight.aaa/authz-restconf-config/{{VERSION}}/xml/config</configfile>
38     </feature>
39
40     <feature name='odl-aaa-authn-no-cluster' description='OpenDaylight :: AAA :: Deprecated feature'
41              version='${project.version}'>
42         <feature version='${project.version}'>odl-aaa-api</feature>
43
44         <!-- MD-SAL -->
45         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
46         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
47         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
48         <feature version='${config.version}'>odl-config-core</feature>
49
50         <!-- REST -->
51         <feature>war</feature>
52         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
53         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
54         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
55         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
56
57         <!-- OSGi -->
58         <bundle>mvn:org.apache.felix/org.apache.felix.dependencymanager/{{VERSION}}</bundle>
59         <bundle>mvn:org.apache.felix/org.apache.felix.metatype/{{VERSION}}</bundle>
60
61         <!-- EhCache -->
62         <bundle>mvn:net.sf.ehcache/ehcache/{{VERSION}}</bundle>
63
64         <!-- OAuth -->
65         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.common/{{VERSION}}</bundle>
66         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.authzserver/{{VERSION}}</bundle>
67         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/{{VERSION}}</bundle>
68         <bundle>mvn:commons-codec/commons-codec/{{VERSION}}</bundle>
69         <bundle>wrap:mvn:org.json/json/{{VERSION}}</bundle>
70
71         <!-- commons-lang -->
72         <bundle>wrap:mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
73
74         <!-- AuthN -->
75         <bundle>mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}}</bundle>
76         <bundle>mvn:org.apache.shiro/shiro-core/{{VERSION}}</bundle>
77         <bundle>mvn:org.apache.shiro/shiro-web/{{VERSION}}</bundle>
78         <bundle>mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}</bundle>
79         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sts/{{VERSION}}</bundle>
80         <bundle>mvn:org.opendaylight.aaa/aaa-authn-store/{{VERSION}}</bundle>
81         <bundle>mvn:org.opendaylight.aaa/aaa-authn-basic/{{VERSION}}</bundle>
82         <bundle>mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}</bundle>
83
84         <!--H2 Store -->
85         <bundle>mvn:org.osgi/org.osgi.enterprise/4.2.0</bundle>
86         <bundle>wrap:mvn:com.h2database/h2/{{VERSION}}</bundle>
87         <bundle>mvn:org.opendaylight.aaa/aaa-h2-store/{{VERSION}}</bundle>
88
89         <!-- IDMLight -->
90         <bundle>mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}</bundle>
91         <configfile finalname="etc/idmtool">mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}/py/config</configfile>
92
93         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}}</bundle>
94         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
95         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}}</bundle>
96         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/{{VERSION}}</bundle>
97         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}}</bundle>
98         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}}</bundle>
99         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}}</bundle>
100
101         <!-- Federation -->
102         <bundle>mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}</bundle>
103         <bundle>mvn:org.opendaylight.aaa/aaa-authn-idpmapping/{{VERSION}}</bundle>
104         <bundle>mvn:org.glassfish/javax.json/{{VERSION}}</bundle>
105
106         <configfile finalname="/etc/org.opendaylight.aaa.authn.cfg">mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}/cfg/config</configfile>
107         <configfile finalname="/etc/org.opendaylight.aaa.tokens.cfg">mvn:org.opendaylight.aaa/aaa-authn-store/{{VERSION}}/cfg/config</configfile>
108         <configfile finalname="/etc/org.opendaylight.aaa.federation.cfg">mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}/cfg/config</configfile>
109         <configfile finalname="/etc/org.opendaylight.aaa.filterchain.cfg">mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}/cfg/config</configfile>
110     </feature>
111
112     <feature name='odl-aaa-authn' description='OpenDaylight :: AAA :: Authentication - NO CLUSTER'
113              version='${project.version}'>
114         <feature version='${project.version}'>odl-aaa-api</feature>
115
116         <!-- MD-SAL -->
117         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
118         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
119         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
120         <feature version='${config.version}'>odl-config-core</feature>
121
122         <!-- REST -->
123         <feature>war</feature>
124         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
125         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
126         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
127         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
128
129         <!-- OSGi -->
130         <bundle>mvn:org.apache.felix/org.apache.felix.dependencymanager/{{VERSION}}</bundle>
131         <bundle>mvn:org.apache.felix/org.apache.felix.metatype/{{VERSION}}</bundle>
132
133         <!-- EhCache -->
134         <bundle>mvn:net.sf.ehcache/ehcache/{{VERSION}}</bundle>
135
136         <!-- OAuth -->
137         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.common/{{VERSION}}</bundle>
138         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.authzserver/{{VERSION}}</bundle>
139         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/{{VERSION}}</bundle>
140         <bundle>mvn:commons-codec/commons-codec/{{VERSION}}</bundle>
141         <bundle>wrap:mvn:org.json/json/{{VERSION}}</bundle>
142
143         <!-- commons-lang -->
144         <bundle>wrap:mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
145
146         <!-- AuthN -->
147         <bundle>mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}}</bundle>
148         <bundle>mvn:org.apache.shiro/shiro-core/{{VERSION}}</bundle>
149         <bundle>mvn:org.apache.shiro/shiro-web/{{VERSION}}</bundle>
150         <bundle>mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}</bundle>
151         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sts/{{VERSION}}</bundle>
152         <bundle>mvn:org.opendaylight.aaa/aaa-authn-store/{{VERSION}}</bundle>
153         <bundle>mvn:org.opendaylight.aaa/aaa-authn-basic/{{VERSION}}</bundle>
154         <bundle>mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}</bundle>
155
156         <!--H2 Store -->
157         <bundle>mvn:org.osgi/org.osgi.enterprise/4.2.0</bundle>
158         <bundle>wrap:mvn:com.h2database/h2/{{VERSION}}</bundle>
159         <bundle>mvn:org.opendaylight.aaa/aaa-h2-store/{{VERSION}}</bundle>
160
161         <!-- IDMLight -->
162         <bundle>mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}</bundle>
163         <configfile finalname="etc/idmtool">mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}/py/config</configfile>
164
165         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}}</bundle>
166         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
167         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}}</bundle>
168         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/{{VERSION}}</bundle>
169         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}}</bundle>
170         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}}</bundle>
171         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}}</bundle>
172
173         <!-- Federation -->
174         <bundle>mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}</bundle>
175         <bundle>mvn:org.opendaylight.aaa/aaa-authn-idpmapping/{{VERSION}}</bundle>
176         <bundle>mvn:org.glassfish/javax.json/{{VERSION}}</bundle>
177
178         <configfile finalname="/etc/org.opendaylight.aaa.authn.cfg">mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}/cfg/config</configfile>
179         <configfile finalname="/etc/org.opendaylight.aaa.tokens.cfg">mvn:org.opendaylight.aaa/aaa-authn-store/{{VERSION}}/cfg/config</configfile>
180         <configfile finalname="/etc/org.opendaylight.aaa.federation.cfg">mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}/cfg/config</configfile>
181         <configfile finalname="/etc/org.opendaylight.aaa.filterchain.cfg">mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}/cfg/config</configfile>
182     </feature>
183
184     <feature name='odl-aaa-authn-mdsal-cluster' description='OpenDaylight :: AAA :: Authentication :: MD-SAL'
185              version='${project.version}'>
186
187         <!-- MD-SAL -->
188         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
189         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
190         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
191         <feature version='${config.version}'>odl-config-core</feature>
192
193
194         <!-- OSGi -->
195         <bundle>mvn:org.apache.felix/org.apache.felix.dependencymanager/{{VERSION}}</bundle>
196         <bundle>mvn:org.apache.felix/org.apache.felix.metatype/{{VERSION}}</bundle>
197
198         <!-- OAuth -->
199         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.common/{{VERSION}}</bundle>
200         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.authzserver/{{VERSION}}</bundle>
201         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/{{VERSION}}</bundle>
202         <bundle>mvn:commons-codec/commons-codec/1.8</bundle>
203         <bundle>wrap:mvn:org.json/json/{{VERSION}}</bundle>
204
205         <!-- AuthN -->
206         <bundle>mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}}</bundle>
207         <bundle>mvn:org.apache.shiro/shiro-core/{{VERSION}}</bundle>
208         <bundle>mvn:org.apache.shiro/shiro-web/{{VERSION}}</bundle>
209         <bundle>mvn:org.opendaylight.aaa/aaa-authn-api/{{VERSION}}</bundle>
210         <bundle>mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}</bundle>
211         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sts/{{VERSION}}</bundle>
212         <bundle>mvn:org.opendaylight.aaa/aaa-authn-mdsal-api/{{VERSION}}</bundle>
213         <bundle>mvn:org.opendaylight.aaa/aaa-authn-mdsal-store-impl/{{VERSION}}</bundle>
214         <bundle>mvn:org.opendaylight.aaa/aaa-authn-basic/{{VERSION}}</bundle>
215         <bundle>mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}</bundle>
216         <feature version='${project.version}'>odl-aaa-encryption-service</feature>
217
218         <!-- IDMLight -->
219         <bundle>mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}</bundle>
220         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}}</bundle>
221         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
222         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}}</bundle>
223         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/{{VERSION}}</bundle>
224         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}}</bundle>
225         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}}</bundle>
226         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}}</bundle>
227         <bundle>wrap:mvn:com.h2database/h2/{{VERSION}}</bundle>
228
229         <!-- Federation -->
230         <bundle>mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}</bundle>
231         <bundle>mvn:org.opendaylight.aaa/aaa-authn-idpmapping/{{VERSION}}</bundle>
232         <bundle>mvn:org.glassfish/javax.json/1.0.4</bundle>
233
234         <!-- REST -->
235         <feature>war</feature>
236         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
237         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
238         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
239         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
240
241         <configfile finalname="/etc/org.opendaylight.aaa.authn.cfg">mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}/cfg/config</configfile>
242         <configfile finalname="/etc/org.opendaylight.aaa.federation.cfg">mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}/cfg/config</configfile>
243         <configfile finalname="/etc/org.opendaylight.aaa.filterchain.cfg">mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}/cfg/config</configfile>
244     </feature>
245
246     <feature name='odl-aaa-sssd-plugin' description='OpenDaylight :: AAA :: SSSD Federation Plugin'
247              version='${project.version}'>
248         <feature version='${project.version}'>odl-aaa-authn</feature>
249         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sssd/{{VERSION}}</bundle>
250     </feature>
251
252     <feature name='odl-aaa-authn-sssd-no-cluster' description='OpenDaylight :: AAA :: Deprecated feature'
253              version='${project.version}'>
254         <feature version='${project.version}'>odl-aaa-authn-no-cluster</feature>
255         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sssd/{{VERSION}}</bundle>
256     </feature>
257
258     <feature name='odl-aaa-authn-cassandra-cluster' description='OpenDaylight :: AAA :: Authentication - Cassandra'
259              version='${project.version}'>
260         <feature version='${project.version}'>odl-aaa-api</feature>
261
262         <!-- MD-SAL -->
263         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
264         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
265         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
266         <feature version='${config.version}'>odl-config-core</feature>
267
268         <!-- REST -->
269         <feature>war</feature>
270         <bundle>mvn:com.sun.jersey/jersey-client/{{VERSION}}</bundle>
271         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
272         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
273         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
274
275         <!-- OSGi -->
276         <bundle>mvn:org.apache.felix/org.apache.felix.dependencymanager/{{VERSION}}</bundle>
277         <bundle>mvn:org.apache.felix/org.apache.felix.metatype/{{VERSION}}</bundle>
278
279         <!-- OAuth -->
280         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.common/{{VERSION}}</bundle>
281         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.authzserver/{{VERSION}}</bundle>
282         <bundle>mvn:org.apache.oltu.oauth2/org.apache.oltu.oauth2.resourceserver/{{VERSION}}</bundle>
283         <bundle>mvn:commons-codec/commons-codec/{{VERSION}}</bundle>
284         <bundle>wrap:mvn:org.json/json/{{VERSION}}</bundle>
285
286         <!-- commons-lang -->
287         <bundle>wrap:mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
288
289         <!-- AuthN -->
290         <bundle>mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}}</bundle>
291         <bundle>mvn:org.apache.shiro/shiro-core/{{VERSION}}</bundle>
292         <bundle>mvn:org.apache.shiro/shiro-web/{{VERSION}}</bundle>
293         <bundle>mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}</bundle>
294         <bundle>mvn:org.opendaylight.aaa/aaa-authn-sts/{{VERSION}}</bundle>
295         <bundle>mvn:org.opendaylight.aaa/aaa-authn-basic/{{VERSION}}</bundle>
296         <bundle>mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}</bundle>
297
298         <!--Cassandra Store -->
299         <bundle>mvn:io.netty/netty-transport/{{VERSION}}</bundle>
300         <bundle>mvn:io.netty/netty-codec/{{VERSION}}</bundle>
301         <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
302         <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
303         <bundle>mvn:io.netty/netty-handler/{{VERSION}}</bundle>
304         <bundle>mvn:io.dropwizard.metrics/metrics-core/{{VERSION}}</bundle>
305         <bundle>mvn:com.datastax.cassandra/cassandra-driver-core/{{VERSION}}</bundle>
306         <bundle>mvn:org.opendaylight.aaa/aaa-cassandra-store/{{VERSION}}</bundle>
307         <configfile finalname="etc/opendaylight/karaf/08-aaa-cassandra-store-config.xml">mvn:org.opendaylight.aaa/aaa-cassandra-store/{{VERSION}}/xml/config</configfile>
308         <configfile finalname="etc/aaacassandra.cfg">mvn:org.opendaylight.aaa/aaa-cassandra-store/{{VERSION}}/cfg/config-1</configfile>
309
310         <!-- IDMLight -->
311         <bundle>mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}</bundle>
312         <configfile finalname="etc/idmtool">mvn:org.opendaylight.aaa/aaa-idmlight/{{VERSION}}/py/config</configfile>
313
314         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}}</bundle>
315         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
316         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}}</bundle>
317         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/{{VERSION}}</bundle>
318         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}}</bundle>
319         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}}</bundle>
320         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}}</bundle>
321
322         <!-- Federation -->
323         <bundle>mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}</bundle>
324         <bundle>mvn:org.opendaylight.aaa/aaa-authn-idpmapping/{{VERSION}}</bundle>
325         <bundle>mvn:org.glassfish/javax.json/{{VERSION}}</bundle>
326
327         <configfile finalname="/etc/org.opendaylight.aaa.authn.cfg">mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}}/cfg/config</configfile>
328         <configfile finalname="/etc/org.opendaylight.aaa.tokens.cfg">mvn:org.opendaylight.aaa/aaa-authn-store/{{VERSION}}/cfg/config</configfile>
329         <configfile finalname="/etc/org.opendaylight.aaa.federation.cfg">mvn:org.opendaylight.aaa/aaa-authn-federation/{{VERSION}}/cfg/config</configfile>
330         <configfile finalname="/etc/org.opendaylight.aaa.filterchain.cfg">mvn:org.opendaylight.aaa/aaa-filterchain/{{VERSION}}/cfg/config</configfile>
331     </feature>
332
333     <feature name='odl-aaa-encryption-service' description='OpenDaylight :: AAA :: Encryption Service'
334              version='${project.version}'>
335         <!-- MD-SAL -->
336         <feature version='${yangtools.version}'>odl-yangtools-common</feature>
337         <feature version='${mdsal.version}'>odl-mdsal-binding-base</feature>
338         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
339         <feature version='${config.version}'>odl-config-core</feature>
340
341         <bundle>mvn:org.opendaylight.aaa/aaa-encrypt-service/{{VERSION}}</bundle>
342         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-encrypt-service-config.xml">mvn:org.opendaylight.aaa/aaa-encrypt-service/{{VERSION}}/xml/config</configfile>
343     </feature>
344
345     <feature name='odl-aaa-cert' description='OpenDaylight :: AAA :: aaa opendaylight certificate Plugin'
346              version='${project.version}'>
347         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
348         <feature version='${project.version}'>odl-aaa-encryption-service</feature>
349
350         <bundle>mvn:org.bouncycastle/bcprov-jdk15on/{{VERSION}}</bundle>
351         <bundle>mvn:commons-codec/commons-codec/{{VERSION}}</bundle>
352         <configfile finalname="etc/opendaylight/datastore/initial/config/aaa-cert-config.xml">mvn:org.opendaylight.aaa/aaa-cert/{{VERSION}}/xml/config</configfile>
353         <bundle>mvn:org.opendaylight.aaa/aaa-cert/{{VERSION}}</bundle>
354     </feature>
355
356     <feature name='odl-aaa-cli' description='OpenDaylight :: AAA :: aaa opendaylight command line'
357              version='${project.version}'>
358         <feature version="${project.version}">odl-aaa-cert</feature>
359         <feature version='${project.version}'>odl-aaa-api</feature>
360         <bundle>mvn:org.opendaylight.aaa/aaa-cli/{{VERSION}}</bundle>
361     </feature>
362 </features>
363