Class MapAuthenticationFlowEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity
,HasEntityFieldDelegate<MapAuthenticationFlowEntity>
,UpdatableEntity
,MapAuthenticationFlowEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticationFlowEntityFieldDelegate
extends UpdatableEntity.Impl
implements MapAuthenticationFlowEntity, HasEntityFieldDelegate<MapAuthenticationFlowEntity>
-
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
ConstructorDescriptionMapAuthenticationFlowEntityFieldDelegate
(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
An optional operation clearing the updated flag.getAlias()
getId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
setBuiltIn
(Boolean p0) void
setDescription
(String p0) void
void
setProviderId
(String p0) void
setTopLevel
(Boolean p0) toString()
-
Constructor Details
-
MapAuthenticationFlowEntityFieldDelegate
public MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapAuthenticationFlowEntity>
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
toString
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-