Uses of Class
org.keycloak.representations.idm.ComponentRepresentation
Packages that use ComponentRepresentation
Package
Description
-
Uses of ComponentRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ComponentRepresentationMethods in org.keycloak.admin.client.resource that return types with arguments of type ComponentRepresentationMethods in org.keycloak.admin.client.resource with parameters of type ComponentRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ComponentsResource.add
(ComponentRepresentation rep) void
ComponentResource.update
(ComponentRepresentation rep) -
Uses of ComponentRepresentation in org.keycloak.federation.kerberos
Constructors in org.keycloak.federation.kerberos with parameters of type ComponentRepresentationModifierConstructorDescriptionCommonKerberosConfig
(ComponentRepresentation componentRep) KerberosConfig
(ComponentRepresentation component) -
Uses of ComponentRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ComponentRepresentationModifier and TypeMethodDescriptionprotected static ComponentRepresentation
StripSecretsUtils.stripComponent
(Map<String, ProviderConfigProperty> configProperties, ComponentRepresentation rep) static ComponentRepresentation
ModelToRepresentation.toRepresentation
(KeycloakSession session, ComponentModel component, boolean internal) static ComponentRepresentation
ModelToRepresentation.toRepresentationWithoutConfig
(ComponentModel component) Methods in org.keycloak.models.utils with parameters of type ComponentRepresentationModifier and TypeMethodDescriptionstatic Map<String,
ProviderConfigProperty> ComponentUtil.getComponentConfigProperties
(KeycloakSession session, ComponentRepresentation component) static ComponentFactory
ComponentUtil.getComponentFactory
(KeycloakSession session, ComponentRepresentation component) protected static ComponentRepresentation
StripSecretsUtils.stripComponent
(Map<String, ProviderConfigProperty> configProperties, ComponentRepresentation rep) static ComponentModel
RepresentationToModel.toModel
(KeycloakSession session, ComponentRepresentation rep) static void
RepresentationToModel.updateComponent
(KeycloakSession session, ComponentRepresentation rep, ComponentModel component, boolean internal) -
Uses of ComponentRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return ComponentRepresentationMethods in org.keycloak.services.resources.admin that return types with arguments of type ComponentRepresentationModifier and TypeMethodDescriptionComponentResource.getComponents
(String parent, String type, String name) Methods in org.keycloak.services.resources.admin with parameters of type ComponentRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ComponentResource.create
(ComponentRepresentation rep) jakarta.ws.rs.core.Response
ComponentResource.updateComponent
(String id, ComponentRepresentation rep) -
Uses of ComponentRepresentation in org.keycloak.storage.ldap.kerberos
Constructors in org.keycloak.storage.ldap.kerberos with parameters of type ComponentRepresentation