This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 693f05f4e GUACAMOLE-1266: Merge implement SAML Single Logout
add 764311f3d GUACAMOLE-2206: Implement ability to apply login
restrictions to admin users.
new cb0281e83 GUACAMOLE-2206: Merge ability to apply login restrictions to
admin users.
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:
.../RestrictionAuthenticationProvider.java | 66 +++++++++++++++++++++-
.../RestrictionAuthenticationProviderModule.java} | 23 +++-----
.../restrict/RestrictionVerificationService.java | 15 -----
.../auth/restrict/conf}/ConfigurationService.java | 41 +++++++-------
.../auth/restrict/conf/RestrictionProperties.java | 30 +++++-----
5 files changed, 107 insertions(+), 68 deletions(-)
copy
extensions/{guacamole-auth-quickconnect/src/main/java/org/apache/guacamole/auth/quickconnect/QuickConnectAuthenticationProviderModule.java
=>
guacamole-auth-restrict/src/main/java/org/apache/guacamole/auth/restrict/RestrictionAuthenticationProviderModule.java}
(75%)
copy
extensions/{guacamole-auth-header/src/main/java/org/apache/guacamole/auth/header
=>
guacamole-auth-restrict/src/main/java/org/apache/guacamole/auth/restrict/conf}/ConfigurationService.java
(55%)
copy
guacamole/src/main/java/org/apache/guacamole/rest/auth/SecureRandomAuthTokenGenerator.java
=>
extensions/guacamole-auth-restrict/src/main/java/org/apache/guacamole/auth/restrict/conf/RestrictionProperties.java
(55%)