2 * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
13 * Generated from: yang module name: aaa-authn-mdsal-store-cfg yang module local name: aaa-authn-mdsal-store
14 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
15 * Generated at: Thu Mar 19 18:06:18 CET 2015
17 * Do not modify this file unless it is present under src/main directory
19 package org.opendaylight.yang.gen.v1.config.aaa.authn.mdsal.store.rev141031;
21 import org.opendaylight.controller.config.api.DependencyResolver;
22 import org.osgi.framework.BundleContext;
24 public class AuthNStoreModuleFactory
26 org.opendaylight.yang.gen.v1.config.aaa.authn.mdsal.store.rev141031.AbstractAuthNStoreModuleFactory {
29 public AuthNStoreModule instantiateModule(String instanceName,
30 DependencyResolver dependencyResolver, BundleContext bundleContext) {
31 AuthNStoreModule module = super.instantiateModule(instanceName, dependencyResolver,
33 module.setBundleContext(bundleContext);
38 public AuthNStoreModule instantiateModule(String instanceName,
39 DependencyResolver dependencyResolver, AuthNStoreModule oldModule,
40 AutoCloseable oldInstance, BundleContext bundleContext) {
41 AuthNStoreModule module = super.instantiateModule(instanceName, dependencyResolver,
42 oldModule, oldInstance, bundleContext);
43 module.setBundleContext(bundleContext);