Uses of Class
org.apache.guacamole.net.auth.credentials.CredentialsInfo
Packages that use CredentialsInfo
-
Uses of CredentialsInfo in org.apache.guacamole.language
Constructors in org.apache.guacamole.language with parameters of type CredentialsInfoModifierConstructorDescriptionTranslatableGuacamoleCredentialsException(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.credentialsModifier and TypeClassDescriptionclassA fully-valid set of credentials and associated values.Fields in org.apache.guacamole.net.auth.credentials declared as CredentialsInfoModifier and TypeFieldDescriptionstatic final CredentialsInfoCredentialsInfo.EMPTYCredentialsInfo object which describes empty credentials.static final CredentialsInfoCredentialsInfo.USERNAME_PASSWORDCredentialsInfo object which describes standard username/password credentials.Methods in org.apache.guacamole.net.auth.credentials that return CredentialsInfoModifier and TypeMethodDescriptionGuacamoleCredentialsException.getCredentialsInfo()Returns information describing the form of valid credentials.Constructors in org.apache.guacamole.net.auth.credentials with parameters of type CredentialsInfoModifierConstructorDescriptionGuacamoleCredentialsException(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.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.