Class ChallengeEntity

    • Constructor Detail

      • ChallengeEntity

        public ChallengeEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getType

        public int getType()
        Gets value for attribute type
      • setType

        public void setType​(int type)
        Sets value for attribute type
      • getUser

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getAccount

        public AccountEntity getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(AccountEntity account)
        Sets value for attribute account
      • getUserKey

        public String getUserKey()
        Gets value for attribute userKey
      • setUserKey

        public void setUserKey​(String userKey)
        Sets value for attribute userKey
      • getHost

        public HostEntity getHost()
        Gets value for attribute host
      • setHost

        public void setHost​(HostEntity host)
        Sets value for attribute host
      • getClientHost

        public HostEntity getClientHost()
        Gets value for attribute clientHost
      • setClientHost

        public void setClientHost​(HostEntity clientHost)
        Sets value for attribute clientHost
      • getCentinelPort

        public Integer getCentinelPort()
        Gets value for attribute centinelPort
      • setCentinelPort

        public void setCentinelPort​(Integer centinelPort)
        Sets value for attribute centinelPort
      • getOtpHandler

        public String getOtpHandler()
        Gets value for attribute otpHandler
      • setOtpHandler

        public void setOtpHandler​(String otpHandler)
        Sets value for attribute otpHandler
      • getCardNumber

        public String getCardNumber()
        Gets value for attribute cardNumber
      • setCardNumber

        public void setCardNumber​(String cardNumber)
        Sets value for attribute cardNumber
      • getCell

        public String getCell()
        Gets value for attribute cell
      • setCell

        public void setCell​(String cell)
        Sets value for attribute cell
      • getValue

        public String getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(String value)
        Sets value for attribute value
      • getTimeStamp

        public Date getTimeStamp()
        Gets value for attribute timeStamp
      • setTimeStamp

        public void setTimeStamp​(Date timeStamp)
        Sets value for attribute timeStamp
      • getClientVersion

        public Integer getClientVersion()
        Gets value for attribute clientVersion
      • setClientVersion

        public void setClientVersion​(Integer clientVersion)
        Sets value for attribute clientVersion
      • getKerberosDomain

        public String getKerberosDomain()
        Gets value for attribute kerberosDomain
      • setKerberosDomain

        public void setKerberosDomain​(String kerberosDomain)
        Sets value for attribute kerberosDomain
      • getChallengeId

        public String getChallengeId()
        Gets value for attribute challengeId
      • setChallengeId

        public void setChallengeId​(String challengeId)
        Sets value for attribute challengeId
      • getDomain

        public String getDomain()
        Gets value for attribute domain
      • setDomain

        public void setDomain​(String domain)
        Sets value for attribute domain
      • isCloseOldSessions

        public boolean isCloseOldSessions()
        Gets value for attribute closeOldSessions
      • setCloseOldSessions

        public void setCloseOldSessions​(boolean closeOldSessions)
        Sets value for attribute closeOldSessions
      • isSilent

        public boolean isSilent()
        Gets value for attribute silent
      • setSilent

        public void setSilent​(boolean silent)
        Sets value for attribute silent
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ChallengeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object