Uses of Class
org.apache.guacamole.net.auth.credentials.GuacamoleCredentialsException
-
Packages that use GuacamoleCredentialsException Package Description org.apache.guacamole.language org.apache.guacamole.net.auth.credentials -
-
Uses of GuacamoleCredentialsException in org.apache.guacamole.language
Subclasses of GuacamoleCredentialsException in org.apache.guacamole.language Modifier and Type Class Description class
TranslatableGuacamoleCredentialsException
AGuacamoleCredentialsException
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
AGuacamoleInsufficientCredentialsException
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
AGuacamoleInvalidCredentialsException
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. -
Uses of GuacamoleCredentialsException in org.apache.guacamole.net.auth.credentials
Subclasses of GuacamoleCredentialsException in org.apache.guacamole.net.auth.credentials Modifier and Type Class 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.
-