Interface NormalizedPrincipal

All Superinterfaces:
Principal, Serializable
All Known Subinterfaces:
LdaptiveUserDetails
All Known Implementing Classes:
LdaptiveUser, NormalizedUser

public interface NormalizedPrincipal extends Principal, Serializable
The normalized principal.
Author:
Christian Bremer
  • Method Details

    • getFirstName

      String getFirstName()
      Gets first name.
      Returns:
      the first name
    • getLastName

      String getLastName()
      Gets last name.
      Returns:
      the last name
    • getEmail

      String getEmail()
      Gets email.
      Returns:
      the email