@Controller @RequestMapping(value="/identity") public class IdentityController extends BaseController
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 |
|---|
IdentityController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.view.RedirectView |
doSwitchIdentity(IdentitySwitch identitySwitch,
javax.servlet.http.HttpServletRequest request) |
org.springframework.web.servlet.view.RedirectView |
resetIdentity(javax.servlet.http.HttpServletRequest request) |
org.springframework.web.servlet.ModelAndView |
switchIdentity(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap) |
getLocale, getMyInstitutionIdps, getNotifications, getSelectedIdp, handleAjaxResponseException, notificationPopupClosed, setApplicationContext, switchIdp@RequestMapping(value="/switch.shtml")
public org.springframework.web.servlet.ModelAndView switchIdentity(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap modelMap)
@RequestMapping(value="/do-switch.shtml",
method=POST,
params="submit=true")
public org.springframework.web.servlet.view.RedirectView doSwitchIdentity(@ModelAttribute(value="identitySwitch")
IdentitySwitch identitySwitch,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/do-switch.shtml",
method=POST,
params="reset=true")
public org.springframework.web.servlet.view.RedirectView resetIdentity(javax.servlet.http.HttpServletRequest request)
Copyright © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.