You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2019/06/24 02:20:19 UTC

[guacamole-client] branch staging/1.1.0 updated (82ea1d6 -> f5aa986)

This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 82ea1d6  GUACAMOLE-354: Merge translation and definition for Swiss German keymap option.
     add 55c4144  GUACAMOLE-579: Parse tokens from attributes provided by the CAS server.
     add 8ab9e51  GUACAMOLE-579: Put back original init method for compatibility.
     add d8db630  GUACAMOLE-579: Clean up comments, implement convenience method for tokens without a prefix, and remove unneeded classes.
     add a6601a2  GUACAMOLE-579: Change fromAttribute to canonicalize
     add a2b3e23  GUACAMOLE-579: Fix up documentation issues.
     add 7f26ba7  GUACAMOLE-579: Insure that CAS is providing a username.
     add 9c26a76  GUACAMOLE-579: Remove unnecessary JUnit dependencies.
     new f5aa986  GUACAMOLE-579: Merge support for retrieving user attributes CAS.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../auth/cas/AuthenticationProviderService.java    | 16 +++---
 .../auth/cas/CASAuthenticationProvider.java        | 15 ++++++
 .../auth/cas/ticket/TicketValidationService.java   | 50 ++++++++++++------
 ...nticatedUser.java => CASAuthenticatedUser.java} | 43 +++++++++++++++-
 extensions/guacamole-auth-ldap/pom.xml             |  8 ---
 .../auth/ldap/AuthenticationProviderService.java   | 13 +++--
 .../guacamole/auth/ldap/LDAPConnectionService.java |  1 -
 .../guacamole/auth/ldap/ReferralAuthHandler.java   |  9 ++--
 .../apache/guacamole/auth/ldap/TokenNameTest.java  | 53 -------------------
 .../org/apache/guacamole/token}/TokenName.java     | 60 ++++++++++++++--------
 .../org/apache/guacamole/token/TokenNameTest.java  | 55 ++++++++++++++++++++
 11 files changed, 209 insertions(+), 114 deletions(-)
 rename extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/user/{AuthenticatedUser.java => CASAuthenticatedUser.java} (60%)
 delete mode 100644 extensions/guacamole-auth-ldap/src/test/java/org/apache/guacamole/auth/ldap/TokenNameTest.java
 rename {extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap => guacamole-ext/src/main/java/org/apache/guacamole/token}/TokenName.java (60%)
 create mode 100644 guacamole-ext/src/test/java/org/apache/guacamole/token/TokenNameTest.java


[guacamole-client] 01/01: GUACAMOLE-579: Merge support for retrieving user attributes CAS.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit f5aa986e63d371befee8111a5d9eff1ff98af95a
Merge: 82ea1d6 9c26a76
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Sun Jun 23 19:20:14 2019 -0700

    GUACAMOLE-579: Merge support for retrieving user attributes CAS.

 .../auth/cas/AuthenticationProviderService.java    | 16 +++---
 .../auth/cas/CASAuthenticationProvider.java        | 15 ++++++
 .../auth/cas/ticket/TicketValidationService.java   | 50 ++++++++++++------
 ...nticatedUser.java => CASAuthenticatedUser.java} | 43 +++++++++++++++-
 extensions/guacamole-auth-ldap/pom.xml             |  8 ---
 .../auth/ldap/AuthenticationProviderService.java   | 13 +++--
 .../guacamole/auth/ldap/LDAPConnectionService.java |  1 -
 .../guacamole/auth/ldap/ReferralAuthHandler.java   |  9 ++--
 .../apache/guacamole/auth/ldap/TokenNameTest.java  | 53 -------------------
 .../org/apache/guacamole/token}/TokenName.java     | 60 ++++++++++++++--------
 .../org/apache/guacamole/token/TokenNameTest.java  | 55 ++++++++++++++++++++
 11 files changed, 209 insertions(+), 114 deletions(-)