HTTP_X_IDP_ENTITY_ID| Constructor and Description |
|---|
StatsController(Stats stats,
Manage manage) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
loginAggregated(String period,
Optional<String> spEntityId) |
List<Object> |
loginTimeFrame(long from,
long to,
String scale,
Optional<String> spEntityId) |
List<Map<String,Object>> |
serviceProviders(Locale locale) |
List<Object> |
uniqueLoginCount(long from,
long to,
String spEntityId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthorizationHeaderValue, clientHttpRequestFactory, currentUserIdp@GetMapping(value="loginTimeFrame") public List<Object> loginTimeFrame(@RequestParam(value="from") long from, @RequestParam(value="to") long to, @RequestParam(value="scale") String scale, @RequestParam(value="spEntityId",required=false) Optional<String> spEntityId)
@GetMapping(value="loginAggregated") public List<Object> loginAggregated(@RequestParam(value="period") String period, @RequestParam(value="spEntityId",required=false) Optional<String> spEntityId)
@GetMapping(value="uniqueLoginCount") public List<Object> uniqueLoginCount(@RequestParam(value="from") long from, @RequestParam(value="to") long to, @RequestParam(value="spEntityId") String spEntityId)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.