| Package | Description |
|---|---|
| org.apache.guacamole.language | |
| org.apache.guacamole.net.auth.credentials |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslatableGuacamoleCredentialsException
A
GuacamoleCredentialsException whose associated message is
translatable and can be passed through an arbitrary translation service,
producing a human-readable message in the user's native language. |
class |
TranslatableGuacamoleInsufficientCredentialsException
A
GuacamoleInsufficientCredentialsException whose associated message
is translatable and can be passed through an arbitrary translation service,
producing a human-readable message in the user's native language. |
class |
TranslatableGuacamoleInvalidCredentialsException
A
GuacamoleInvalidCredentialsException whose associated message
is translatable and can be passed through an arbitrary translation service,
producing a human-readable message in the user's native language. |
| Modifier and Type | Class and Description |
|---|---|
class |
GuacamoleInsufficientCredentialsException
A security-related exception thrown when access is denied to a user because
the provided credentials are not sufficient for authentication to succeed.
|
class |
GuacamoleInvalidCredentialsException
A security-related exception thrown when access is denied to a user because
the provided credentials are invalid.
|
Copyright © 2020. All rights reserved.