public class SharedDAO extends Object
Modifier and Type | Method and Description |
---|---|
static SharedDAO |
getInstance()
Method to get the instance of the SharedDAO.
|
List<UserRoleFromPermissionDTO> |
getRoleNamesMatchingPermission(String permission,
int tenantId) |
List<UserRoleFromPermissionDTO> |
getRoleNamesMatchingPermissions(String permissions,
int tenantId) |
public List<UserRoleFromPermissionDTO> getRoleNamesMatchingPermission(String permission, int tenantId) throws APIMigrationException
APIMigrationException
public List<UserRoleFromPermissionDTO> getRoleNamesMatchingPermissions(String permissions, int tenantId) throws APIMigrationException
APIMigrationException
Copyright © 2024 WSO2. All rights reserved.