Uses of Enum
org.apache.guacamole.net.auth.ActivityLog.Type
Packages that use ActivityLog.Type
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of ActivityLog.Type in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return ActivityLog.TypeModifier and TypeMethodDescriptionAbstractActivityLog.getType()ActivityLog.getType()Returns the type of this activity log.static ActivityLog.TypeReturns the enum constant of this type with the specified name.static ActivityLog.Type[]ActivityLog.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.guacamole.net.auth with parameters of type ActivityLog.TypeModifierConstructorDescriptionAbstractActivityLog(ActivityLog.Type type, TranslatableMessage description) Creates a new AbstractActivityLog having the given type and human-readable description.FileActivityLog(ActivityLog.Type type, TranslatableMessage description, File content) Creates a new FileActivityLog that exposes the content of the given local file as anActivityLog.