Package org.keycloak.representations.idm
Class ComponentTypeRepresentation
java.lang.Object
org.keycloak.representations.idm.ComponentTypeRepresentation
- Author:
- Marek Posolda
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Extra information about the component that might come from annotations or interfaces that the component implements.void
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 UserStorageProviderFactory implements ImportSynchronization- Returns:
-
setMetadata
-