All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.lteconsulting.hexa.server.data.UserSecurityTokenDTO Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.server.data;

import java.util.Date;

/*
 * CETTE CLASSE DOIT ETRE RETIRER DU FRAMEWORK HEXA !!!
 */

public class UserSecurityTokenDTO
{
	public String id;
	public Date validUntil;
	public int userId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy