@Controller @RequestMapping(value="/requests") @SessionAttributes(value="unlinkrequest") public class UnlinkRequestController extends BaseController
COMPOUND_SP, COMPOUND_SPS, DEEPLINK_TO_SURFMARKET_ALLOWED, FILTER_APP_GRID_ALLOWED, LMNG_ACTIVE_MODUS, localeResolver, SERVICE_APPLY_ALLOWED, SERVICE_QUESTION_ALLOWED, TOKEN_CHECK| Constructor and Description |
|---|
UnlinkRequestController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
spRequestSubmitConfirm(String spEntityId,
Long compoundSpId,
UnlinkRequest unlinkrequest,
org.springframework.validation.BindingResult result,
boolean confirmed,
IdentityProvider selectedidp,
org.springframework.web.bind.support.SessionStatus sessionStatus) |
org.springframework.web.servlet.ModelAndView |
spUnlinkRequest(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp)
Controller for unlink request form page.
|
org.springframework.web.servlet.ModelAndView |
spUnlinkrequestPost(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp,
UnlinkRequest unlinkrequest,
org.springframework.validation.BindingResult result) |
getLocale, getMyInstitutionIdps, getRequestedIdp@RequestMapping(value="/unlinkrequest.shtml",
method=GET)
public org.springframework.web.servlet.ModelAndView spUnlinkRequest(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp)
spEntityId - the entity id@RequestMapping(value="/unlinkrequest.shtml",
method=POST)
public org.springframework.web.servlet.ModelAndView spUnlinkrequestPost(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp,
@ModelAttribute(value="unlinkrequest")
UnlinkRequest unlinkrequest,
org.springframework.validation.BindingResult result)
@RequestMapping(value="/unlinkrequest.shtml",
method=POST,
params="confirmed=true")
public org.springframework.web.servlet.ModelAndView spRequestSubmitConfirm(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="unlinkrequest")
UnlinkRequest unlinkrequest,
org.springframework.validation.BindingResult result,
@RequestParam(value="confirmed")
boolean confirmed,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp,
org.springframework.web.bind.support.SessionStatus sessionStatus)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.