Uses of Interface
org.apache.guacamole.net.auth.ConnectionRecord
Packages that use ConnectionRecord
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
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
Classes in org.apache.guacamole.net.auth that implement ConnectionRecordModifier and TypeClassDescriptionclass
ConnectionRecord implementation which simply delegates all function calls to an underlying ConnectionRecord.Methods in org.apache.guacamole.net.auth that return ConnectionRecordModifier and TypeMethodDescriptionprotected ConnectionRecord
DelegatingConnectionRecord.getDelegateConnectionRecord()
Returns the underlying ConnectionRecord wrapped by this DelegatingConnectionRecord.Methods in org.apache.guacamole.net.auth that return types with arguments of type ConnectionRecordModifier and TypeMethodDescriptionAbstractUserContext.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.DelegatingConnection.getConnectionHistory()
DelegatingUserContext.getConnectionHistory()
UserContext.getConnectionHistory()
Retrieves all connection records visible to current user.default List
<? extends ConnectionRecord> Connection.getHistory()
Deprecated.List
<? extends ConnectionRecord> DelegatingConnection.getHistory()
Deprecated.Constructors in org.apache.guacamole.net.auth with parameters of type ConnectionRecordModifierConstructorDescriptionWraps the given ConnectionRecord such that all function calls against this DelegatingConnectionRecord will be delegated to it. -
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 ConnectionRecordModifier and TypeMethodDescriptionSimpleConnectionRecordSet.asCollection()
Deprecated.SimpleConnection.getConnectionHistory()
Connection.getConnectionHistory()
, which returns the connection history as an ActivityRecordSet that can be easily sorted and filtered.