Package | Description |
---|---|
net.sourceforge.guacamole.net.basic.auth |
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 © 2013. All Rights Reserved.