mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Implement hasPermission().
This commit is contained in:
@@ -102,10 +102,7 @@ public class SimpleUser extends AbstractUser {
|
||||
|
||||
@Override
|
||||
public boolean hasPermission(Permission permission) throws GuacamoleException {
|
||||
|
||||
/* FIXME: STUB! */
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
|
||||
return permissions.contains(permission);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user