@RestController @EnableHypermediaSupport(type=HAL) public class AccessIdController extends Object
| Constructor and Description |
|---|
AccessIdController(LdapClient ldapClient,
pro.taskana.common.api.TaskanaEngine taskanaEngine) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>> |
getGroupsByAccessId(String accessId) |
org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>> |
validateAccessIds(String searchFor) |
@Autowired public AccessIdController(LdapClient ldapClient, pro.taskana.common.api.TaskanaEngine taskanaEngine)
@GetMapping(path="/api/v1/access-ids") public org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>> validateAccessIds(@RequestParam(value="search-for") String searchFor) throws pro.taskana.common.api.exceptions.InvalidArgumentException, pro.taskana.common.api.exceptions.NotAuthorizedException
@GetMapping(path="/api/v1/access-ids/groups") public org.springframework.http.ResponseEntity<List<AccessIdRepresentationModel>> getGroupsByAccessId(@RequestParam(value="access-id") String accessId) throws pro.taskana.common.api.exceptions.InvalidArgumentException, pro.taskana.common.api.exceptions.NotAuthorizedException
Copyright © 2020. All rights reserved.