| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationAuthorizationService
The NotificationAuthorizationService class is responsible for housing permissions and authorization related services.
| Method Summary | |
|---|---|
|  boolean | isProducerAuthorizedToSendNotificationForChannel(NotificationProducer producer,
                                                                                                 NotificationChannel 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. | 
| Method Detail | 
|---|
boolean isProducerAuthorizedToSendNotificationForChannel(NotificationProducer producer,
                                                         NotificationChannel channel)
producer - channel - 
boolean isUserAdministrator(String userId)
userId - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||