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
Constructors Constructor Description MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetAlias()StringgetDescription()EntityFieldDelegate<MapAuthenticationFlowEntity>getEntityFieldDelegate()StringgetId()StringgetProviderId()BooleanisBuiltIn()BooleanisTopLevel()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAlias(String p0)voidsetBuiltIn(Boolean p0)voidsetDescription(String p0)voidsetId(String p0)voidsetProviderId(String p0)voidsetTopLevel(Boolean p0)
-
-
-
Constructor Detail
-
MapAuthenticationFlowEntityFieldDelegate
public MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticationFlowEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapAuthenticationFlowEntity>
-
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:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAliasin interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String p0)
- Specified by:
setAliasin interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescriptionin interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderIdin interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltInin interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean p0)
- Specified by:
setBuiltInin interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevelin interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean p0)
- Specified by:
setTopLevelin interfaceMapAuthenticationFlowEntity
-
-