Class AuthenticationFlowEntity

java.lang.Object
org.keycloak.models.jpa.entities.AuthenticationFlowEntity

@Entity public class AuthenticationFlowEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • id

      protected String id
    • realm

      protected RealmEntity realm
    • alias

      protected String alias
    • providerId

      protected String providerId
    • description

      protected String description
    • topLevel

      protected boolean topLevel
    • builtIn

      protected boolean builtIn
  • Constructor Details

    • AuthenticationFlowEntity

      public AuthenticationFlowEntity()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getRealm

      public RealmEntity getRealm()
    • setRealm

      public void setRealm(RealmEntity realm)
    • getAlias

      public String getAlias()
    • setAlias

      public void setAlias(String alias)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getExecutions

      public Collection<AuthenticationExecutionEntity> getExecutions()
    • setExecutions

      public void setExecutions(Collection<AuthenticationExecutionEntity> executions)
    • getProviderId

      public String getProviderId()
    • setProviderId

      public void setProviderId(String providerId)
    • isTopLevel

      public boolean isTopLevel()
    • setTopLevel

      public void setTopLevel(boolean topLevel)
    • isBuiltIn

      public boolean isBuiltIn()
    • setBuiltIn

      public void setBuiltIn(boolean builtIn)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object