Class HotRodAuthenticationFlowEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
-
- org.keycloak.models.map.storage.hotRod.realm.entity.HotRodAuthenticationFlowEntity
-
- All Implemented Interfaces:
UpdatableEntity
public class HotRodAuthenticationFlowEntity 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
alias
Boolean
builtIn
String
description
String
id
String
providerId
Boolean
topLevel
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodAuthenticationFlowEntity()
-
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
-
builtIn
@ProtoField(number=2) public Boolean builtIn
-
topLevel
@ProtoField(number=3) public Boolean topLevel
-
alias
@ProtoField(number=4) public String alias
-
description
@ProtoField(number=5) public String description
-
providerId
@ProtoField(number=6) public String providerId
-
-