@Controller @RequestMapping(value="/requests") @SessionAttributes(value="linkrequest") public class LinkrequestController 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 |
|---|
LinkrequestController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
listActions(IdentityProvider selectedidp) |
org.springframework.web.servlet.ModelAndView |
spLinkRequest(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp)
Controller for request form page.
|
org.springframework.web.servlet.ModelAndView |
spRequestPost(String spEntityId,
Long compoundSpId,
LinkRequest linkrequest,
org.springframework.validation.BindingResult result,
IdentityProvider selectedidp,
org.springframework.web.bind.support.SessionStatus sessionStatus) |
getLocale, getMyInstitutionIdps, getRequestedIdp@RequestMapping(value="/linkrequest.shtml",
method=GET)
public org.springframework.web.servlet.ModelAndView spLinkRequest(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp)
spEntityId - the entity id@RequestMapping(value="/linkrequest.shtml",
method=POST)
public org.springframework.web.servlet.ModelAndView spRequestPost(@RequestParam
String spEntityId,
@RequestParam
Long compoundSpId,
@ModelAttribute(value="linkrequest")
LinkRequest linkrequest,
org.springframework.validation.BindingResult result,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp,
org.springframework.web.bind.support.SessionStatus sessionStatus)
@RequestMapping(value="requests-overview.shtml")
public org.springframework.web.servlet.ModelAndView listActions(@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp)
throws IOException
IOExceptionCopyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.