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.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapProtocolMapperEntityImpl.EmptyINSTANCE-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All 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.Impl
clearUpdatedFlag
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final MapProtocolMapperEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfigin interfaceMapProtocolMapperEntity
-
setConfig
public void setConfig(Map<String,String> config)
- Specified by:
setConfigin interfaceMapProtocolMapperEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapProtocolMapperEntity
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceMapProtocolMapperEntity
-
getProtocolMapper
public String getProtocolMapper()
- Specified by:
getProtocolMapperin interfaceMapProtocolMapperEntity
-
setProtocolMapper
public void setProtocolMapper(String protocolMapper)
- Specified by:
setProtocolMapperin interfaceMapProtocolMapperEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
-