public final class RestfulJsonNotificationService extends AbstractNotificationService
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_URLS_PREFERENCE |
| Constructor and Description |
|---|
RestfulJsonNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
NotificationResponse |
fetch(javax.portlet.PortletRequest req)
Provide the current collection of Notifications information for the user
represented by the
PortletRequest. |
void |
setPasswordEvaluator(IParameterEvaluator passwordEvaluator) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
void |
setUrlParameterEvaluators(Set<IParameterEvaluator> evaluators)
Gathers beans that implement
IParameterEvaluator and prepares to leverage them in
dynamic URLs. |
void |
setUsernameEvaluator(IParameterEvaluator usernameEvaluator) |
collect, createServiceUserWindowSpecificCacheKey, getName, invoke, isValid, prepareErrorResponse, setNamepublic static final String SERVICE_URLS_PREFERENCE
public void setUsernameEvaluator(IParameterEvaluator usernameEvaluator)
public void setPasswordEvaluator(IParameterEvaluator passwordEvaluator)
@Autowired public void setUrlParameterEvaluators(Set<IParameterEvaluator> evaluators)
IParameterEvaluator and prepares to leverage them in
dynamic URLs.public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
public NotificationResponse fetch(javax.portlet.PortletRequest req)
INotificationServicePortletRequest.req - The PortletRequestCopyright © 2017 Jasig. All Rights Reserved.