Contents
-
Deprecated Interfaces
Listeners should instead implement the
Listener
interface.
Listeners should instead implement the
Listener
interface.
Listeners should instead implement the
Listener
interface.
Listeners should instead implement the
Listener
interface.
-
Deprecated Classes
This class is now deprecated in favor of using the StringGuacamoleProperty
class with the parseValueCollection method.
Standard tokens are now supplied by default to the connect()
functions of connections and connection groups. Manually generating the
standard tokens is not necessary.
-
Deprecated Methods
This function has been deprecated in favor of
Connection.getConnectionHistory()
, which returns the connection history
as an ActivityRecordSet that can be easily sorted and filtered.
While the getHistory() method is provided for API compatibility,
new implementations should avoid use of this method and, instead,
implement the getConnectionHistory() method.
It is not reliable to reference an HttpServletRequest outside the
scope of the specific request that created it. Use
Credentials.getRequestDetails()
instead.
This function is deprecated in favor of
User.getUserHistory()
, which
returns the login history as an ActivityRecordSet which supports
various sort and filter functions. While this continues to be defined
for API compatibility, new implementation should avoid this function
and use getUserHistory(), instead.
-
Deprecated Constructors
Extensions leveraging LocalEnvironment should instead use
LocalEnvironment.getInstance() to obtain a singleton instance of the
environment.
Extend and override the applicable permission set getters instead,
relying on SimpleUser to expose no permissions by default for all
permission sets that aren't overridden. See
SimpleObjectPermissionSet
for convenient methods of providing a read-only permission set with
specific permissions.
Extend and override the applicable permission set getters instead,
relying on SimpleUser to expose no permissions by default for all
permission sets that aren't overridden. See
SimpleObjectPermissionSet
for convenient methods of providing a read-only permission set with
specific permissions.