Interface User<I>

  • All Superinterfaces:
    IDed<I>, java.security.Principal

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

      • getFirstName

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

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

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

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