Class MapAuthenticationFlowEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityImpl
-
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapAuthenticationFlowEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationFlowEntityImpl extends UpdatableEntity.Impl implements MapAuthenticationFlowEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapAuthenticationFlowEntityImpl.Empty-
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 MapAuthenticationFlowEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAlias()StringgetDescription()StringgetId()StringgetProviderId()inthashCode()BooleanisBuiltIn()BooleanisTopLevel()voidsetAlias(String p0)voidsetBuiltIn(Boolean p0)voidsetDescription(String p0)voidsetId(String p0)voidsetProviderId(String p0)voidsetTopLevel(Boolean p0)StringtoString()-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticationFlowEntityImpl
public MapAuthenticationFlowEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAliasin interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String p0)
- Specified by:
setAliasin interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltInin interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean p0)
- Specified by:
setBuiltInin interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescriptionin interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderIdin interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevelin interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean p0)
- Specified by:
setTopLevelin interfaceMapAuthenticationFlowEntity
-
-