@RestController @EnableHypermediaSupport(type=HAL) 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(path="/api/v1/access-ids") public org.springframework.http.ResponseEntity<List<AccessIdResource>> validateAccessIds(@RequestParam(value="search-for") String searchFor) throws pro.taskana.exceptions.InvalidArgumentException
@GetMapping(path="/api/v1/access-ids/groups") public org.springframework.http.ResponseEntity<List<AccessIdResource>> getGroupsByAccessId(@RequestParam(value="access-id") String accessId) throws pro.taskana.exceptions.InvalidArgumentException
public static void setLdapCache(LdapCache cache)
Copyright © 2020. All rights reserved.