|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.selfservice.control.BaseController
nl.surfnet.coin.selfservice.control.idpadmin.SpDetailController
@Controller
@RequestMapping(value="/idpadmin/sp")
@SessionAttributes(value={"linkrequest","unlinkrequest"})
public class SpDetailControllerController for SP detail pages
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class nl.surfnet.coin.selfservice.control.BaseController |
|---|
BaseController.MenuType |
| Field Summary |
|---|
| Fields inherited from class nl.surfnet.coin.selfservice.control.BaseController |
|---|
localeResolver |
| Constructor Summary | |
|---|---|
SpDetailController()
|
|
| Method Summary | |
|---|---|
Map<String,PersonAttributeLabel> |
getPersonAttributeLabels()
|
org.springframework.web.servlet.ModelAndView |
spDetail(String spEntityId,
IdentityProvider selectedidp)
Controller for detail page. |
org.springframework.web.servlet.ModelAndView |
spQuestion(String spEntityId,
IdentityProvider selectedidp)
Controller for question form page. |
org.springframework.web.servlet.ModelAndView |
spQuestionSubmit(String spEntityId,
IdentityProvider selectedidp,
Question question,
org.springframework.validation.BindingResult result)
|
| Methods inherited from class nl.surfnet.coin.selfservice.control.BaseController |
|---|
buildMenu, getCurrentRole, getLocale, getMyInstitutionIdps, getRequestedIdp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpDetailController()
| Method Detail |
|---|
@ModelAttribute(value="personAttributeLabels") public Map<String,PersonAttributeLabel> getPersonAttributeLabels()
@RequestMapping(value="/detail.shtml")
public org.springframework.web.servlet.ModelAndView spDetail(@RequestParam
String spEntityId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp)
spEntityId - the entity id
@RequestMapping(value="/question.shtml",
method=GET)
public org.springframework.web.servlet.ModelAndView spQuestion(@RequestParam
String spEntityId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp)
spEntityId - the entity id
@RequestMapping(value="/question.shtml",
method=POST)
public org.springframework.web.servlet.ModelAndView spQuestionSubmit(@RequestParam
String spEntityId,
@ModelAttribute(value="selectedidp")
IdentityProvider selectedidp,
@ModelAttribute(value="question")
Question question,
org.springframework.validation.BindingResult result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||