nl.surfnet.coin.teams.control
Class AddExternalGroupController
java.lang.Object
nl.surfnet.coin.teams.control.AddExternalGroupController
@Controller
@SessionAttributes(value={"team","tokencheck"})
public class AddExternalGroupController- extends Object
Controller to add an external group to a SURFteam
|
Method Summary |
org.springframework.web.servlet.view.RedirectView |
addExternalGroups(String sessionToken,
Team team,
String token,
org.springframework.ui.ModelMap modelMap,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request)
|
org.springframework.web.servlet.view.RedirectView |
deleteTeamExternalGroupLink(String sessionToken,
String teamId,
String groupIdentifier,
String token,
org.springframework.ui.ModelMap modelMap,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request)
|
String |
showAddExternalGroupsForm(String teamId,
org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddExternalGroupController
public AddExternalGroupController()
showAddExternalGroupsForm
@RequestMapping(value="/addexternalgroup.shtml")
public String showAddExternalGroupsForm(@RequestParam
String teamId,
org.springframework.ui.ModelMap modelMap,
javax.servlet.http.HttpServletRequest request)
deleteTeamExternalGroupLink
@RequestMapping(value="/deleteexternalgroup.shtml")
public org.springframework.web.servlet.view.RedirectView deleteTeamExternalGroupLink(@ModelAttribute(value="tokencheck")
String sessionToken,
@RequestParam
String teamId,
@RequestParam
String groupIdentifier,
@RequestParam
String token,
org.springframework.ui.ModelMap modelMap,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
addExternalGroups
@RequestMapping(value="/doaddexternalgroup.shtml",
method=POST)
public org.springframework.web.servlet.view.RedirectView addExternalGroups(@ModelAttribute(value="tokencheck")
String sessionToken,
@ModelAttribute(value="team")
Team team,
@RequestParam
String token,
org.springframework.ui.ModelMap modelMap,
org.springframework.web.bind.support.SessionStatus status,
javax.servlet.http.HttpServletRequest request)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.