Package org.keycloak.models.map.client
Class MapProtocolMapperEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.client.MapProtocolMapperEntityFieldDelegate
-
- All Implemented Interfaces:
MapProtocolMapperEntity,AbstractEntity,HasEntityFieldDelegate<MapProtocolMapperEntity>,UpdatableEntity
public class MapProtocolMapperEntityFieldDelegate extends UpdatableEntity.Impl implements MapProtocolMapperEntity, HasEntityFieldDelegate<MapProtocolMapperEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getConfig()EntityFieldDelegate<MapProtocolMapperEntity>getEntityFieldDelegate()StringgetId()StringgetName()StringgetProtocolMapper()voidsetConfig(Map<String,String> p0)voidsetId(String p0)voidsetName(String p0)voidsetProtocolMapper(String p0)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapProtocolMapperEntityFieldDelegate
public MapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapProtocolMapperEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapProtocolMapperEntity>
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapProtocolMapperEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapProtocolMapperEntity
-
getProtocolMapper
public String getProtocolMapper()
- Specified by:
getProtocolMapperin interfaceMapProtocolMapperEntity
-
setProtocolMapper
public void setProtocolMapper(String p0)
- Specified by:
setProtocolMapperin interfaceMapProtocolMapperEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfigin interfaceMapProtocolMapperEntity
-
setConfig
public void setConfig(Map<String,String> p0)
- Specified by:
setConfigin interfaceMapProtocolMapperEntity
-
-