@RestController
@EnableHypermediaSupport(type=HAL)
@RequestMapping(path="/v1/access-ids",
produces="application/hal+json")
public class AccessIdController
extends Object
| Constructor and Description |
|---|
AccessIdController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<AccessIdResource>> |
getGroupsByAccessId(String accessId) |
static void |
setLdapCache(LdapCache cache) |
org.springframework.http.ResponseEntity<List<AccessIdResource>> |
validateAccessIds(String searchFor) |
@GetMapping public org.springframework.http.ResponseEntity<List<AccessIdResource>> validateAccessIds(@RequestParam(value="search-for") String searchFor) throws pro.taskana.exceptions.InvalidArgumentException
pro.taskana.exceptions.InvalidArgumentException@GetMapping(path="/groups") public org.springframework.http.ResponseEntity<List<AccessIdResource>> getGroupsByAccessId(@RequestParam(value="access-id") String accessId) throws pro.taskana.exceptions.InvalidArgumentException
pro.taskana.exceptions.InvalidArgumentExceptionpublic static void setLdapCache(LdapCache cache)
Copyright © 2019. All rights reserved.