Uses of Class
org.apache.guacamole.language.TranslatableMessage
Packages that use TranslatableMessage
Package
Description
Provides classes which describe the contents and semantics of forms which
may be presented to the user.
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of TranslatableMessage in org.apache.guacamole.form
Methods in org.apache.guacamole.form that return TranslatableMessageConstructors in org.apache.guacamole.form with parameters of type TranslatableMessageModifierConstructorDescriptionRedirectField
(String name, URI redirectUrl, TranslatableMessage redirectMessage) Creates a new field which facilitates redirection of the user to another page. -
Uses of TranslatableMessage in org.apache.guacamole.language
Methods in org.apache.guacamole.language that return TranslatableMessageModifier and TypeMethodDescriptionTranslatable.getTranslatableMessage()
Returns a message which can be translated using a translation service, consisting of a translation key and optional set of substitution variables.TranslatableGuacamoleClientBadTypeException.getTranslatableMessage()
TranslatableGuacamoleClientException.getTranslatableMessage()
TranslatableGuacamoleClientOverrunException.getTranslatableMessage()
TranslatableGuacamoleClientTimeoutException.getTranslatableMessage()
TranslatableGuacamoleClientTooManyException.getTranslatableMessage()
TranslatableGuacamoleConnectionClosedException.getTranslatableMessage()
TranslatableGuacamoleCredentialsException.getTranslatableMessage()
TranslatableGuacamoleInsufficientCredentialsException.getTranslatableMessage()
TranslatableGuacamoleInvalidCredentialsException.getTranslatableMessage()
TranslatableGuacamoleResourceClosedException.getTranslatableMessage()
TranslatableGuacamoleResourceConflictException.getTranslatableMessage()
TranslatableGuacamoleResourceNotFoundException.getTranslatableMessage()
TranslatableGuacamoleSecurityException.getTranslatableMessage()
TranslatableGuacamoleServerBusyException.getTranslatableMessage()
TranslatableGuacamoleServerException.getTranslatableMessage()
TranslatableGuacamoleSessionClosedException.getTranslatableMessage()
TranslatableGuacamoleSessionConflictException.getTranslatableMessage()
TranslatableGuacamoleSessionTimeoutException.getTranslatableMessage()
TranslatableGuacamoleUnauthorizedException.getTranslatableMessage()
TranslatableGuacamoleUnsupportedException.getTranslatableMessage()
TranslatableGuacamoleUpstreamException.getTranslatableMessage()
TranslatableGuacamoleUpstreamNotFoundException.getTranslatableMessage()
TranslatableGuacamoleUpstreamTimeoutException.getTranslatableMessage()
TranslatableGuacamoleUpstreamUnavailableException.getTranslatableMessage()
Constructors in org.apache.guacamole.language with parameters of type TranslatableMessageModifierConstructorDescriptionTranslatableGuacamoleClientBadTypeException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleClientBadTypeException with the given message.TranslatableGuacamoleClientBadTypeException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleClientBadTypeException with the given message and cause.TranslatableGuacamoleClientException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleClientException with the given message.TranslatableGuacamoleClientException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleClientException with the given message and cause.TranslatableGuacamoleClientOverrunException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleClientOverrunException with the given message.TranslatableGuacamoleClientOverrunException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleClientOverrunException with the given message and cause.TranslatableGuacamoleClientTimeoutException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleClientTimeoutException with the given message.TranslatableGuacamoleClientTimeoutException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleClientTimeoutException with the given message and cause.TranslatableGuacamoleClientTooManyException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleClientTooManyException with the given message.TranslatableGuacamoleClientTooManyException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleClientTooManyException with the given message and cause.TranslatableGuacamoleConnectionClosedException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleConnectionClosedException with the given message.TranslatableGuacamoleConnectionClosedException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleConnectionClosedException with the given message and cause.TranslatableGuacamoleCredentialsException
(String message, TranslatableMessage translatableMessage, Throwable cause, CredentialsInfo credentialsInfo) Creates a new TranslatableGuacamoleCredentialsException with the given message, cause, and associated credential information.TranslatableGuacamoleCredentialsException
(String message, TranslatableMessage translatableMessage, CredentialsInfo credentialsInfo) Creates a new TranslatableGuacamoleCredentialsException with the given message, and associated credential information.TranslatableGuacamoleInsufficientCredentialsException
(String message, TranslatableMessage translatableMessage, Throwable cause, CredentialsInfo credentialsInfo) Creates a new TranslatableGuacamoleInsufficientCredentialsException with the given message, cause, and associated credential information.TranslatableGuacamoleInsufficientCredentialsException
(String message, TranslatableMessage translatableMessage, CredentialsInfo credentialsInfo) Creates a new TranslatableGuacamoleInsufficientCredentialsException with the given message, and associated credential information.TranslatableGuacamoleInvalidCredentialsException
(String message, TranslatableMessage translatableMessage, Throwable cause, CredentialsInfo credentialsInfo) Creates a new TranslatableGuacamoleInvalidCredentialsException with the given message, cause, and associated credential information.TranslatableGuacamoleInvalidCredentialsException
(String message, TranslatableMessage translatableMessage, CredentialsInfo credentialsInfo) Creates a new TranslatableGuacamoleInvalidCredentialsException with the given message, and associated credential information.TranslatableGuacamoleResourceClosedException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleResourceClosedException with the given message.TranslatableGuacamoleResourceClosedException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleResourceClosedException with the given message and cause.TranslatableGuacamoleResourceConflictException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleResourceConflictException with the given message.TranslatableGuacamoleResourceConflictException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleResourceConflictException with the given message and cause.TranslatableGuacamoleResourceNotFoundException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleResourceNotFoundException with the given message.TranslatableGuacamoleResourceNotFoundException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleResourceNotFoundException with the given message and cause.TranslatableGuacamoleSecurityException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleSecurityException with the given message.TranslatableGuacamoleSecurityException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleSecurityException with the given message and cause.TranslatableGuacamoleServerBusyException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleServerBusyException with the given message.TranslatableGuacamoleServerBusyException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleServerBusyException with the given message and cause.TranslatableGuacamoleServerException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleServerException with the given message.TranslatableGuacamoleServerException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleServerException with the given message and cause.TranslatableGuacamoleSessionClosedException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleSessionClosedException with the given message.TranslatableGuacamoleSessionClosedException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleSessionClosedException with the given message and cause.TranslatableGuacamoleSessionConflictException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleSessionConflictException with the given message.TranslatableGuacamoleSessionConflictException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleSessionConflictException with the given message and cause.TranslatableGuacamoleSessionTimeoutException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleSessionTimeoutException with the given message.TranslatableGuacamoleSessionTimeoutException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleSessionTimeoutException with the given message and cause.TranslatableGuacamoleUnauthorizedException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleUnauthorizedException with the given message.TranslatableGuacamoleUnauthorizedException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleUnauthorizedException with the given message and cause.TranslatableGuacamoleUnsupportedException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleUnsupportedException with the given message.TranslatableGuacamoleUnsupportedException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleUnsupportedException with the given message and cause.TranslatableGuacamoleUpstreamException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleUpstreamException with the given message.TranslatableGuacamoleUpstreamException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleUpstreamException with the given message and cause.TranslatableGuacamoleUpstreamNotFoundException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleUpstreamNotFoundException with the given message.TranslatableGuacamoleUpstreamNotFoundException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleUpstreamNotFoundException with the given message and cause.TranslatableGuacamoleUpstreamTimeoutException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleUpstreamTimeoutException with the given message.TranslatableGuacamoleUpstreamTimeoutException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleUpstreamTimeoutException with the given message and cause.TranslatableGuacamoleUpstreamUnavailableException
(String message, TranslatableMessage translatableMessage) Creates a new TranslatableGuacamoleUpstreamUnavailableException with the given message.TranslatableGuacamoleUpstreamUnavailableException
(String message, TranslatableMessage translatableMessage, Throwable cause) Creates a new TranslatableGuacamoleUpstreamUnavailableException with the given message and cause. -
Uses of TranslatableMessage in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return TranslatableMessageModifier and TypeMethodDescriptionAbstractActivityLog.getDescription()
ActivityLog.getDescription()
Returns a human-readable message that describes this log.Constructors in org.apache.guacamole.net.auth with parameters of type TranslatableMessageModifierConstructorDescriptionAbstractActivityLog
(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
.