Uses of Enum Class
org.eblocker.server.common.data.dashboard.AccessRight
Packages that use AccessRight
-
Uses of AccessRight in org.eblocker.server.common.data.dashboard
Methods in org.eblocker.server.common.data.dashboard that return AccessRightModifier and TypeMethodDescriptionstatic AccessRightReturns the enum constant of this class with the specified name.static AccessRight[]AccessRight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.data.dashboard that return types with arguments of type AccessRight -
Uses of AccessRight in org.eblocker.server.http.service
Method parameters in org.eblocker.server.http.service with type arguments of type AccessRightModifier and TypeMethodDescriptionDashboardCardService.getUpdatedColumnsView(DashboardColumnsView columns, UserRole userRole, List<AccessRight> accessRights) This method finds all cards that are either valid for a user and are not yet included in the user's DashboardColumnsView or that are still in the user's DashboardColumnsView, but are no longer valid for that user.