Michael Jumper
|
e75e9715f7
|
GUACAMOLE-220: Permissions returned by getEffectivePermissions() may BE implied, not "may implied".
|
2018-04-21 14:25:39 -07:00 |
|
Michael Jumper
|
c8564f5d80
|
GUACAMOLE-220: Correct JavaDoc of getEffectiveUserGroups() - missing period.
|
2018-04-21 14:24:11 -07:00 |
|
Michael Jumper
|
b35e494fdf
|
GUACAMOLE-220: Remove erroneously-added blank line.
|
2018-04-21 14:23:07 -07:00 |
|
Michael Jumper
|
b43aa59958
|
GUACAMOLE-220: Correct documentation of getUserGroups() behavior.
|
2018-04-21 14:11:18 -07:00 |
|
Michael Jumper
|
dfb07edf29
|
GUACAMOLE-220: Add base API support for user groups. Refactor as minimally necessary.
|
2018-04-19 15:29:10 -07:00 |
|
Michael Jumper
|
fa100a888f
|
GUACAMOLE-542: Explicitly document the behavior of the default implementations provided by AbstractUserContext and AbstractAuthenticationProvider.
|
2018-04-12 14:33:32 -07:00 |
|
Michael Jumper
|
57ff8b84e6
|
GUACAMOLE-542: Deprecate SimpleConnectionDirectory, etc., relying instead on SimpleDirectory.
|
2018-04-11 21:29:23 -07:00 |
|
Michael Jumper
|
9b7ef0dfcf
|
GUACAMOLE-542: Migrate to simpler AbstractAuthenticationProvider / AbstractUserContext base classes.
|
2018-04-11 21:29:15 -07:00 |
|
Michael Jumper
|
fff1411768
|
GUACAMOLE-96: Extract Attributes interface from objects which provide getAttributes() / setAttributes().
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
79936c4c41
|
GUACAMOLE-96: Document semantics of voluntary attribute storage and guaranteed sanitization.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
1c99f6a8cf
|
GUACAMOLE-96: Rearrange logic of DecoratingDirectory.get() to make more intuitive sense.
|
2018-01-17 18:41:36 -08:00 |
|
Michael Jumper
|
63bb3a033a
|
GUACAMOLE-96: Objects should be decorated upon add(), not undecorated (they by definition come from an external source, not the decorated extension).
|
2018-01-13 17:23:19 -08:00 |
|
Michael Jumper
|
b37e041d3e
|
GUACAMOLE-96: Add convenience classes for overriding the behavior of objects commonly stored in a Directory.
|
2018-01-13 17:23:15 -08:00 |
|
Michael Jumper
|
a915f7b190
|
GUACAMOLE-96: Add convenience class for decorating the objects returned by a Directory.
|
2018-01-13 17:23:13 -08:00 |
|
Michael Jumper
|
7357e51b58
|
GUACAMOLE-96: Add redecorate() function with semantics analogous to updateUserContext().
|
2018-01-13 17:23:11 -08:00 |
|
Michael Jumper
|
41059f5e09
|
GUACAMOLE-96: Add convenience class for overriding the behavior of an existing UserContext.
|
2018-01-13 17:23:02 -08:00 |
|
Michael Jumper
|
ffad1898b6
|
GUACAMOLE-96: Add API support for augmenting functionality of other extensions.
|
2018-01-13 17:22:48 -08:00 |
|
Michael Jumper
|
223102c38c
|
GUACAMOLE-412: Refactor user events with respect to extension API changes since the decoupling of auth from storage, providing AuthenticatedUser instead of UserContext to represent the user involved.
|
2017-10-27 13:03:17 -07:00 |
|
Michael Jumper
|
153996b725
|
GUACAMOLE-364: Merge changes restoring extension support for event listeners.
|
2017-10-06 09:48:33 -07:00 |
|
Carl Harris
|
25705a86e8
|
GUACAMOLE-364: addressed some documentation stragglers
|
2017-10-06 10:26:26 -04:00 |
|
Carl Harris
|
f8484befaf
|
GUACAMOLE-364: addressed various documentation issues
|
2017-10-06 10:22:10 -04:00 |
|
Michael Jumper
|
3cd7f453c0
|
GUACAMOLE-394: Add getLastActive() function, returning the time that a user/connection was last logged-in / used.
|
2017-09-25 12:50:52 -07:00 |
|
Michael Jumper
|
b61f14e4db
|
GUACAMOLE-394: Add history list at User object level (similar to Connection).
|
2017-09-25 12:49:43 -07:00 |
|
Michael Jumper
|
700005e823
|
GUACAMOLE-394: Remove UserRecord interface - recording historical auth tokens doesn't make sense, and removing that turns UserRecord into an empty interface.
|
2017-09-25 12:49:12 -07:00 |
|
Michael Jumper
|
5340f55361
|
GUACAMOLE-394: Add API support for user login/logout records.
|
2017-09-25 12:48:37 -07:00 |
|
Michael Jumper
|
26122ebc3e
|
GUACAMOLE-394: Deprecate ConnectionRecordSet. Refactor accordingly.
|
2017-09-25 12:30:03 -07:00 |
|
Michael Jumper
|
cd5d23866d
|
GUACAMOLE-394: Separate definition of records and record sets into generalized interface.
|
2017-09-25 12:30:03 -07:00 |
|
Michael Jumper
|
2c587e5f9f
|
GUACAMOLE-393: Add AuthenticationProvider shutdown hook.
|
2017-09-25 11:47:44 -07:00 |
|
Michael Jumper
|
45adf2fd93
|
GUACAMOLE-393: Add session invalidation hooks to UserContext.
|
2017-09-25 11:47:37 -07:00 |
|
Michael Jumper
|
c20457f89b
|
GUACAMOLE-393: Add session invalidation hooks to AuthenticatedUser.
|
2017-09-25 11:47:25 -07:00 |
|
Carl Harris
|
f63c8b43a8
|
GUACAMOLE-364: declare and implement new listener API
This commit also deprecates the existing listener API and
includes support for adapting existing listener implementations
to the new API.
|
2017-09-07 16:58:44 -04:00 |
|
Carl Harris
|
059cb75f0f
|
GUACAMOLE-364: address style consistency issues
|
2017-08-17 05:11:54 -04:00 |
|
Carl Harris
|
6f89a0b530
|
GUACAMOLE-364: listener interfaces now extend a common marker interface
|
2017-08-16 06:54:16 -04:00 |
|
Michael Jumper
|
ee6edb9c82
|
GUACAMOLE-292: Define and use standard attributes for user organization and role.
|
2017-05-27 11:28:13 -07:00 |
|
Michael Jumper
|
9634731fe6
|
GUACAMOLE-292: Define and use standard attributes for user full name and email.
|
2017-05-27 11:28:13 -07:00 |
|
James Muehlner
|
d9b888e99a
|
GUACAMOLE-189: Merge per-connection guacd functionality.
|
2017-05-10 20:38:05 -07:00 |
|
Michael Jumper
|
31b1b42ba6
|
GUACAMOLE-189: Refactor GuacamoleProxyConfiguration to guacamole-ext.
|
2017-05-04 21:32:23 -07:00 |
|
Michael Jumper
|
8142b2d5f8
|
GUACAMOLE-289: Clarify behavior of getResource() with respect to authenticated vs. unauthenticated.
|
2017-04-29 14:00:10 -07:00 |
|
Michael Jumper
|
aa261410f4
|
GUACAMOLE-289: Isolate extension REST services to ".../api/ext/" and ".../api/session/ext".
|
2017-04-29 13:38:57 -07:00 |
|
Michael Jumper
|
4455cbc781
|
GUACAMOLE-289: Add getResource() functions to UserContext and AuthenticationProvider, allowing extensions to expose arbitrary REST resources/services.
|
2017-04-29 12:34:32 -07:00 |
|
Michael Jumper
|
dec73c8457
|
GUACAMOLE-224: Remove @author tags from codebase.
|
2017-02-27 23:20:30 -08:00 |
|
Michael Jumper
|
b336e26cb2
|
GUACAMOLE-47: Store remote address and hostname within Credentials.
|
2017-01-28 11:23:31 -08:00 |
|
Michael Jumper
|
fcefa7a7c7
|
GUACAMOLE-78: Define a standard identifier for anonymous users.
|
2016-08-12 12:51:53 -07:00 |
|
Michael Jumper
|
abbc83a15b
|
GUACAMOLE-5: Provide most recent Credentials to updateUserContext(). Doing otherwise relies on the AuthenticatedUser being updated, which is not guaranteed to happen.
|
2016-07-29 22:16:39 -07:00 |
|
Michael Jumper
|
0a0b5000bf
|
GUACAMOLE-5: ActiveConnections should be Shareable, to allow sharing links to be generated based on a SharingProfile.
|
2016-07-16 11:42:47 -07:00 |
|
Michael Jumper
|
e687ed040f
|
GUACAMOLE-5: Define Shareable interface which defines a mechanism for generating (likely temporary) credentials.
|
2016-07-16 11:42:47 -07:00 |
|
Michael Jumper
|
f9f78a64fc
|
GUACAMOLE-5: Define UserCredentials object which couples a CredentialsInfo with defined parameter values.
|
2016-07-16 11:42:47 -07:00 |
|
Michael Jumper
|
0f49c39ed4
|
GUACAMOLE-5: Track the sharing profile associated with an active connection.
|
2016-07-16 11:42:47 -07:00 |
|
Michael Jumper
|
a2ad7a69ab
|
GUACAMOLE-5: Add sharing profile permissions.
|
2016-07-16 11:42:47 -07:00 |
|
Michael Jumper
|
eededc33ca
|
GUACAMOLE-5: Define sharing profiles and their relationship to connections.
|
2016-07-16 11:39:44 -07:00 |
|