
br.com.jhonsapp.finaluser.domain.ApplicationUser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of final-user Show documentation
Show all versions of final-user Show documentation
A bunch of classes that help developers building login and authentication.
The newest version!
package br.com.jhonsapp.finaluser.domain;
/**
* This interface represents a application user in a application.
*
* @see User
*
* @author Jhonathan Camacho
* @author Jhonys Camacho
*
*/
public interface ApplicationUser extends User {
/**
* Returns the application name.
*
* @return the application name.
*/
public String getName();
/**
* Sets the application name.
*
* @param name
* the application name.
*/
public void setName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy