Class HotRodAuthenticationExecutionEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
- 
- org.keycloak.models.map.storage.hotRod.realm.entity.HotRodAuthenticationExecutionEntity
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity
 
 public class HotRodAuthenticationExecutionEntity extends AbstractHotRodEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description StringauthenticatorStringauthenticatorConfigBooleanautheticatorFlowStringflowIdStringidStringparentFlowIdIntegerpriorityIntegerrequirement- 
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodAuthenticationExecutionEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()- 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Field Detail- 
id@ProtoField(number=1) public String id 
 - 
autheticatorFlow@ProtoField(number=2) public Boolean autheticatorFlow 
 - 
priority@ProtoField(number=3) public Integer priority 
 - 
requirement@ProtoField(number=4) public Integer requirement 
 - 
authenticator@ProtoField(number=5) public String authenticator 
 - 
authenticatorConfig@ProtoField(number=6) public String authenticatorConfig 
 - 
flowId@ProtoField(number=7) public String flowId 
 - 
parentFlowId@ProtoField(number=8) public String parentFlowId 
 
- 
 
-