Class
SoupAuthDomainDigest
Description [src]
final class Soup.AuthDomainDigest : Soup.AuthDomain {
/* No available fields */
}
Server-side “Digest” authentication.
SoupAuthDomainDigest handles the server side of HTTP “Digest” authentication.
Ancestors
- SoupAuthDomain
- GObject
Constructors
soup_auth_domain_digest_new
Creates a SoupAuthDomainDigest.
Instance methods
soup_auth_domain_digest_set_auth_callback
Sets the callback that domain will use to authenticate incoming requests.
Methods inherited from SoupAuthDomain (9)
soup_auth_domain_accepts
Checks if msg contains appropriate authorization for domain to
accept it.
soup_auth_domain_add_path
Adds path to domain.
soup_auth_domain_challenge
Adds a “WWW-Authenticate” or “Proxy-Authenticate” header to msg.
soup_auth_domain_check_password
Checks if msg authenticates to domain via username and
password.
soup_auth_domain_covers
Checks if domain requires msg to be authenticated (according to
its paths and filter function).
soup_auth_domain_get_realm
Gets the realm name associated with domain.
soup_auth_domain_remove_path
Removes path from domain.
soup_auth_domain_set_filter
Adds filter as an authentication filter to domain.
soup_auth_domain_set_generic_auth_callback
Sets auth_callback as an authentication-handling callback for domain.
Properties
Soup.AuthDomainDigest:auth-callback
The AuthDomainDigestAuthCallback.
Soup.AuthDomainDigest:auth-data
The data to pass to the AuthDomainDigestAuthCallback.
Properties inherited from SoupAuthDomain (6)
Soup.AuthDomain:filter
The AuthDomainFilter for the domain.
Soup.AuthDomain:filter-data
Data to pass to the AuthDomainFilter.
Soup.AuthDomain:generic-auth-callback
The AuthDomainGenericAuthCallback.
Soup.AuthDomain:generic-auth-data
The data to pass to the AuthDomainGenericAuthCallback.
Soup.AuthDomain:proxy
Whether or not this is a proxy auth domain.
Soup.AuthDomain:realm
The realm of this auth domain.
Class structure
struct SoupAuthDomainDigestClass {
SoupAuthDomainClass parent_class;
}
Class members
parent_class |
|
| No description available. |
Functions
soup_auth_domain_digest_encode_password
Encodes the username/realm/password triplet for Digest authentication.