Interface User<I>

All Superinterfaces:
IDed<I>, Principal

public interface User<I> extends IDed<I>, Principal
A representation of an individual.
Author:
Garret Wilson
  • Method Details

    • getFirstName

      String getFirstName()
      Returns:
      The first name of the user.
    • getLastName

      String getLastName()
      Returns:
      The last name of the user.
    • getFullName

      String getFullName()
      Returns:
      The composite name of the user.
    • getPassword

      char[] getPassword()
      Returns:
      The password of the user.