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
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidvoidvoidvoidsetProtocolMapper(String protocolMapper) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setConfig
- Specified by:
setConfigin interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfigin interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setNamein interfaceMapProtocolMapperEntity
-
getName
- Specified by:
getNamein interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapperin interfaceMapProtocolMapperEntity
-
setProtocolMapper
- 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:
-