Uses of Interface
org.apache.guacamole.net.auth.ConnectionRecord
-
Packages that use ConnectionRecord Package Description org.apache.guacamole.net.auth Provides classes which can be used to extend or replace the authentication functionality of the Guacamole web application.org.apache.guacamole.net.auth.simple Provides a basic AuthenticationProvider base class that can be used to create simple AuthenticationProviders in the same way allowed by the old authentication API. -
-
Uses of ConnectionRecord in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return types with arguments of type ConnectionRecord Modifier and Type Method Description ActivityRecordSet<ConnectionRecord>AbstractUserContext. getConnectionHistory()Retrieves all connection records visible to current user.default ActivityRecordSet<ConnectionRecord>Connection. getConnectionHistory()Returns an ActivityRecordSet containing ConnectionRecords that represent the usage history of this Connection, including any active users.ActivityRecordSet<ConnectionRecord>DelegatingConnection. getConnectionHistory()ActivityRecordSet<ConnectionRecord>DelegatingUserContext. getConnectionHistory()ActivityRecordSet<ConnectionRecord>UserContext. getConnectionHistory()Retrieves all connection records visible to current user.default List<? extends ConnectionRecord>Connection. getHistory()Deprecated.This function has been deprecated in favor ofConnection.getConnectionHistory(), which returns the connection history as an ActivityRecordSet that can be easily sorted and filtered.List<? extends ConnectionRecord>DelegatingConnection. getHistory()Deprecated. -
Uses of ConnectionRecord in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple that return types with arguments of type ConnectionRecord Modifier and Type Method Description Collection<ConnectionRecord>SimpleConnectionRecordSet. asCollection()Deprecated.ActivityRecordSet<ConnectionRecord>SimpleConnection. getConnectionHistory()
-