| Package | Description |
|---|---|
| org.glyptodon.guacamole.net.auth.credentials |
| Modifier and Type | Field and Description |
|---|---|
static CredentialsInfo |
CredentialsInfo.EMPTY
CredentialsInfo object which describes empty credentials.
|
static CredentialsInfo |
CredentialsInfo.USERNAME_PASSWORD
CredentialsInfo object which describes standard username/password
credentials.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialsInfo |
GuacamoleCredentialsException.getCredentialsInfo()
Returns information describing the form of valid credentials.
|
| Constructor and Description |
|---|
GuacamoleCredentialsException(String message,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given
message and associated credential information.
|
GuacamoleCredentialsException(String message,
Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given
message, cause, and associated credential information.
|
GuacamoleCredentialsException(Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.
|
GuacamoleInsufficientCredentialsException(String message,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given
message 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(Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given
cause and associated credential information.
|
GuacamoleInvalidCredentialsException(String message,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given
message 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(Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.
|
Copyright © 2015. All rights reserved.