File: soup-auth.sgml

package info (click to toggle)
libsoup 2.2.98-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,180 kB
  • ctags: 3,121
  • sloc: ansic: 14,096; sh: 8,772; xml: 8,638; makefile: 192; php: 58
file content (117 lines) | stat: -rw-r--r-- 1,787 bytes parent folder | download | duplicates (3)
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
107
108
109
110
111
112
113
114
115
116
117
<!-- ##### 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>

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

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT SoupAuth ##### -->
<para>
The abstract base class for handling authentication. Specific HTTP
Authentication mechanisms are implemented by its subclasses. (NTLM
authentication, which works quite differently from normal HTTP
authentication, is handled by #SoupConnectionNTLM.)
</para>


<!-- ##### STRUCT SoupAuthBasic ##### -->
<para>
An object representing Basic HTTP authentication.
</para>


<!-- ##### STRUCT SoupAuthDigest ##### -->
<para>
An object representing Digest HTTP authentication.
</para>


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

</para>

@vals: 
@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: