@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<List<LicenseContactPerson>>> |
licenseContactPerson(String idpEntityId) |
org.springframework.http.ResponseEntity<RestResponse<Map<String,Collection<SabPerson>>>> |
roles(String idpEntityId) |
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="/licensecontactpersons") public org.springframework.http.ResponseEntity<RestResponse<List<LicenseContactPerson>>> licenseContactPerson(@RequestHeader(value="X-IDP-ENTITY-ID") String idpEntityId)
Copyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.