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.Empty
INSTANCE
-
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()
String
getId()
String
getName()
String
getProtocolMapper()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setConfig(Map<String,String> config)
void
setId(String id)
void
setName(String name)
void
setProtocolMapper(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:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setConfig
public void setConfig(Map<String,String> config)
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
public void setProtocolMapper(String protocolMapper)
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
public String getProtocolMapper()
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
-