Class AbstractUser

java.lang.Object
eu.webtoolkit.jwt.auth.jpa.AbstractUser

public class AbstractUser
extends java.lang.Object
By extending this class, and using the extended implementation in AuthInfo, extra fields can be added to the AuthInfo object.
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractUser()  
  • Method Summary

    Modifier and Type Method Description
    long getId()  
    int getVersion()  
    void setId​(long id)  
    void setVersion​(int version)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractUser

      public AbstractUser()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId​(long id)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion​(int version)