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.ResponseComponentsResource.add(ComponentRepresentation rep) voidComponentResource.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 ComponentRepresentationStripSecretsUtils.stripComponent(Map<String, ProviderConfigProperty> configProperties, ComponentRepresentation rep) static ComponentRepresentationModelToRepresentation.toRepresentation(KeycloakSession session, ComponentModel component, boolean internal) static ComponentRepresentationModelToRepresentation.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 ComponentFactoryComponentUtil.getComponentFactory(KeycloakSession session, ComponentRepresentation component) protected static ComponentRepresentationStripSecretsUtils.stripComponent(Map<String, ProviderConfigProperty> configProperties, ComponentRepresentation rep) static ComponentModelRepresentationToModel.toModel(KeycloakSession session, ComponentRepresentation rep) static voidRepresentationToModel.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.ResponseComponentResource.create(ComponentRepresentation rep) jakarta.ws.rs.core.ResponseComponentResource.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