Package org.keycloak.models.map.client
Class MapProtocolMapperEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.client.MapProtocolMapperEntityImpl.Empty
 
 
- 
- All Implemented Interfaces:
- MapProtocolMapperEntity,- AbstractEntity,- UpdatableEntity
 - Enclosing class:
- MapProtocolMapperEntityImpl
 
 public static class MapProtocolMapperEntityImpl.Empty extends UpdatableEntity.Impl implements MapProtocolMapperEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapProtocolMapperEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getConfig()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 org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag
 - 
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
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapProtocolMapperEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
getConfigpublic Map<String,String> getConfig() - Specified by:
- getConfigin interface- MapProtocolMapperEntity
 
 - 
setConfigpublic void setConfig(Map<String,String> config) - Specified by:
- setConfigin interface- MapProtocolMapperEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapProtocolMapperEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapProtocolMapperEntity
 
 - 
setProtocolMapperpublic void setProtocolMapper(String protocolMapper) - Specified by:
- setProtocolMapperin interface- MapProtocolMapperEntity
 
 - 
getProtocolMapperpublic String getProtocolMapper() - Specified by:
- getProtocolMapperin interface- MapProtocolMapperEntity
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 
- 
 
-