Class AuthenticationFlowEntity


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

      • alias

        protected String alias
      • providerId

        protected String providerId
      • description

        protected String description
      • topLevel

        protected boolean topLevel
      • builtIn

        protected boolean builtIn
    • Constructor Detail

      • AuthenticationFlowEntity

        public AuthenticationFlowEntity()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object