Uses of Class
org.apache.guacamole.net.auth.credentials.GuacamoleCredentialsException
Packages that use GuacamoleCredentialsException
-
Uses of GuacamoleCredentialsException in org.apache.guacamole.language
Subclasses of GuacamoleCredentialsException in org.apache.guacamole.languageModifier and TypeClassDescriptionclass
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
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
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.credentialsModifier and TypeClassDescriptionclass
A security-related exception thrown when access is denied to a user because the provided credentials are not sufficient for authentication to succeed.class
A security-related exception thrown when access is denied to a user because the provided credentials are invalid.