module documentation
This module defines ICredentials, an interface for objects that represent authentication credentials to provide, and also includes a number of useful implementations of that interface.
| Interface | |
I am an explicitly anonymous request for access. |
| Interface | |
I check credentials. |
| Interface | |
ISSHPrivateKey credentials encapsulate an SSH public key to be checked against a user's private key. |
| Interface | |
I encapsulate a username and a hashed password. |
| Interface | |
I encapsulate a username and a plaintext password. |
| Class | |
Undocumented |
| Class | |
An encapsulation of some CramMD5 hashed credentials. |
| Class | |
Support for RFC2617 HTTP Digest Authentication |
| Class | |
Yet Another Simple HTTP Digest authentication scheme. |
| Class | |
Undocumented |
| Class | |
Undocumented |
| Class | |
A trivial implementation of IUsernamePassword, containing a username and a password. |