Package org.apache.stratos.keystore.mgt

Examples of org.apache.stratos.keystore.mgt.KeystoreTenantMgtListener


    private static Log log = LogFactory.getLog(KeyStoreMgtServiceComponent.class);


    protected void activate(ComponentContext ctxt){
        KeystoreTenantMgtListener keystoreTenantMgtListener = new KeystoreTenantMgtListener();
        ctxt.getBundleContext().registerService(
                org.apache.stratos.common.listeners.TenantMgtListener.class.getName(),
                keystoreTenantMgtListener, null);
        if (log.isDebugEnabled()) {
            log.debug("*************Stratos Keystore mgt component is activated.**************");
 
View Full Code Here

TOP

Related Classes of org.apache.stratos.keystore.mgt.KeystoreTenantMgtListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.