GUAC-1132: Add support for getRemoteHost() of ConnectionRecord. Store remote host within AuthenticatedUser.

This commit is contained in:
Michael Jumper
2015-03-17 15:13:32 -07:00
parent d0c57a2378
commit cd52b25b94
4 changed files with 43 additions and 4 deletions

View File

@@ -37,6 +37,14 @@
<dependencies>
<!-- Java servlet API -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>