public interface NotificationAuthorizationService
Modifier and Type | Method and Description |
---|---|
boolean |
isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer,
NotificationChannelBo channel)
This service method validates that the specified producer has the permissions to send a notification
on for a specific NotificationChannel.
|
boolean |
isUserAdministrator(String userId)
This method checks to see if the user is authorized as an administrator in the system.
|
boolean isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer, NotificationChannelBo channel)
producer
- channel
- boolean isUserAdministrator(String userId)
userId
- Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.