Package | Description |
---|---|
org.appng.appngizer.controller | |
org.appng.appngizer.model |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Role> |
RoleController.createRole(String app,
Role role) |
org.springframework.http.ResponseEntity<Role> |
RoleController.getRole(String app,
String name) |
org.springframework.http.ResponseEntity<Role> |
RoleController.updateRole(String app,
String name,
Role role) |
Modifier and Type | Method and Description |
---|---|
static Role |
Role.fromDomain(Role roleImpl) |
Constructor and Description |
---|
Roles(List<Role> roles,
String app) |
Copyright © 2011–2023 aiticon GmbH. All rights reserved.