public class UserFederationMapperTypeRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected Map<String,String> |
defaultConfig |
protected String |
helpText |
protected String |
id |
protected String |
name |
protected List<ConfigPropertyRepresentation> |
properties |
protected UserFederationMapperSyncConfigRepresentation |
syncConfig |
Constructor and Description |
---|
UserFederationMapperTypeRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
Map<String,String> |
getDefaultConfig() |
String |
getHelpText() |
String |
getId() |
String |
getName() |
List<ConfigPropertyRepresentation> |
getProperties() |
UserFederationMapperSyncConfigRepresentation |
getSyncConfig() |
void |
setCategory(String category) |
void |
setDefaultConfig(Map<String,String> defaultConfig) |
void |
setHelpText(String helpText) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProperties(List<ConfigPropertyRepresentation> properties) |
void |
setSyncConfig(UserFederationMapperSyncConfigRepresentation syncConfig) |
protected String id
protected String name
protected String category
protected String helpText
protected UserFederationMapperSyncConfigRepresentation syncConfig
protected List<ConfigPropertyRepresentation> properties
public UserFederationMapperTypeRepresentation()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getCategory()
public void setCategory(String category)
public String getHelpText()
public void setHelpText(String helpText)
public UserFederationMapperSyncConfigRepresentation getSyncConfig()
public void setSyncConfig(UserFederationMapperSyncConfigRepresentation syncConfig)
public List<ConfigPropertyRepresentation> getProperties()
public void setProperties(List<ConfigPropertyRepresentation> properties)
Copyright © 2021 JBoss by Red Hat. All rights reserved.