Class ComponentTypeRepresentation

java.lang.Object
org.keycloak.representations.idm.ComponentTypeRepresentation

public class ComponentTypeRepresentation extends Object
Author:
Marek Posolda
  • Field Details

  • Constructor Details

    • ComponentTypeRepresentation

      public ComponentTypeRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getHelpText

      public String getHelpText()
    • setHelpText

      public void setHelpText(String helpText)
    • getProperties

      public List<ConfigPropertyRepresentation> getProperties()
    • setProperties

      public void setProperties(List<ConfigPropertyRepresentation> properties)
    • getMetadata

      public Map<String,Object> getMetadata()
      Extra information about the component that might come from annotations or interfaces that the component implements For example, if UserStorageProvider implements ImportSynchronization
      Returns:
    • setMetadata

      public void setMetadata(Map<String,Object> metadata)