Class NormalizedUser
java.lang.Object
org.bremersee.spring.security.core.NormalizedUser
- All Implemented Interfaces:
Serializable,Principal,NormalizedPrincipal
The normalized user.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNormalizedUser(String name, String firstName, String lastName, String email) Instantiates a new normalized user. -
Method Summary
-
Constructor Details
-
NormalizedUser
Instantiates a new normalized user.- Parameters:
name- the namefirstName- the first namelastName- the last nameemail- the email
-
-
Method Details
-
getName
-
getFirstName
Description copied from interface:NormalizedPrincipalGets first name.- Specified by:
getFirstNamein interfaceNormalizedPrincipal- Returns:
- the first name
-
getLastName
Description copied from interface:NormalizedPrincipalGets last name.- Specified by:
getLastNamein interfaceNormalizedPrincipal- Returns:
- the last name
-
getEmail
Description copied from interface:NormalizedPrincipalGets email.- Specified by:
getEmailin interfaceNormalizedPrincipal- Returns:
- the email
-