Interface Account


  • public interface Account
    Representation of an account, most likely a user account.
    Author:
    Darran Lofthouse
    • Method Detail

      • getRoles

        Set<String> getRoles()
        Returns the users roles.
        Returns:
        A set of the users roles