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

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


    from 1e1d521  GUACAMOLE-704: Merge add ldap-follow-referrals setting for 
Docker containers
     new 4a1527b  GUACAMOLE-524: Provide bridge implementations of both old and 
new versions of connect() for sake of compatibility.
     new b638387  GUACAMOLE-524: Provide distinct, documented, internal access 
to raw GuacamoleConfiguration within SimpleConnection.
     new 7e67dde  GUACAMOLE-524: Leverage thread-local storage to allow 
overriding the deprecated connect() function to have the expected effect within 
subclasses of SimpleConnection.
     new 6be722e  GUACAMOLE-524: Require usages of SimpleConnection to 
explicitly request automatic interpretation of parameter tokens. Do not enable 
by default.
     new 49cd4e5  GUACAMOLE-524: Clarify and document SimpleConnection 
implementation.
     new 9d74d99  GUACAMOLE-524: Correct JavaDoc references to previous 
iteration of API rework.
     new 05553ec  GUACAMOLE-524: Internally replace Connectable with an 
ABI-compatible version.
     new a28b3c3  GUACAMOLE-524: Do not interpret tokens in SimpleUserContext 
if interpretTokens is false.
     new feecb63  GUACAMOLE-524: Declare deprecation of old connect() within 
guacamole-ext.
     new bcbac1f  GUACAMOLE-524: Ensure all guacamole-ext classes implementing 
connect() use the old connect() as their basis. Overriding the old connect() 
will not have the expected effect otherwise.
     new 7e7b6fd  GUACAMOLE-524: Merge update connect() API changes for 
backward compatibility with 1.0.0.

The 4977 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/quickconnect/QuickConnectDirectory.java   |   2 +-
 .../org/apache/guacamole/net/auth/Connectable.java |  41 +++++
 .../guacamole/net/auth/DelegatingConnection.java   |  38 ++++-
 .../net/auth/DelegatingConnectionGroup.java        |  39 ++++-
 .../auth/simple/SimpleAuthenticationProvider.java  |   2 +-
 .../net/auth/simple/SimpleConnection.java          | 179 ++++++++++++++++++---
 .../net/auth/simple/SimpleConnectionGroup.java     |  11 +-
 .../net/auth/simple/SimpleUserContext.java         |  34 +++-
 .../org/apache/guacamole/net/auth/Connectable.java | 109 +++++++++++++
 9 files changed, 424 insertions(+), 31 deletions(-)
 create mode 100644 
guacamole/src/main/java/org/apache/guacamole/net/auth/Connectable.java

Reply via email to