GUACAMOLE-524: Add implements Attributes

This commit is contained in:
Jared Frees
2018-06-12 11:45:06 -04:00
parent fa33c98ddc
commit cde13be0cf

View File

@@ -25,7 +25,7 @@ import java.util.Set;
* A user of the Guacamole web application who has been authenticated by an
* AuthenticationProvider.
*/
public interface AuthenticatedUser extends Identifiable {
public interface AuthenticatedUser extends Identifiable, Attributes {
/**
* The identifier reserved for representing a user that has authenticated