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.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description String
authenticator
String
authenticatorConfig
Boolean
autheticatorFlow
String
flowId
String
id
String
parentFlowId
Integer
priority
Integer
requirement
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodAuthenticationExecutionEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, 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
-
-