Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
static ComponentRepresentation |
ModelToRepresentation.toRepresentation(ComponentModel component) |
Modifier and Type | Method and Description |
---|---|
static ComponentModel |
RepresentationToModel.toModel(ComponentRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
ComponentRepresentation |
ComponentResource.getComponent(String id) |
Modifier and Type | Method and Description |
---|---|
List<ComponentRepresentation> |
ComponentResource.getComponents(String parent,
String type) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ComponentResource.create(ComponentRepresentation rep) |
void |
ComponentResource.updateComponent(String id,
ComponentRepresentation rep) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.