Add tenant-mgt component #102

Merged
tcdlpds merged 5 commits from rajitha/device-mgt-core:add-tenant-mgt-module into master 2 years ago
Collaborator

Include

  • tenant-mgt component and the feature
### Include * tenant-mgt component and the feature
rajitha force-pushed add-tenant-mgt-module from 8a265cbeb3 to 64d194bfea 2 years ago
rajitha added 3 commits 2 years ago
rajitha changed title from WIP: Add tenant-mgt component to Add tenant-mgt component 2 years ago
tcdlpds requested changes 2 years ago
componentContext.getBundleContext().registerService(PrivacyComplianceProvider.class.getName(),
privacyComplianceProvider, null);
componentContext.getBundleContext()
Owner

Remove commented lines

Remove commented lines
import org.wso2.carbon.stratos.common.beans.TenantInfoBean;
public interface TenantManagerService {
void addDefaultRoles(TenantInfoBean tenantInfoBean) throws TenantMgtException;
Owner

Add Java Doc comments

Add Java Doc comments
import org.wso2.carbon.stratos.common.beans.TenantInfoBean;
public interface TenantManager {
void addDefaultRoles(TenantInfoBean tenantInfoBean) throws TenantMgtException;
Owner

Add Java Doc comments

Add Java Doc comments
private final TenantManager tenantManager;
public TenantManagerServiceImpl() {
Owner

We don't need to initiate the object here since we have already done it when OSGI service starting.

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;
Owner

Add the license

Add the license
rajitha force-pushed add-tenant-mgt-module from 8387227e22 to de007eea06 2 years ago
rajitha force-pushed add-tenant-mgt-module from 80ba694a8d to e383f3b456 2 years ago
tcdlpds merged commit c566d95f77 into master 2 years ago

Reviewers

tcdlpds requested changes 2 years ago
The pull request has been merged as c566d95f77.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: community/device-mgt-core#102
Loading…
There is no content yet.