Uses of Class
org.apache.guacamole.net.auth.credentials.CredentialsInfo
-
Packages that use CredentialsInfo Package Description org.apache.guacamole.language org.apache.guacamole.net.auth.credentials -
-
Uses of CredentialsInfo in org.apache.guacamole.language
Constructors in org.apache.guacamole.language with parameters of type CredentialsInfo Constructor Description TranslatableGuacamoleCredentialsException(String message, String key, Throwable cause, CredentialsInfo credentialsInfo)
Creates a new TranslatableGuacamoleCredentialsException with the given message, cause, and associated credential information.TranslatableGuacamoleCredentialsException(String message, String key, CredentialsInfo credentialsInfo)
Creates a new TranslatableGuacamoleCredentialsException with the given message, and associated credential information.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, String key, Throwable cause, CredentialsInfo credentialsInfo)
Creates a new TranslatableGuacamoleInsufficientCredentialsException with the given message, cause, and associated credential information.TranslatableGuacamoleInsufficientCredentialsException(String message, String key, CredentialsInfo credentialsInfo)
Creates a new TranslatableGuacamoleInsufficientCredentialsException 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, String key, Throwable cause, CredentialsInfo credentialsInfo)
Creates a new TranslatableGuacamoleInvalidCredentialsException with the given message, cause, and associated credential information.TranslatableGuacamoleInvalidCredentialsException(String message, String key, CredentialsInfo credentialsInfo)
Creates a new TranslatableGuacamoleInvalidCredentialsException 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. -
Uses of CredentialsInfo in org.apache.guacamole.net.auth.credentials
Subclasses of CredentialsInfo in org.apache.guacamole.net.auth.credentials Modifier and Type Class Description class
UserCredentials
A fully-valid set of credentials and associated values.Fields in org.apache.guacamole.net.auth.credentials declared as CredentialsInfo Modifier and Type Field Description static CredentialsInfo
CredentialsInfo. EMPTY
CredentialsInfo object which describes empty credentials.static CredentialsInfo
CredentialsInfo. USERNAME_PASSWORD
CredentialsInfo object which describes standard username/password credentials.Methods in org.apache.guacamole.net.auth.credentials that return CredentialsInfo Modifier and Type Method Description CredentialsInfo
GuacamoleCredentialsException. getCredentialsInfo()
Returns information describing the form of valid credentials.Constructors in org.apache.guacamole.net.auth.credentials with parameters of type CredentialsInfo Constructor Description GuacamoleCredentialsException(String message, Throwable cause, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given message, cause, and associated credential information.GuacamoleCredentialsException(String message, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given message and associated credential information.GuacamoleCredentialsException(Throwable cause, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given cause and associated credential information.GuacamoleInsufficientCredentialsException(String message, Throwable cause, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given message, cause, and associated credential information.GuacamoleInsufficientCredentialsException(String message, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given message and associated credential information.GuacamoleInsufficientCredentialsException(Throwable cause, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given cause and associated credential information.GuacamoleInvalidCredentialsException(String message, Throwable cause, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given message, cause, and associated credential information.GuacamoleInvalidCredentialsException(String message, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given message and associated credential information.GuacamoleInvalidCredentialsException(Throwable cause, CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given cause and associated credential information.UserCredentials(CredentialsInfo info)
Creates a new UserCredentials object which requires fields described by the given CredentialsInfo but does not yet have any defined values.UserCredentials(CredentialsInfo info, Map<String,String> values)
Creates a new UserCredentials object which requires fields described by the given CredentialsInfo.
-