public class ExampleServiceImpl extends Object implements ExampleService
| Constructor and Description |
|---|
ExampleServiceImpl(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
addCompany(CompanyRepresentation company) |
void |
close() |
CompanyRepresentation |
findCompany(String id) |
protected RealmModel |
getRealm() |
List<CompanyRepresentation> |
listCompanies() |
public ExampleServiceImpl(KeycloakSession session)
protected RealmModel getRealm()
public List<CompanyRepresentation> listCompanies()
listCompanies in interface ExampleServicepublic CompanyRepresentation findCompany(String id)
findCompany in interface ExampleServicepublic CompanyRepresentation addCompany(CompanyRepresentation company)
addCompany in interface ExampleServiceCopyright © 2021 JBoss by Red Hat. All rights reserved.