Class MapAuthenticationFlowEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityDelegate
-
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapAuthenticationFlowEntity>
,UpdatableEntity
,MapAuthenticationFlowEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationFlowEntityDelegate extends Object implements MapAuthenticationFlowEntity, HasDelegateProvider<MapAuthenticationFlowEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticationFlowEntityDelegate(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
DelegateProvider<MapAuthenticationFlowEntity>
getDelegateProvider()
String
getDescription()
String
getId()
String
getProviderId()
Boolean
isBuiltIn()
Boolean
isTopLevel()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAlias(String alias)
void
setBuiltIn(Boolean builtIn)
void
setDescription(String description)
void
setId(String id)
void
setProviderId(String providerId)
void
setTopLevel(Boolean topLevel)
-
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
-
-
-
-
Constructor Detail
-
MapAuthenticationFlowEntityDelegate
public MapAuthenticationFlowEntityDelegate(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapAuthenticationFlowEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<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
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String alias)
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String providerId)
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean builtIn)
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean topLevel)
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-
-