Adding the DAO layer for vpp user management #155

Merged
inosh merged 2 commits from osh.silva/device-mgt-core:vpp-user-dao-10169 into vpp-v2 1 year ago
Collaborator
fixes https://roadmap.entgra.net/issues/10169
osh.silva added 1 commit 1 year ago
inosh reviewed 1 year ago
long currentTime = System.currentTimeMillis();
stmt.setString(1, userDTO.getClientUserId());
stmt.setString(2, userDTO.getDmUsername());
stmt.setInt(3, userDTO.getTenantId());
Owner

get tenant ID from the previlaged carbon context

get tenant ID from the previlaged carbon context
osh.silva marked this conversation as resolved
inosh reviewed 1 year ago
package io.entgra.device.mgt.core.application.mgt.core.dao;
Owner

License headers are missing in all files

License headers are missing in all files
osh.silva marked this conversation as resolved
inosh reviewed 1 year ago
+ "MANAGED_ID, "
+ "TEMP_PASSWORD "
+ "FROM AP_VPP_USER "
+ "WHERE DM_USERNAME = ?";
Owner

AND TENANT_ID = ?
All requests must be done in a tenanted way

AND TENANT_ID = ? All requests must be done in a tenanted way
osh.silva marked this conversation as resolved
osh.silva added 1 commit 1 year ago
inosh merged commit fa565eb1ea into vpp-v2 1 year ago
The pull request has been merged as fa565eb1ea.
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#155
Loading…
There is no content yet.