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 classTranslatableGuacamoleCredentialsExceptionAGuacamoleCredentialsExceptionwhose associated message is translatable and can be passed through an arbitrary translation service, producing a human-readable message in the user's native language.classTranslatableGuacamoleInsufficientCredentialsExceptionAGuacamoleInsufficientCredentialsExceptionwhose associated message is translatable and can be passed through an arbitrary translation service, producing a human-readable message in the user's native language.classTranslatableGuacamoleInvalidCredentialsExceptionAGuacamoleInvalidCredentialsExceptionwhose 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 classGuacamoleInsufficientCredentialsExceptionA security-related exception thrown when access is denied to a user because the provided credentials are not sufficient for authentication to succeed.classGuacamoleInvalidCredentialsExceptionA security-related exception thrown when access is denied to a user because the provided credentials are invalid.
-