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

Packages that use Authorization
net.sourceforge.guacamole.net.basic.auth   
net.sourceforge.guacamole.net.basic.xml.user_mapping   
 

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

Methods in net.sourceforge.guacamole.net.basic.auth that return Authorization
 Authorization UserMapping.getAuthorization(String username)
          Returns the authorization corresponding to the user having the given username, if any.
 

Methods in net.sourceforge.guacamole.net.basic.auth with parameters of type Authorization
 void UserMapping.addAuthorization(Authorization authorization)
          Adds the given authorization to the user mapping.
 

Uses of Authorization in net.sourceforge.guacamole.net.basic.xml.user_mapping
 

Methods in net.sourceforge.guacamole.net.basic.xml.user_mapping that return Authorization
 Authorization AuthorizeTagHandler.asAuthorization()
          Returns an Authorization backed by the data of this authorize tag handler.
 



Copyright © 2013. All Rights Reserved.