Class TokenEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
com.flowable.idm.engine.impl.persistence.entity.TokenEntityImpl
All Implemented Interfaces:
TokenEntity, Serializable, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.idm.api.Token

public class TokenEntityImpl extends AbstractIdmEngineEntity implements TokenEntity, Serializable, org.flowable.common.engine.impl.db.HasRevision
Author:
Tijs Rademakers
See Also:
  • Field Details

    • tokenValue

      protected String tokenValue
    • tokenDate

      protected Date tokenDate
    • ipAddress

      protected String ipAddress
    • userAgent

      protected String userAgent
    • userId

      protected String userId
    • tokenData

      protected String tokenData
  • Constructor Details

    • TokenEntityImpl

      public TokenEntityImpl()
  • Method Details

    • getTokenValue

      public String getTokenValue()
      Specified by:
      getTokenValue in interface org.flowable.idm.api.Token
    • setTokenValue

      public void setTokenValue(String tokenValue)
      Specified by:
      setTokenValue in interface org.flowable.idm.api.Token
    • getTokenDate

      public Date getTokenDate()
      Specified by:
      getTokenDate in interface org.flowable.idm.api.Token
    • setTokenDate

      public void setTokenDate(Date tokenDate)
      Specified by:
      setTokenDate in interface org.flowable.idm.api.Token
    • getIpAddress

      public String getIpAddress()
      Specified by:
      getIpAddress in interface org.flowable.idm.api.Token
    • setIpAddress

      public void setIpAddress(String ipAddress)
      Specified by:
      setIpAddress in interface org.flowable.idm.api.Token
    • getUserAgent

      public String getUserAgent()
      Specified by:
      getUserAgent in interface org.flowable.idm.api.Token
    • setUserAgent

      public void setUserAgent(String userAgent)
      Specified by:
      setUserAgent in interface org.flowable.idm.api.Token
    • getUserId

      public String getUserId()
      Specified by:
      getUserId in interface org.flowable.idm.api.Token
    • setUserId

      public void setUserId(String userId)
      Specified by:
      setUserId in interface org.flowable.idm.api.Token
    • getTokenData

      public String getTokenData()
      Specified by:
      getTokenData in interface org.flowable.idm.api.Token
    • setTokenData

      public void setTokenData(String tokenData)
      Specified by:
      setTokenData in interface org.flowable.idm.api.Token
    • getPersistentState

      public Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
      Specified by:
      getPersistentState in interface TokenEntity
    • toString

      public String toString()
      Overrides:
      toString in class Object