Modifier and Type | Method and Description |
---|---|
ComponentRepresentation |
ComponentResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ComponentRepresentation> |
ComponentsResource.query() |
List<ComponentRepresentation> |
ComponentsResource.query(String parent) |
List<ComponentRepresentation> |
ComponentsResource.query(String parent,
String type) |
List<ComponentRepresentation> |
ComponentsResource.query(String parent,
String type,
String name) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ComponentsResource.add(ComponentRepresentation rep) |
void |
ComponentResource.update(ComponentRepresentation rep) |
Constructor and Description |
---|
CommonKerberosConfig(ComponentRepresentation componentRep) |
KerberosConfig(ComponentRepresentation component) |
Modifier and Type | Method and Description |
---|---|
static ComponentRepresentation |
StripSecretsUtils.strip(KeycloakSession session,
ComponentRepresentation rep) |
static ComponentRepresentation |
ModelToRepresentation.toRepresentation(KeycloakSession session,
ComponentModel component,
boolean internal) |
static ComponentRepresentation |
ModelToRepresentation.toRepresentationWithoutConfig(ComponentModel component) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ProviderConfigProperty> |
ComponentUtil.getComponentConfigProperties(KeycloakSession session,
ComponentRepresentation component) |
static ComponentFactory |
ComponentUtil.getComponentFactory(KeycloakSession session,
ComponentRepresentation component) |
static ComponentRepresentation |
StripSecretsUtils.strip(KeycloakSession session,
ComponentRepresentation rep) |
static ComponentModel |
RepresentationToModel.toModel(KeycloakSession session,
ComponentRepresentation rep) |
static void |
RepresentationToModel.updateComponent(KeycloakSession session,
ComponentRepresentation rep,
ComponentModel component,
boolean internal) |
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,
String name) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ComponentResource.create(ComponentRepresentation rep) |
javax.ws.rs.core.Response |
ComponentResource.updateComponent(String id,
ComponentRepresentation rep) |
Constructor and Description |
---|
LDAPProviderKerberosConfig(ComponentRepresentation componentRep) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.