@Controller
@RequestMapping(value="/idp",
produces="application/json")
public class IdpController
extends BaseController
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
INTERESTING_ROLES |
localeResolver| Constructor and Description |
|---|
IdpController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<RestResponse> |
roles(String idpEntityId) |
org.springframework.http.ResponseEntity<RestResponse> |
services(String idpEntityId) |
createRestResponse, getLocale, me@RequestMapping(value="/current/roles") public org.springframework.http.ResponseEntity<RestResponse> roles(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId)
@RequestMapping(value="/current/services") public org.springframework.http.ResponseEntity<RestResponse> services(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId)
Copyright © 2012–2015 SURFnet bv, The Netherlands. All rights reserved.