Package org.keycloak.representations.idm
Class ComponentTypeRepresentation
java.lang.Object
org.keycloak.representations.idm.ComponentTypeRepresentation
- Author:
- Marek Posolda
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Extra information about the component that might come from annotations or interfaces that the component implements For example, if UserStorageProvider implements ImportSynchronizationvoid
setHelpText
(String helpText) void
void
setMetadata
(Map<String, Object> metadata) void
setProperties
(List<ConfigPropertyRepresentation> properties)
-
Field Details
-
id
-
helpText
-
properties
-
metadata
-
-
Constructor Details
-
ComponentTypeRepresentation
public ComponentTypeRepresentation()
-
-
Method Details
-
getId
-
setId
-
getHelpText
-
setHelpText
-
getProperties
-
setProperties
-
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
-