Constructor and Description |
---|
DashboardPermissionController(DashboardPermissionManager dashboardPermissionManager) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<com.google.common.collect.ImmutableCollection<Dashboard>> |
getAllowedDashboardsForCurrentUser()
Returns the allowed dashboards for the current user.
|
public DashboardPermissionController(DashboardPermissionManager dashboardPermissionManager)
@RequestMapping(value="/permissions/dashboards", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<com.google.common.collect.ImmutableCollection<Dashboard>> getAllowedDashboardsForCurrentUser()
Returns the allowed dashboards for the current user.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.