You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/07/20 05:29:20 UTC

[8/8] incubator-guacamole-client git commit: GUACAMOLE-5: Merge sharing profile JDBC changes.

GUACAMOLE-5: Merge sharing profile JDBC changes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/16b0c644
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/16b0c644
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/16b0c644

Branch: refs/heads/master
Commit: 16b0c6441292419c1d6ab6839dc9a11b786bc511
Parents: 4e0929c fc05224
Author: James Muehlner <ja...@guac-dev.org>
Authored: Tue Jul 19 22:28:17 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Tue Jul 19 22:28:17 2016 -0700

----------------------------------------------------------------------
 .../jdbc/JDBCAuthenticationProviderModule.java  |  20 +-
 .../connection/ConnectionParameterMapper.java   |  72 ++++
 .../connection/ConnectionParameterModel.java    | 104 ++++++
 .../jdbc/connection/ConnectionRecordModel.java  |  68 +++-
 .../auth/jdbc/connection/ConnectionService.java |  14 +-
 .../auth/jdbc/connection/ModeledConnection.java |   9 +-
 .../connection/ModeledConnectionRecord.java     |   4 +-
 .../auth/jdbc/connection/ParameterMapper.java   |  72 ----
 .../auth/jdbc/connection/ParameterModel.java    | 104 ------
 .../SharingProfilePermissionMapper.java         |  28 ++
 .../SharingProfilePermissionService.java        |  66 ++++
 .../permission/SharingProfilePermissionSet.java |  44 +++
 .../sharingprofile/ModeledSharingProfile.java   | 110 +++++++
 .../sharingprofile/SharingProfileDirectory.java |  85 +++++
 .../sharingprofile/SharingProfileMapper.java    |  91 +++++
 .../sharingprofile/SharingProfileModel.java     | 112 +++++++
 .../SharingProfileParameterMapper.java          |  72 ++++
 .../SharingProfileParameterModel.java           | 108 ++++++
 .../sharingprofile/SharingProfileService.java   | 328 +++++++++++++++++++
 .../tunnel/AbstractGuacamoleTunnelService.java  |  10 +-
 .../guacamole/auth/jdbc/user/ModeledUser.java   |  10 +-
 .../guacamole/auth/jdbc/user/UserContext.java   |  16 +-
 .../schema/001-create-schema.sql                |  99 +++++-
 .../schema/002-create-admin-user.sql            |   1 +
 .../schema/upgrade/upgrade-pre-0.9.10.sql       |  88 +++++
 .../connection/ConnectionParameterMapper.xml    |  68 ++++
 .../jdbc/connection/ConnectionRecordMapper.xml  |  24 +-
 .../auth/jdbc/connection/ParameterMapper.xml    |  68 ----
 .../SharingProfilePermissionMapper.xml          | 117 +++++++
 .../sharingprofile/SharingProfileMapper.xml     | 145 ++++++++
 .../SharingProfileParameterMapper.xml           |  68 ++++
 .../schema/001-create-schema.sql                | 103 +++++-
 .../schema/002-create-admin-user.sql            |   1 +
 .../schema/upgrade/upgrade-pre-0.9.10.sql       |  93 ++++++
 .../connection/ConnectionParameterMapper.xml    |  68 ++++
 .../jdbc/connection/ConnectionRecordMapper.xml  |  24 +-
 .../auth/jdbc/connection/ParameterMapper.xml    |  68 ----
 .../SharingProfilePermissionMapper.xml          | 117 +++++++
 .../sharingprofile/SharingProfileMapper.xml     | 145 ++++++++
 .../SharingProfileParameterMapper.xml           |  68 ++++
 40 files changed, 2545 insertions(+), 367 deletions(-)
----------------------------------------------------------------------