@RestController @CrossOrigin(value="*") @RequestMapping(value="/api/v1/named/entity") public class NamedEntityController extends EntityController<NamedEntity>
| Modifier and Type | Field and Description |
|---|---|
umun.iam.service.TokenService |
tokenService |
| Constructor and Description |
|---|
NamedEntityController() |
| Modifier and Type | Method and Description |
|---|---|
protected EntityCRUDService<NamedEntity> |
getCRUDService() |
org.springframework.http.ResponseEntity<?> |
read(String entityName) |
create, delete, update@GetMapping
public org.springframework.http.ResponseEntity<?> read(@RequestParam(value="entityName")
String entityName)
protected EntityCRUDService<NamedEntity> getCRUDService()
getCRUDService in class EntityController<NamedEntity>Copyright © 2022 Pivotal Software, Inc.. All rights reserved.