Uses of Class
net.sourceforge.guacamole.net.basic.auth.Authorization.Encoding

Packages that use Authorization.Encoding
net.sourceforge.guacamole.net.basic.auth   
 

Uses of Authorization.Encoding in net.sourceforge.guacamole.net.basic.auth
 

Methods in net.sourceforge.guacamole.net.basic.auth that return Authorization.Encoding
 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.
 

Methods in net.sourceforge.guacamole.net.basic.auth with parameters of type Authorization.Encoding
 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.