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.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapProtocolMapperEntityDelegate(DelegateProvider<MapProtocolMapperEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getConfig()
DelegateProvider<MapProtocolMapperEntity>
getDelegateProvider()
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 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
-
-
-
-
Constructor Detail
-
MapProtocolMapperEntityDelegate
public MapProtocolMapperEntityDelegate(DelegateProvider<MapProtocolMapperEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapProtocolMapperEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapProtocolMapperEntity>
-
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
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
public String getProtocolMapper()
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
public void setProtocolMapper(String protocolMapper)
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setConfig
public void setConfig(Map<String,String> config)
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-
-