mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-800: Remove stubs - no supported attributes for now.
This commit is contained in:
@@ -127,14 +127,12 @@ public class ModeledConnection extends ModeledGroupedDirectoryObject<ConnectionM
|
||||
|
||||
@Override
|
||||
public Map<String, String> getAttributes() {
|
||||
// FIXME: STUB
|
||||
return Collections.<String, String>emptyMap();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAttributes(Map<String, String> attributes) {
|
||||
// FIXME: STUB
|
||||
throw new UnsupportedOperationException("STUB");
|
||||
// Drop all attributes - none currently supported
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -112,14 +112,12 @@ public class ModeledConnectionGroup extends ModeledGroupedDirectoryObject<Connec
|
||||
|
||||
@Override
|
||||
public Map<String, String> getAttributes() {
|
||||
// FIXME: STUB
|
||||
return Collections.<String, String>emptyMap();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAttributes(Map<String, String> attributes) {
|
||||
// FIXME: STUB
|
||||
throw new UnsupportedOperationException("STUB");
|
||||
// Drop all attributes - none currently supported
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -183,14 +183,12 @@ public class ModeledUser extends ModeledDirectoryObject<UserModel> implements Us
|
||||
|
||||
@Override
|
||||
public Map<String, String> getAttributes() {
|
||||
// FIXME: STUB
|
||||
return Collections.<String, String>emptyMap();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAttributes(Map<String, String> attributes) {
|
||||
// FIXME: STUB
|
||||
throw new UnsupportedOperationException("STUB");
|
||||
// Drop all attributes - none currently supported
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user