diff --git a/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/ConnectionRecord.java b/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/ConnectionRecord.java index 29866e8d0..b9f28ed40 100644 --- a/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/ConnectionRecord.java +++ b/guacamole-ext/src/main/java/net/sourceforge/guacamole/net/auth/ConnectionRecord.java @@ -63,19 +63,13 @@ public interface ConnectionRecord { public Date getEndDate(); /** - * Returns the user who used or is using the connection at the times - * given by this connection record. + * Returns the name of the user who used or is using the connection at the + * times given by this connection record. * - * @return The user who used or is using the associated connection. + * @return The name of the user who used or is using the associated + * connection. */ - public User getUser(); - - /** - * Returns the connection associated with this record. - * - * @return The connection associated with this record. - */ - public Connection getConnection(); + public String getUsername(); /** * Returns whether the connection associated with this record is still