@Controller
@RequestMapping(value="/dashboard/api/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<Map<String,Collection<SabPerson>>>> |
roles(String idpEntityId) |
org.springframework.http.ResponseEntity<RestResponse<Map<String,Collection<SabPerson>>>> |
sabRoles(String institutionId) |
createRestResponse, getLocale@RequestMapping(value="/current/roles") public org.springframework.http.ResponseEntity<RestResponse<Map<String,Collection<SabPerson>>>> roles(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId)
@RequestMapping(value="/sab/roles") public org.springframework.http.ResponseEntity<RestResponse<Map<String,Collection<SabPerson>>>> sabRoles(@RequestParam(value="institutionId") String institutionId)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.