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
ConstructorDescriptionMapProtocolMapperEntityDelegate
(DelegateProvider<MapProtocolMapperEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
void
void
void
setProtocolMapper
(String protocolMapper) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapProtocolMapperEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapProtocolMapperEntity>
-
toString
-
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
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getName
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-