| Package | Description |
|---|---|
| org.keycloak.examples.domainextension.rest | |
| org.keycloak.examples.domainextension.spi | |
| org.keycloak.examples.domainextension.spi.impl |
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
CompanyResource.getCompany(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<CompanyRepresentation> |
CompanyResource.getCompanies() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CompanyResource.createCompany(CompanyRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
ExampleService.addCompany(CompanyRepresentation company) |
CompanyRepresentation |
ExampleService.findCompany(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<CompanyRepresentation> |
ExampleService.listCompanies() |
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
ExampleService.addCompany(CompanyRepresentation company) |
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
ExampleServiceImpl.addCompany(CompanyRepresentation company) |
CompanyRepresentation |
ExampleServiceImpl.findCompany(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<CompanyRepresentation> |
ExampleServiceImpl.listCompanies() |
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
ExampleServiceImpl.addCompany(CompanyRepresentation company) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.