Class
RHC::Rest::WWWAuth
In:
lib/rhc/rest/httpclient.rb
Parent:
HTTPClient::WWWAuth
Support three altered authentication behaviors
Allow a bearer token to be provided for a server
Allow the user and password attributes to be lazily evaluated when the credentials are needed, rather than up front.
If a BASIC auth request has been rejected, do not retry.
Methods
new
Classes and Modules
Class
RHC::Rest::WWWAuth::DeferredBasic
Class
RHC::Rest::WWWAuth::DeferredCredential
Class
RHC::Rest::WWWAuth::OAuth2
Attributes
oauth2
[R]
Public Class methods
new
()
[Validate]