Package | Description |
---|---|
org.apache.guacamole.net.auth.credentials |
Modifier and Type | Class and Description |
---|---|
class |
UserCredentials
A fully-valid set of credentials and associated values.
|
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.
|
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.
|
Copyright © 2016. All rights reserved.