nl.surfnet.coin.csa.api.control
Class ServiceRegistryController
java.lang.Object
nl.surfnet.coin.csa.api.control.BaseApiController
nl.surfnet.coin.csa.api.control.ServiceRegistryController
@Controller
@RequestMapping
public class ServiceRegistryController
- extends BaseApiController
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceRegistryController
public ServiceRegistryController()
getIdps
@RequestMapping(method=GET,
value="/api/protected/identityproviders.json")
@ResponseBody
public List<InstitutionIdentityProvider> getIdps(@RequestParam(value="identityProviderId")
String identityProviderId)
throws IOException
- Throws:
IOException
getAllIdps
@RequestMapping(method=GET,
value="/api/protected/all-identityproviders.json")
@ResponseBody
public List<InstitutionIdentityProvider> getAllIdps(javax.servlet.http.HttpServletRequest request)
throws IOException
- Throws:
IOException
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.