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
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 String
getAlias()
String
getDescription()
EntityFieldDelegate<MapAuthenticationFlowEntity>
getEntityFieldDelegate()
String
getId()
String
getProviderId()
Boolean
isBuiltIn()
Boolean
isTopLevel()
void
setAlias(String p0)
void
setBuiltIn(Boolean p0)
void
setDescription(String p0)
void
setId(String p0)
void
setProviderId(String p0)
void
setTopLevel(Boolean p0)
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
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, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticationFlowEntityFieldDelegate
public MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticationFlowEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapAuthenticationFlowEntity>
-
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
-
-