Class: WEBrick::HTTPAuth::ProxyDigestAuth
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
DigestAuth
|
|
|
Instance Chain:
|
|
| Inherits: |
WEBrick::HTTPAuth::DigestAuth
|
| Defined in: | lib/webrick/httpauth/digestauth.rb |
Overview
Digest authentication for proxy servers. See DigestAuth for details.
Constant Summary
Authenticator - Included
AuthException, AuthScheme, RequestField, ResponseField, ResponseInfoField
DigestAuth - Inherited
AuthScheme, MustParams, MustParamsAuth
ProxyAuthenticator - Included
Class Method Summary
DigestAuth - Inherited
| .make_passwd | Used by |
| .new | Creates a new |
Instance Attribute Summary
DigestAuth - Inherited
| #algorithm | Digest authentication algorithm. |
| #qop | Quality of protection. |
Authenticator - Included
Instance Method Summary
- #check_uri(req, auth_req) private Internal use only
DigestAuth - Inherited
| #authenticate | Authenticates a |
| #challenge | Returns a challenge response which asks for authentication information. |
| #_authenticate, #check_nonce, #check_opaque, #check_uri, #generate_next_nonce, #generate_opaque, #hexdigest, #split_param_value | |
Authenticator - Included
| #check_init | Initializes the authenticator from |
| #check_scheme | Ensures |
| #error, #info, #log | |
Constructor Details
This class inherits a constructor from WEBrick::HTTPAuth::DigestAuth
Instance Method Details
#check_uri(req, auth_req) (private)
This method is for internal use only.
[ GitHub ]
# File 'lib/webrick/httpauth/digestauth.rb', line 390
def check_uri(req, auth_req) # :nodoc: return true end