Package eu.webtoolkit.jwt.auth.jpa

  • Class Summary
    Class Description
    AbstractUser
    By extending this class, and using the extended implementation in AuthInfo, extra fields can be added to the AuthInfo object.
    AuthIdentity
    A JPA implementation for an authentication identity This class is used by AuthInfo, and stores identities.
    AuthInfo
    A default JPA implementation for authentication data This class implements the requirements for use as a data type in UserDatabase.
    AuthToken
    A JPA implementation for an authentication token.
    UserDatabase
    A JPA implementation for user authentication data.