summaryrefslogtreecommitdiff
path: root/docs/reference/tmpl/soup-auth.sgml
blob: 5fb0bd95084c1f704422a767fd537ba1b3e1b526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!-- ##### SECTION Title ##### -->
SoupAuth

<!-- ##### SECTION Short_Description ##### -->
HTTP Authentication support

<!-- ##### SECTION Long_Description ##### -->
<para>
#SoupAuth objects store the authentication data associated with a
given bit of webspace. They are created and maintained automatically
by #SoupSession.
</para>

<para>
#SoupAuth itself is an abstract class. Specific HTTP Authentication
mechanisms are implemented by its subclasses. (NTLM authentication,
which works quite differently from normal HTTP authentication, is
handled by #SoupConnectionNTLM.)
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
SoupAuthBasic, SoupAuthDigest, SoupSession, SoupConnectionNTLM
</para>

<!-- ##### STRUCT SoupAuth ##### -->
<para>

</para>


<!-- ##### FUNCTION soup_auth_new_from_header_list ##### -->
<para>

</para>

@header: 
@Returns: 


<!-- ##### FUNCTION soup_auth_get_scheme_name ##### -->
<para>

</para>

@auth: 
@Returns: 


<!-- ##### FUNCTION soup_auth_get_realm ##### -->
<para>

</para>

@auth: 
@Returns: 


<!-- ##### FUNCTION soup_auth_authenticate ##### -->
<para>

</para>

@auth: 
@username: 
@password: 


<!-- ##### FUNCTION soup_auth_is_authenticated ##### -->
<para>

</para>

@auth: 
@Returns: 


<!-- ##### FUNCTION soup_auth_get_authorization ##### -->
<para>

</para>

@auth: 
@msg: 
@Returns: 


<!-- ##### FUNCTION soup_auth_get_protection_space ##### -->
<para>

</para>

@auth: 
@source_uri: 
@Returns: 


<!-- ##### FUNCTION soup_auth_free_protection_space ##### -->
<para>

</para>

@auth: 
@space: