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
ConstructorsConstructorDescriptionMapProtocolMapperEntityDelegate(DelegateProvider<MapProtocolMapperEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidvoidvoidvoidsetProtocolMapper(String protocolMapper) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapProtocolMapperEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapProtocolMapperEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getName
- Specified by:
getNamein interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setNamein interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapperin interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapperin interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfigin interfaceMapProtocolMapperEntity
-
setConfig
- Specified by:
setConfigin interfaceMapProtocolMapperEntity
-