Interface User

All Superinterfaces:
Identifiable<String>, Principal
All Known Implementing Classes:
GenericUser, ManagedUser

@NonNullByDefault public interface User extends Principal, Identifiable<String>
A user represents an individual, physical person using the system.
Author:
Yannick Schaus - initial contribution
  • Method Details

    • getRoles

      Set<String> getRoles()
      Gets the roles attributed to the user.
      Returns:
      role attributed to the user
      See Also: