Class Authentication
java.lang.Object
de.bytestore.hostinger.entity.user.Authentication
The
Authentication class represents an authentication entity in the system.
It links users to their authentication tokens and stores metadata related to
creation and modification of the authentication entity.
This class is annotated for use with JPA and Jmix frameworks, enabling it to
be persisted in a database. It also includes support for auditing fields such
as creation and modification metadata.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Authentication
public Authentication()
-