Class HotRodAuthenticationFlowEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationFlowEntity>
-
- org.keycloak.models.map.storage.hotRod.realm.entity.HotRodAuthenticationFlowEntityDelegate
-
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapAuthenticationFlowEntity,HotRodEntityDelegate<HotRodAuthenticationFlowEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodAuthenticationFlowEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationFlowEntity> implements MapAuthenticationFlowEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description HotRodAuthenticationFlowEntityDelegate()HotRodAuthenticationFlowEntityDelegate(DeepCloner cloner)HotRodAuthenticationFlowEntityDelegate(HotRodAuthenticationFlowEntity hotRodEntity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodAuthenticationFlowEntity e)booleanequals(Object o)StringgetAlias()StringgetDescription()HotRodAuthenticationFlowEntitygetHotRodEntity()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.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
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
-
HotRodAuthenticationFlowEntityDelegate
public HotRodAuthenticationFlowEntityDelegate()
-
HotRodAuthenticationFlowEntityDelegate
public HotRodAuthenticationFlowEntityDelegate(HotRodAuthenticationFlowEntity hotRodEntity)
-
HotRodAuthenticationFlowEntityDelegate
public HotRodAuthenticationFlowEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodAuthenticationFlowEntity e)
-
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
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderIdin interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevelin interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean p0)
- Specified by:
setTopLevelin interfaceMapAuthenticationFlowEntity
-
getHotRodEntity
public HotRodAuthenticationFlowEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAuthenticationFlowEntity>
-
-