Class CloudDB::Authentication
In: lib/clouddb/authentication.rb
Parent: Object

Methods

new  

Public Class methods

Performs an authentication to the Rackspace Cloud authorization servers. Opens a new HTTP connection to the API server, sends the credentials, and looks for a successful authentication. If it succeeds, it sets the svrmgmthost, svrmgtpath, svrmgmtport, svrmgmtscheme, authtoken, and authok variables on the connection. If it fails, it raises an exception.

Should probably never be called directly.

[Validate]