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 boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodAuthenticationFlowEntity e)
boolean
equals(Object o)
String
getAlias()
String
getDescription()
HotRodAuthenticationFlowEntity
getHotRodEntity()
String
getId()
String
getProviderId()
int
hashCode()
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)
String
toString()
-
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:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String p0)
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean p0)
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean p0)
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-
getHotRodEntity
public HotRodAuthenticationFlowEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAuthenticationFlowEntity>
-
-