Class TokenEntityImpl

All Implemented Interfaces:
Serializable, HasRevision, Entity, Token, TokenEntity

public class TokenEntityImpl extends AbstractIdmEngineEntity implements TokenEntity, Serializable, 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