| Constructor and Description | 
|---|
DashboardPermissionController(DashboardPermissionManager dashboardPermissionManager)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.http.ResponseEntity<com.google.common.collect.ImmutableCollection<Dashboard>> | 
getAllowedDashboardsForCurrentUser(Locale locale)
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(Locale locale)
Returns the allowed dashboards for the current user.
locale - the translation localeCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.