Package org.keycloak.models.map.client
Class MapProtocolMapperEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.client.MapProtocolMapperEntityDelegate
 
- 
- All Implemented Interfaces:
- MapProtocolMapperEntity,- AbstractEntity,- HasDelegateProvider<MapProtocolMapperEntity>,- UpdatableEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapProtocolMapperEntityDelegate extends Object implements MapProtocolMapperEntity, HasDelegateProvider<MapProtocolMapperEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapProtocolMapperEntityDelegate(DelegateProvider<MapProtocolMapperEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getConfig()DelegateProvider<MapProtocolMapperEntity>getDelegateProvider()StringgetId()StringgetName()StringgetProtocolMapper()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetConfig(Map<String,String> config)voidsetId(String id)voidsetName(String name)voidsetProtocolMapper(String protocolMapper)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapProtocolMapperEntityDelegatepublic MapProtocolMapperEntityDelegate(DelegateProvider<MapProtocolMapperEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapProtocolMapperEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapProtocolMapperEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapProtocolMapperEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapProtocolMapperEntity
 
 - 
getProtocolMapperpublic String getProtocolMapper() - Specified by:
- getProtocolMapperin interface- MapProtocolMapperEntity
 
 - 
setProtocolMapperpublic void setProtocolMapper(String protocolMapper) - Specified by:
- setProtocolMapperin interface- MapProtocolMapperEntity
 
 - 
getConfigpublic Map<String,String> getConfig() - Specified by:
- getConfigin interface- MapProtocolMapperEntity
 
 - 
setConfigpublic void setConfig(Map<String,String> config) - Specified by:
- setConfigin interface- MapProtocolMapperEntity
 
 
- 
 
-