Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.auth |
Classes which drive the default, basic authentication of the Guacamole
web application.
|
Modifier and Type | Method and Description |
---|---|
Authorization.Encoding |
Authorization.getEncoding()
Returns the encoding used to hash the password, if any.
|
static Authorization.Encoding |
Authorization.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authorization.Encoding[] |
Authorization.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Authorization.setEncoding(Authorization.Encoding encoding)
Sets the encoding which will be used to hash the password or when
comparing a given password for validation.
|
Copyright © 2017. All rights reserved.