Add scope publishing to sub tenants #308
Merged
tcdlpds
merged 3 commits from navodzoysa/device-mgt-core:scope-retrieval
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'navodzoysa/device-mgt-core:scope-retrieval'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Fixes scope permission issues in sub tenants. https://roadmap.entgra.net/issues/10374
206f4c4b9d
to668d44d621
1 year ago668d44d621
to8271cee9b0
1 year ago8271cee9b0
to4370048d0f
1 year ago4370048d0f
to26531f5d68
1 year ago26531f5d68
to792bd1800e
1 year ago792bd1800e
to935d9029dd
1 year ago}
}
private String generateInitialUserPassword() {
What is the usage of this method?
log.error(msg);
throw new BadRequestException(msg);
} else {
String msg = "Response : " + response.code() + response.body();
log the msg here.
apiPublisherDataHolder.setPermScopeMapping(permScopeMap);
}
private void removeScopePublishUserIfExist() throws UserStoreException {
Add Java Doc comment
this.traccarManagementService = traccarManagementService;
}
public APIApplicationServices getApiApplicationServices() {
Add Java Doc comments
}
}
private void publishScopesToTenant(String tenantDomain) throws TenantManagementException {
Add Java Doc comment
}
}
private Scope createScopeObject (Scope tenantScope) {
Add Java Doc comment
22cdba9275
to7708a48344
1 year agoad991009a6
to3d9a76c962
1 year agoapiApplicationKey, accessTokenInfo);
updatePermScopeMetaData(superTenantPermScopeMapping, metadataManagementService);
}
// Delete the temporary scope publish user after scopes are added or deleted to sub tenant space
Do we need this part? Isn't it handling in finally bloick?
3d9a76c962
to1fde569f4a
1 year agoe017425539
into master 1 year agoReviewers
e017425539
.