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
  • Field Details

    • 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
  • Constructor Details

    • HotRodAuthenticationFlowEntity

      public HotRodAuthenticationFlowEntity()
  • Method Details