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 void
clearUpdatedFlag()
An optional operation clearing the updated flag.String
getAlias()
String
getDescription()
EntityFieldDelegate<MapAuthenticationFlowEntity>
getEntityFieldDelegate()
String
getId()
String
getProviderId()
Boolean
isBuiltIn()
Boolean
isTopLevel()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAlias(String p0)
void
setBuiltIn(Boolean p0)
void
setDescription(String p0)
void
setId(String p0)
void
setProviderId(String p0)
void
setTopLevel(Boolean p0)
-
-
-
Constructor Detail
-
MapAuthenticationFlowEntityFieldDelegate
public MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticationFlowEntity> 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:
-
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
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String p0)
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean p0)
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean p0)
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-
-