@Controller public class HomeController extends BaseController
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
INTERESTING_ROLES |
context, DEEPLINK_TO_SURFMARKET_ALLOWED, FACET_CONNECTION_VISIBLE, GROUPS_WITH_MEMBERS, INSTITUTION_IDENTITY_PROVIDERS, localeResolver, NOTIFICATION_POPUP_CLOSED, NOTIFICATIONS, SELECTED_IDP, SERVICE, SERVICE_APPLY_ALLOWED, SERVICE_CONNECTION_VISIBLE, SERVICE_QUESTION_ALLOWED, SERVICES, SHOW_ARP_MATCHES_PROVIDED_ATTRS, SWITCHED_IDENTITY_SWITCH, TOKEN_CHECK| Constructor and Description |
|---|
HomeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
closeNotificationPopup(javax.servlet.http.HttpServletRequest request) |
Map<String,PersonAttributeLabel> |
getPersonAttributeLabels() |
org.springframework.web.servlet.ModelAndView |
home(String switchIdpId,
String view,
javax.servlet.http.HttpServletRequest request) |
org.springframework.web.servlet.ModelAndView |
idp(javax.servlet.http.HttpServletRequest httpServletRequest) |
org.springframework.web.servlet.ModelAndView |
user() |
getLocale, getMyInstitutionIdps, getNotifications, getSelectedIdp, handleAjaxResponseException, notificationPopupClosed, setApplicationContext, switchIdp@ModelAttribute(value="personAttributeLabels") public Map<String,PersonAttributeLabel> getPersonAttributeLabels()
@RequestMapping(value="/app-overview.shtml")
public org.springframework.web.servlet.ModelAndView home(@RequestParam(value="switchIdpId",required=false)
String switchIdpId,
@RequestParam(value="view",defaultValue="card")
String view,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/user.shtml") public org.springframework.web.servlet.ModelAndView user()
@RequestMapping(value="/closeNotificationPopup.shtml") @ResponseBody public String closeNotificationPopup(javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/idp.shtml") public org.springframework.web.servlet.ModelAndView idp(javax.servlet.http.HttpServletRequest httpServletRequest)
Copyright © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.