@Controller @RequestMapping public class ServiceRegistryController extends BaseApiController
| Constructor and Description |
|---|
ServiceRegistryController() |
| Modifier and Type | Method and Description |
|---|---|
List<InstitutionIdentityProvider> |
getAllIdps(javax.servlet.http.HttpServletRequest request) |
List<InstitutionIdentityProvider> |
getIdps(String identityProviderId) |
getIdpEntityIdFromToken, handleGenericException, handleSecurityException, verifyScope@RequestMapping(method=GET,
value="/api/protected/identityproviders.json")
@ResponseBody
public List<InstitutionIdentityProvider> getIdps(@RequestParam(value="identityProviderId")
String identityProviderId)
throws IOException
IOException@RequestMapping(method=GET,
value="/api/protected/all-identityproviders.json")
@ResponseBody
public List<InstitutionIdentityProvider> getAllIdps(javax.servlet.http.HttpServletRequest request)
throws IOException
IOExceptionCopyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.