aboutsummaryrefslogtreecommitdiffstats
path: root/odl-aaa-moon/aaa/aaa-authn/src/main/resources/OSGI-INF/metatype/metatype.xml
blob: 10150587f2995e197cadf3d2482219e2f9b50959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"
    localization="OSGI-INF/metatype/metatype">
    <OCD id="org.opendaylight.aaa.authn" name="%org.opendaylight.aaa.authn.name"
        description="%org.opendaylight.aaa.authn.description">
        <AD id="authorizedClients" type="String" default="dlux:secrete"
            name="%org.opendaylight.aaa.authn.authorizedClients.name"
            description="%org.opendaylight.aaa.authn.authorizedClients.description" />
        <AD id="authEnabled" type="String" default="true"
            name="%org.opendaylight.aaa.authn.authEnabled.name"
            description="%org.opendaylight.aaa.authn.authEnabled.description" />
    </OCD>
    <Designate pid="org.opendaylight.aaa.authn">
        <Object ocdref="org.opendaylight.aaa.authn" />
    </Designate>
</metatype:MetaData>