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 inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
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) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
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, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getName
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapper
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:
-