SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
osip_proxy_authorization.h
Go to the documentation of this file.
1 /*
2  The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
3  Copyright (C) 2001-2015 Aymeric MOIZARD amoizard@antisip.com
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Lesser General Public
7  License as published by the Free Software Foundation; either
8  version 2.1 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public
16  License along with this library; if not, write to the Free Software
17  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19 
20 
21 #ifndef _OSIP_PROXY_AUHTHORIZATION_H_
22 #define _OSIP_PROXY_AUHTHORIZATION_H_
23 
25 
42 
43 
44 #ifdef __cplusplus
45 extern "C"
46 {
47 #endif
48 
53 #define osip_proxy_authorization_init(header) osip_authorization_init(header)
54 
59 #define osip_proxy_authorization_parse(header, hvalue) osip_authorization_parse(header, hvalue)
60 
65 #define osip_proxy_authorization_to_str(header, dest) osip_authorization_to_str(header, dest)
66 
70 #define osip_proxy_authorization_free osip_authorization_free
71 
76 #define osip_proxy_authorization_clone osip_authorization_clone
77 
82 #define osip_proxy_authorization_get_auth_type(header) osip_authorization_get_auth_type(header)
83 
88 #define osip_proxy_authorization_set_auth_type(header, value) osip_authorization_set_auth_type(header, value)
89 
93 #define osip_proxy_authorization_get_username(header) osip_authorization_get_username(header)
94 
99 #define osip_proxy_authorization_set_username(header, value) osip_authorization_set_username(header, value)
100 
104 #define osip_proxy_authorization_get_realm(header) osip_authorization_get_realm(header)
105 
110 #define osip_proxy_authorization_set_realm(header, value) osip_authorization_set_realm(header, value)
111 
115 #define osip_proxy_authorization_get_nonce(header) osip_authorization_get_nonce(header)
116 
121 #define osip_proxy_authorization_set_nonce(header, value) osip_authorization_set_nonce(header, value)
122 
126 #define osip_proxy_authorization_get_uri(header) osip_authorization_get_uri(header)
127 
132 #define osip_proxy_authorization_set_uri(header, value) osip_authorization_set_uri(header, value)
133 
137 #define osip_proxy_authorization_get_response(header) osip_authorization_get_response(header)
138 
143 #define osip_proxy_authorization_set_response(header, value) osip_authorization_set_response(header, value)
144 
148 #define osip_proxy_authorization_get_digest(header) osip_authorization_get_digest(header)
149 
154 #define osip_proxy_authorization_set_digest(header, value) osip_authorization_set_digest(header, value)
155 
159 #define osip_proxy_authorization_get_algorithm(header) osip_authorization_get_algorithm(header)
160 
165 #define osip_proxy_authorization_set_algorithm(header,value) osip_authorization_set_algorithm(header,value)
166 
170 #define osip_proxy_authorization_get_cnonce(header) osip_authorization_get_cnonce(header)
171 
176 #define osip_proxy_authorization_set_cnonce(header, value) osip_authorization_set_cnonce(header, value)
177 
181 #define osip_proxy_authorization_get_opaque(header) osip_authorization_get_opaque(header)
182 
187 #define osip_proxy_authorization_set_opaque(header, value) osip_authorization_set_opaque(header, value)
188 
192 #define osip_proxy_authorization_get_message_qop(header) osip_authorization_get_message_qop(header)
193 
198 #define osip_proxy_authorization_set_message_qop(header, value) osip_authorization_set_message_qop(header, value)
199 
203 #define osip_proxy_authorization_get_nonce_count(header) osip_authorization_get_nonce_count(header)
204 
209 #define osip_proxy_authorization_set_nonce_count(header, value) osip_authorization_set_nonce_count(header, value)
210 
214 #define osip_proxy_authorization_get_version(header) osip_authorization_get_version(header)
215 
220 #define osip_proxy_authorization_set_version(header, value) osip_authorization_set_version(header, value)
221 
225 #define osip_proxy_authorization_get_targetname(header) osip_authorization_get_targetname(header)
226 
231 #define osip_proxy_authorization_set_targetname(header, value) osip_authorization_set_targetname(header, value)
232 
236 #define osip_proxy_authorization_get_gssapi_data(header) osip_authorization_get_gssapi_data(header)
237 
242 #define osip_proxy_authorization_set_gssapi_data(header, value) osip_authorization_set_gssapi_data(header, value)
243 
244 #ifdef __cplusplus
245 }
246 #endif
247 
250 #endif
251 
osip_authorization_t osip_proxy_authorization_t
Structure for Proxy-Authorization headers.
Definition of the Authorization header.
oSIP osip_authorization header definition.