Add tenant-mgt component #102
Merged
tcdlpds
merged 5 commits from rajitha/device-mgt-core:add-tenant-mgt-module
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'rajitha/device-mgt-core:add-tenant-mgt-module'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Include
8a265cbeb3
to64d194bfea
2 years agoWIP: Add tenant-mgt componentto Add tenant-mgt component 2 years agocomponentContext.getBundleContext().registerService(PrivacyComplianceProvider.class.getName(),
privacyComplianceProvider, null);
componentContext.getBundleContext()
Remove commented lines
import org.wso2.carbon.stratos.common.beans.TenantInfoBean;
public interface TenantManagerService {
void addDefaultRoles(TenantInfoBean tenantInfoBean) throws TenantMgtException;
Add Java Doc comments
import org.wso2.carbon.stratos.common.beans.TenantInfoBean;
public interface TenantManager {
void addDefaultRoles(TenantInfoBean tenantInfoBean) throws TenantMgtException;
Add Java Doc comments
private final TenantManager tenantManager;
public TenantManagerServiceImpl() {
We don't need to initiate the object here since we have already done it when OSGI service starting.
package io.entgra.tenant.mgt.core.listener;
Add the license
8387227e22
tode007eea06
2 years ago80ba694a8d
toe383f3b456
2 years agoc566d95f77
into master 2 years agoReviewers
c566d95f77
.