~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to php/php_lasso.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.28
 
3
 * Version 1.3.31
4
4
 * 
5
5
 * This file is not intended to be easily readable and contains a number of 
6
6
 * coding conventions designed to improve portability and efficiency. Do not make
40
40
# define PHP_LASSO_API
41
41
#endif
42
42
 
 
43
#ifdef ZTS
 
44
#include "TSRM.h"
 
45
#endif
 
46
 
43
47
PHP_MINIT_FUNCTION(lasso);
44
48
PHP_MSHUTDOWN_FUNCTION(lasso);
45
49
PHP_RINIT_FUNCTION(lasso);
51
55
ZEND_NAMED_FUNCTION(_wrap_lasso_check_version);
52
56
ZEND_NAMED_FUNCTION(_wrap_lasso_register_dst_service);
53
57
ZEND_NAMED_FUNCTION(_wrap_new_LassoNode);
54
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNode);
55
 
ZEND_NAMED_FUNCTION(_wrap_LassoNode_dump);
56
 
ZEND_NAMED_FUNCTION(_wrap_LassoNode_dump);
57
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNodeList);
58
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNodeList);
59
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_append);
60
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_append);
61
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_cast);
62
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_cast);
63
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_frompointer);
64
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_frompointer);
65
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_getItem);
66
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_getItem);
67
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_length);
68
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_length);
69
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_setItem);
70
 
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_setItem);
71
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoStringList);
72
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoStringList);
73
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_append);
74
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_append);
75
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_cast);
76
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_cast);
77
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_frompointer);
78
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_frompointer);
79
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_getItem);
80
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_getItem);
81
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_length);
82
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_length);
83
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_setItem);
84
 
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_setItem);
85
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAdvice);
86
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAdvice);
87
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAdvice_dump);
88
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAdvice_dump);
89
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAssertion);
90
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAssertion);
91
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAssertion_dump);
92
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAssertion_dump);
93
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttribute);
94
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttribute);
95
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttribute_dump);
96
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttribute_dump);
97
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeDesignator);
98
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeDesignator);
99
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeDesignator_dump);
100
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeDesignator_dump);
101
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeStatement);
102
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeStatement);
103
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeStatement_dump);
104
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeStatement_dump);
105
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeValue);
106
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeValue);
107
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeValue_dump);
108
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeValue_dump);
109
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAudienceRestrictionCondition);
110
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAudienceRestrictionCondition);
111
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAudienceRestrictionCondition_dump);
112
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAudienceRestrictionCondition_dump);
113
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthenticationStatement);
114
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthenticationStatement);
115
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthenticationStatement_dump);
116
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthenticationStatement_dump);
117
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthorityBinding);
118
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthorityBinding);
119
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthorityBinding_dump);
120
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthorityBinding_dump);
121
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditionAbstract_dump);
122
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditionAbstract_dump);
123
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlConditions);
124
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlConditions);
125
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditions_dump);
126
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditions_dump);
127
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlNameIdentifier);
128
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlNameIdentifier);
129
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlNameIdentifier_dump);
130
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlNameIdentifier_dump);
131
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlStatementAbstract_dump);
132
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlStatementAbstract_dump);
133
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubject);
134
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubject);
135
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubject_dump);
136
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubject_dump);
137
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectConfirmation);
138
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectConfirmation);
139
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectConfirmation_dump);
140
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectConfirmation_dump);
141
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectLocality);
142
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectLocality);
143
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectLocality_dump);
144
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectLocality_dump);
145
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectStatement);
146
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectStatement);
147
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatement_dump);
148
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatement_dump);
149
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatementAbstract_dump);
150
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatementAbstract_dump);
151
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpRequest);
152
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpRequest);
153
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequest_dump);
154
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequest_dump);
155
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequestAbstract_dump);
156
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequestAbstract_dump);
157
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpResponse);
158
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpResponse);
159
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponse_dump);
160
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponse_dump);
161
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponseAbstract_dump);
162
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponseAbstract_dump);
163
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatus);
164
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatus);
165
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatus_dump);
166
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatus_dump);
167
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatusCode);
168
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatusCode);
169
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatusCode_dump);
170
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatusCode_dump);
171
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAssertion);
172
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAssertion);
173
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_newFull);
174
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_newFull);
175
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_dump);
176
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_dump);
177
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnRequest);
178
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnRequest);
179
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnRequest_dump);
180
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnRequest_dump);
181
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnResponse);
182
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnResponse);
183
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnResponse_dump);
184
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnResponse_dump);
185
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibFederationTerminationNotification);
186
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibFederationTerminationNotification);
187
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_newFull);
188
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_newFull);
189
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_dump);
190
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_dump);
191
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutRequest);
192
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutRequest);
193
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_newFull);
194
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_newFull);
195
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_dump);
196
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_dump);
197
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutResponse);
198
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutResponse);
199
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_newFull);
200
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_newFull);
201
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_dump);
202
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_dump);
203
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierRequest);
204
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierRequest);
205
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_newFull);
206
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_newFull);
207
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_dump);
208
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_dump);
209
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierResponse);
210
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierResponse);
211
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_newFull);
212
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_newFull);
213
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_dump);
214
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_dump);
215
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRequestAuthnContext);
216
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRequestAuthnContext);
217
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRequestAuthnContext_dump);
218
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibRequestAuthnContext_dump);
219
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibStatusResponse);
220
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibStatusResponse);
221
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibStatusResponse_dump);
222
 
ZEND_NAMED_FUNCTION(_wrap_LassoLibStatusResponse_dump);
223
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoProvider);
224
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoProvider);
225
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_newFromDump);
226
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_newFromDump);
227
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_dump);
228
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_dump);
229
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_acceptHttpMethod);
230
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_acceptHttpMethod);
231
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getAssertionConsumerServiceUrl);
232
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getAssertionConsumerServiceUrl);
233
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getBase64SuccinctId);
234
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getBase64SuccinctId);
235
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getOrganization);
236
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getOrganization);
237
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getFirstHttpMethod);
238
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getFirstHttpMethod);
239
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getMetadataOne);
240
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getMetadataOne);
241
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_hasProtocolProfile);
242
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_hasProtocolProfile);
243
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getProtocolConformance);
244
 
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getProtocolConformance);
245
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoServer);
246
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoServer);
247
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_newFromDump);
248
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_newFromDump);
249
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_acceptHttpMethod);
250
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_acceptHttpMethod);
251
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getAssertionConsumerServiceUrl);
252
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getAssertionConsumerServiceUrl);
253
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getBase64SuccinctId);
254
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getBase64SuccinctId);
255
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getOrganization);
256
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getOrganization);
257
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getFirstHttpMethod);
258
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getFirstHttpMethod);
259
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getMetadataOne);
260
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getMetadataOne);
261
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_hasProtocolProfile);
262
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_hasProtocolProfile);
263
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProtocolConformance);
264
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProtocolConformance);
265
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_addProvider);
266
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_addProvider);
267
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_dump);
268
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_dump);
269
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProvider);
270
 
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProvider);
271
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoFederation);
272
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoFederation);
273
 
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_dump);
274
 
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_dump);
275
 
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_buildLocalNameIdentifier);
276
 
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_buildLocalNameIdentifier);
277
 
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_verifyNameIdentifier);
278
 
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_verifyNameIdentifier);
279
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoIdentity);
280
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoIdentity);
281
 
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_newFromDump);
282
 
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_newFromDump);
283
 
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_dump);
284
 
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_dump);
285
 
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_getFederation);
286
 
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_getFederation);
287
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSession);
288
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSession);
289
 
ZEND_NAMED_FUNCTION(_wrap_LassoSession_newFromDump);
290
 
ZEND_NAMED_FUNCTION(_wrap_LassoSession_newFromDump);
291
 
ZEND_NAMED_FUNCTION(_wrap_LassoSession_dump);
292
 
ZEND_NAMED_FUNCTION(_wrap_LassoSession_dump);
293
 
ZEND_NAMED_FUNCTION(_wrap_LassoSession_getAssertions);
 
58
ZEND_NAMED_FUNCTION(_wrap_LassoNode_dump);
 
59
ZEND_NAMED_FUNCTION(_wrap_new_LassoNodeList);
 
60
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_append);
 
61
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_cast);
 
62
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_frompointer);
 
63
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_getItem);
 
64
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_length);
 
65
ZEND_NAMED_FUNCTION(_wrap_LassoNodeList_setItem);
 
66
ZEND_NAMED_FUNCTION(_wrap_new_LassoStringList);
 
67
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_append);
 
68
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_cast);
 
69
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_frompointer);
 
70
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_getItem);
 
71
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_length);
 
72
ZEND_NAMED_FUNCTION(_wrap_LassoStringList_setItem);
 
73
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAdvice);
 
74
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAdvice_dump);
 
75
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAssertion);
 
76
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAssertion_dump);
 
77
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttribute);
 
78
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttribute_dump);
 
79
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeDesignator);
 
80
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeDesignator_dump);
 
81
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeStatement);
 
82
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeStatement_dump);
 
83
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAttributeValue);
 
84
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAttributeValue_dump);
 
85
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAudienceRestrictionCondition);
 
86
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAudienceRestrictionCondition_dump);
 
87
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthenticationStatement);
 
88
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthenticationStatement_dump);
 
89
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlAuthorityBinding);
 
90
ZEND_NAMED_FUNCTION(_wrap_LassoSamlAuthorityBinding_dump);
 
91
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditionAbstract_dump);
 
92
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlConditions);
 
93
ZEND_NAMED_FUNCTION(_wrap_LassoSamlConditions_dump);
 
94
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlNameIdentifier);
 
95
ZEND_NAMED_FUNCTION(_wrap_LassoSamlNameIdentifier_dump);
 
96
ZEND_NAMED_FUNCTION(_wrap_LassoSamlStatementAbstract_dump);
 
97
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubject);
 
98
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubject_dump);
 
99
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectConfirmation);
 
100
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectConfirmation_dump);
 
101
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectLocality);
 
102
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectLocality_dump);
 
103
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlSubjectStatement);
 
104
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatement_dump);
 
105
ZEND_NAMED_FUNCTION(_wrap_LassoSamlSubjectStatementAbstract_dump);
 
106
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpRequest);
 
107
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequest_dump);
 
108
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpRequestAbstract_dump);
 
109
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpResponse);
 
110
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponse_dump);
 
111
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpResponseAbstract_dump);
 
112
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatus);
 
113
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatus_dump);
 
114
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlpStatusCode);
 
115
ZEND_NAMED_FUNCTION(_wrap_LassoSamlpStatusCode_dump);
 
116
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAssertion);
 
117
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_newFull);
 
118
ZEND_NAMED_FUNCTION(_wrap_LassoLibAssertion_dump);
 
119
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnRequest);
 
120
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnRequest_dump);
 
121
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibAuthnResponse);
 
122
ZEND_NAMED_FUNCTION(_wrap_LassoLibAuthnResponse_dump);
 
123
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibFederationTerminationNotification);
 
124
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_newFull);
 
125
ZEND_NAMED_FUNCTION(_wrap_LassoLibFederationTerminationNotification_dump);
 
126
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutRequest);
 
127
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_newFull);
 
128
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutRequest_dump);
 
129
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibLogoutResponse);
 
130
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_newFull);
 
131
ZEND_NAMED_FUNCTION(_wrap_LassoLibLogoutResponse_dump);
 
132
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierRequest);
 
133
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_newFull);
 
134
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierRequest_dump);
 
135
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRegisterNameIdentifierResponse);
 
136
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_newFull);
 
137
ZEND_NAMED_FUNCTION(_wrap_LassoLibRegisterNameIdentifierResponse_dump);
 
138
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibRequestAuthnContext);
 
139
ZEND_NAMED_FUNCTION(_wrap_LassoLibRequestAuthnContext_dump);
 
140
ZEND_NAMED_FUNCTION(_wrap_new_LassoLibStatusResponse);
 
141
ZEND_NAMED_FUNCTION(_wrap_LassoLibStatusResponse_dump);
 
142
ZEND_NAMED_FUNCTION(_wrap_new_LassoProvider);
 
143
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_newFromDump);
 
144
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_dump);
 
145
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_acceptHttpMethod);
 
146
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getAssertionConsumerServiceUrl);
 
147
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getBase64SuccinctId);
 
148
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getOrganization);
 
149
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getFirstHttpMethod);
 
150
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getMetadataOne);
 
151
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_hasProtocolProfile);
 
152
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_getProtocolConformance);
 
153
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_setEncryptionMode);
 
154
ZEND_NAMED_FUNCTION(_wrap_LassoProvider_setEncryptionSymKeyType);
 
155
ZEND_NAMED_FUNCTION(_wrap_new_LassoServer);
 
156
ZEND_NAMED_FUNCTION(_wrap_LassoServer_newFromDump);
 
157
ZEND_NAMED_FUNCTION(_wrap_LassoServer_acceptHttpMethod);
 
158
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getAssertionConsumerServiceUrl);
 
159
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getBase64SuccinctId);
 
160
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getOrganization);
 
161
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getFirstHttpMethod);
 
162
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getMetadataOne);
 
163
ZEND_NAMED_FUNCTION(_wrap_LassoServer_hasProtocolProfile);
 
164
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProtocolConformance);
 
165
ZEND_NAMED_FUNCTION(_wrap_LassoServer_addProvider);
 
166
ZEND_NAMED_FUNCTION(_wrap_LassoServer_setEncryptionPrivateKey);
 
167
ZEND_NAMED_FUNCTION(_wrap_LassoServer_loadAffiliation);
 
168
ZEND_NAMED_FUNCTION(_wrap_LassoServer_dump);
 
169
ZEND_NAMED_FUNCTION(_wrap_LassoServer_getProvider);
 
170
ZEND_NAMED_FUNCTION(_wrap_new_LassoFederation);
 
171
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_dump);
 
172
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_buildLocalNameIdentifier);
 
173
ZEND_NAMED_FUNCTION(_wrap_LassoFederation_verifyNameIdentifier);
 
174
ZEND_NAMED_FUNCTION(_wrap_new_LassoIdentity);
 
175
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_newFromDump);
 
176
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_dump);
 
177
ZEND_NAMED_FUNCTION(_wrap_LassoIdentity_getFederation);
 
178
ZEND_NAMED_FUNCTION(_wrap_new_LassoSession);
 
179
ZEND_NAMED_FUNCTION(_wrap_LassoSession_newFromDump);
 
180
ZEND_NAMED_FUNCTION(_wrap_LassoSession_dump);
294
181
ZEND_NAMED_FUNCTION(_wrap_LassoSession_getAssertions);
295
182
ZEND_NAMED_FUNCTION(_wrap_lasso_getRequestTypeFromSoapMsg);
296
183
ZEND_NAMED_FUNCTION(_wrap_lasso_isLibertyQuery);
297
184
ZEND_NAMED_FUNCTION(_wrap_new_LassoDefederation);
298
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoDefederation);
299
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setIdentityFromDump);
300
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setIdentityFromDump);
301
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setSessionFromDump);
302
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setSessionFromDump);
303
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_buildNotificationMsg);
304
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_buildNotificationMsg);
305
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_initNotification);
306
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_initNotification);
307
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_processNotificationMsg);
308
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_processNotificationMsg);
309
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_validateNotification);
310
 
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_validateNotification);
311
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogin);
312
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogin);
313
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_newFromDump);
314
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_newFromDump);
315
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setIdentityFromDump);
316
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setIdentityFromDump);
317
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setSessionFromDump);
318
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setSessionFromDump);
319
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_acceptSso);
320
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_acceptSso);
321
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildArtifactMsg);
322
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildArtifactMsg);
323
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAssertion);
324
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAssertion);
325
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnRequestMsg);
326
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnRequestMsg);
327
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnResponseMsg);
328
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnResponseMsg);
329
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildRequestMsg);
330
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildRequestMsg);
331
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildResponseMsg);
332
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildResponseMsg);
333
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_dump);
334
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_dump);
335
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initAuthnRequest);
336
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initAuthnRequest);
337
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initRequest);
338
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initRequest);
339
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initIdpInitiatedAuthnRequest);
340
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initIdpInitiatedAuthnRequest);
341
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAskForConsent);
342
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAskForConsent);
343
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAuthenticate);
344
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAuthenticate);
345
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnRequestMsg);
346
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnRequestMsg);
347
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnResponseMsg);
348
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnResponseMsg);
349
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processRequestMsg);
350
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processRequestMsg);
351
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processResponseMsg);
352
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processResponseMsg);
353
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setResourceId);
354
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setResourceId);
355
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_validateRequestMsg);
356
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_validateRequestMsg);
357
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogout);
358
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogout);
359
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_newFromDump);
360
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_newFromDump);
361
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setIdentityFromDump);
362
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setIdentityFromDump);
363
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setSessionFromDump);
364
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setSessionFromDump);
365
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildRequestMsg);
366
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildRequestMsg);
367
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildResponseMsg);
368
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildResponseMsg);
369
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_dump);
370
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_dump);
371
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_getNextProviderId);
372
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_getNextProviderId);
373
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_initRequest);
374
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_initRequest);
375
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processRequestMsg);
376
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processRequestMsg);
377
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processResponseMsg);
378
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processResponseMsg);
379
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_resetProviderIdIndex);
380
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_resetProviderIdIndex);
381
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_validateRequest);
382
 
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_validateRequest);
383
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLecp);
384
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoLecp);
385
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setIdentityFromDump);
386
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setIdentityFromDump);
387
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setSessionFromDump);
388
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setSessionFromDump);
389
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAssertion);
390
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAssertion);
391
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setResourceId);
392
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setResourceId);
393
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_validateRequestMsg);
394
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_validateRequestMsg);
395
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestEnvelopeMsg);
396
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestEnvelopeMsg);
397
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestMsg);
398
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestMsg);
399
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseEnvelopeMsg);
400
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseEnvelopeMsg);
401
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseMsg);
402
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseMsg);
403
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_initAuthnRequest);
404
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_initAuthnRequest);
405
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestEnvelopeMsg);
406
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestEnvelopeMsg);
407
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestMsg);
408
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestMsg);
409
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnResponseEnvelopeMsg);
410
 
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnResponseEnvelopeMsg);
411
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameIdentifierMapping);
412
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameIdentifierMapping);
413
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setIdentityFromDump);
414
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setIdentityFromDump);
415
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setSessionFromDump);
416
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setSessionFromDump);
417
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildRequestMsg);
418
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildRequestMsg);
419
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildResponseMsg);
420
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildResponseMsg);
421
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_initRequest);
422
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_initRequest);
423
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processRequestMsg);
424
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processRequestMsg);
425
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processResponseMsg);
426
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processResponseMsg);
427
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_validateRequest);
428
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_validateRequest);
429
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameRegistration);
430
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameRegistration);
431
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_newFromDump);
432
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_newFromDump);
433
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setIdentityFromDump);
434
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setIdentityFromDump);
435
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setSessionFromDump);
436
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setSessionFromDump);
437
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildRequestMsg);
438
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildRequestMsg);
439
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildResponseMsg);
440
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildResponseMsg);
441
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_dump);
442
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_dump);
443
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_initRequest);
444
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_initRequest);
445
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processRequestMsg);
446
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processRequestMsg);
447
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processResponseMsg);
448
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processResponseMsg);
449
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_validateRequest);
450
 
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_validateRequest);
451
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDPolicy);
452
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDPolicy);
453
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDPolicy_dump);
454
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDPolicy_dump);
455
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestedAuthnContext);
456
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestedAuthnContext);
457
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestedAuthnContext_dump);
458
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestedAuthnContext_dump);
459
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Assertion);
460
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Assertion);
461
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Assertion_dump);
462
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Assertion_dump);
463
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPList);
464
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPList);
465
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPList_dump);
466
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPList_dump);
467
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2KeyInfoConfirmationData);
468
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2KeyInfoConfirmationData);
469
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2KeyInfoConfirmationData_dump);
470
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2KeyInfoConfirmationData_dump);
471
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Conditions);
472
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Conditions);
473
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Conditions_dump);
474
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Conditions_dump);
475
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Evidence);
476
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Evidence);
477
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Evidence_dump);
478
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Evidence_dump);
479
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2NameID);
480
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2NameID);
481
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2NameID_dump);
482
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2NameID_dump);
483
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusCode);
484
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusCode);
485
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusCode_dump);
486
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusCode_dump);
487
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Status);
488
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Status);
489
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Status_dump);
490
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Status_dump);
491
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ConditionAbstract);
492
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ConditionAbstract);
493
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ConditionAbstract_dump);
494
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ConditionAbstract_dump);
495
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2OneTimeUse);
496
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2OneTimeUse);
497
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2OneTimeUse_dump);
498
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2OneTimeUse_dump);
499
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Advice);
500
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Advice);
501
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Advice_dump);
502
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Advice_dump);
503
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2BaseIDAbstract);
504
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2BaseIDAbstract);
505
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2BaseIDAbstract_dump);
506
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2BaseIDAbstract_dump);
507
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnContext);
508
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnContext);
509
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnContext_dump);
510
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnContext_dump);
511
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectLocality);
512
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectLocality);
513
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectLocality_dump);
514
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectLocality_dump);
515
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmationData);
516
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmationData);
517
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmationData_dump);
518
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmationData_dump);
519
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmation);
520
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmation);
521
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmation_dump);
522
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmation_dump);
523
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ProxyRestriction);
524
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ProxyRestriction);
525
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ProxyRestriction_dump);
526
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ProxyRestriction_dump);
527
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2StatementAbstract);
528
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2StatementAbstract);
529
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2StatementAbstract_dump);
530
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2StatementAbstract_dump);
531
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnStatement);
532
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnStatement);
533
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnStatement_dump);
534
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnStatement_dump);
535
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AttributeStatement);
536
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AttributeStatement);
537
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AttributeStatement_dump);
538
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AttributeStatement_dump);
539
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPEntry);
540
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPEntry);
541
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPEntry_dump);
542
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPEntry_dump);
543
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Extensions);
544
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Extensions);
545
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Extensions_dump);
546
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Extensions_dump);
547
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Action);
548
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Action);
549
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Action_dump);
550
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Action_dump);
551
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusResponse);
552
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusResponse);
553
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusResponse_dump);
554
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusResponse_dump);
555
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Response);
556
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Response);
557
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Response_dump);
558
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Response_dump);
559
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResponse);
560
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResponse);
561
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResponse_dump);
562
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResponse_dump);
563
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestAbstract);
564
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestAbstract);
565
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestAbstract_dump);
566
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestAbstract_dump);
567
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AssertionIDRequest);
568
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AssertionIDRequest);
569
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AssertionIDRequest_dump);
570
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AssertionIDRequest_dump);
571
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResolve);
572
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResolve);
573
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResolve_dump);
574
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResolve_dump);
575
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingRequest);
576
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingRequest);
577
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingRequest_dump);
578
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingRequest_dump);
579
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnRequest);
580
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnRequest);
581
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnRequest_dump);
582
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnRequest_dump);
583
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2SubjectQueryAbstract);
584
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2SubjectQueryAbstract);
585
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2SubjectQueryAbstract_dump);
586
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2SubjectQueryAbstract_dump);
587
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthzDecisionQuery);
588
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthzDecisionQuery);
589
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthzDecisionQuery_dump);
590
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthzDecisionQuery_dump);
591
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AttributeQuery);
592
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AttributeQuery);
593
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AttributeQuery_dump);
594
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AttributeQuery_dump);
595
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AudienceRestriction);
596
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AudienceRestriction);
597
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AudienceRestriction_dump);
598
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AudienceRestriction_dump);
599
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2LogoutRequest);
600
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2LogoutRequest);
601
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2LogoutRequest_dump);
602
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2LogoutRequest_dump);
603
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnQuery);
604
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnQuery);
605
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnQuery_dump);
606
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnQuery_dump);
607
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Attribute);
608
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Attribute);
609
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Attribute_dump);
610
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Attribute_dump);
611
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Terminate);
612
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Terminate);
613
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Terminate_dump);
614
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Terminate_dump);
615
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusDetail);
616
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusDetail);
617
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusDetail_dump);
618
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusDetail_dump);
619
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthzDecisionStatement);
620
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthzDecisionStatement);
621
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthzDecisionStatement_dump);
622
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthzDecisionStatement_dump);
623
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingResponse);
624
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingResponse);
625
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingResponse_dump);
626
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingResponse_dump);
627
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2EncryptedElement);
628
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2EncryptedElement);
629
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2EncryptedElement_dump);
630
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2EncryptedElement_dump);
631
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ManageNameIDRequest);
632
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ManageNameIDRequest);
633
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ManageNameIDRequest_dump);
634
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ManageNameIDRequest_dump);
635
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Scoping);
636
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Scoping);
637
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Scoping_dump);
638
 
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Scoping_dump);
639
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Subject);
640
 
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Subject);
641
 
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Subject_dump);
 
185
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setIdentityFromDump);
 
186
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_setSessionFromDump);
 
187
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_buildNotificationMsg);
 
188
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_initNotification);
 
189
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_processNotificationMsg);
 
190
ZEND_NAMED_FUNCTION(_wrap_LassoDefederation_validateNotification);
 
191
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogin);
 
192
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_newFromDump);
 
193
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setIdentityFromDump);
 
194
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setSessionFromDump);
 
195
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_acceptSso);
 
196
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildArtifactMsg);
 
197
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAssertion);
 
198
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnRequestMsg);
 
199
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildAuthnResponseMsg);
 
200
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildRequestMsg);
 
201
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_buildResponseMsg);
 
202
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_dump);
 
203
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initAuthnRequest);
 
204
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initRequest);
 
205
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_initIdpInitiatedAuthnRequest);
 
206
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAskForConsent);
 
207
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_mustAuthenticate);
 
208
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnRequestMsg);
 
209
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processAuthnResponseMsg);
 
210
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processRequestMsg);
 
211
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processResponseMsg);
 
212
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_setResourceId);
 
213
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_validateRequestMsg);
 
214
ZEND_NAMED_FUNCTION(_wrap_LassoLogin_processPaosResponseMsg);
 
215
ZEND_NAMED_FUNCTION(_wrap_new_LassoLogout);
 
216
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_newFromDump);
 
217
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setIdentityFromDump);
 
218
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_setSessionFromDump);
 
219
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildRequestMsg);
 
220
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_buildResponseMsg);
 
221
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_dump);
 
222
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_getNextProviderId);
 
223
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_initRequest);
 
224
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processRequestMsg);
 
225
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_processResponseMsg);
 
226
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_resetProviderIdIndex);
 
227
ZEND_NAMED_FUNCTION(_wrap_LassoLogout_validateRequest);
 
228
ZEND_NAMED_FUNCTION(_wrap_new_LassoLecp);
 
229
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setIdentityFromDump);
 
230
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setSessionFromDump);
 
231
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAssertion);
 
232
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_setResourceId);
 
233
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_validateRequestMsg);
 
234
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestEnvelopeMsg);
 
235
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnRequestMsg);
 
236
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseEnvelopeMsg);
 
237
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_buildAuthnResponseMsg);
 
238
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_initAuthnRequest);
 
239
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestEnvelopeMsg);
 
240
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnRequestMsg);
 
241
ZEND_NAMED_FUNCTION(_wrap_LassoLecp_processAuthnResponseEnvelopeMsg);
 
242
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameIdentifierMapping);
 
243
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setIdentityFromDump);
 
244
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_setSessionFromDump);
 
245
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildRequestMsg);
 
246
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_buildResponseMsg);
 
247
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_initRequest);
 
248
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processRequestMsg);
 
249
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_processResponseMsg);
 
250
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdentifierMapping_validateRequest);
 
251
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameRegistration);
 
252
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_newFromDump);
 
253
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setIdentityFromDump);
 
254
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_setSessionFromDump);
 
255
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildRequestMsg);
 
256
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_buildResponseMsg);
 
257
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_dump);
 
258
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_initRequest);
 
259
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processRequestMsg);
 
260
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_processResponseMsg);
 
261
ZEND_NAMED_FUNCTION(_wrap_LassoNameRegistration_validateRequest);
 
262
ZEND_NAMED_FUNCTION(_wrap_lasso_isSamlQuery);
 
263
ZEND_NAMED_FUNCTION(_wrap_new_LassoNameIdManagement);
 
264
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_newFromDump);
 
265
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_setIdentityFromDump);
 
266
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_setSessionFromDump);
 
267
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_buildRequestMsg);
 
268
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_buildResponseMsg);
 
269
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_dump);
 
270
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_initRequest);
 
271
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_processRequestMsg);
 
272
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_processResponseMsg);
 
273
ZEND_NAMED_FUNCTION(_wrap_LassoNameIdManagement_validateRequest);
 
274
ZEND_NAMED_FUNCTION(_wrap_new_LassoEcp);
 
275
ZEND_NAMED_FUNCTION(_wrap_LassoEcp_processAuthnRequestMsg);
 
276
ZEND_NAMED_FUNCTION(_wrap_LassoEcp_processResponseMsg);
 
277
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDPolicy);
 
278
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDPolicy_dump);
 
279
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestedAuthnContext);
 
280
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestedAuthnContext_dump);
 
281
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Assertion);
 
282
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Assertion_dump);
 
283
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPList);
 
284
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPList_dump);
 
285
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2KeyInfoConfirmationData);
 
286
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2KeyInfoConfirmationData_dump);
 
287
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Conditions);
 
288
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Conditions_dump);
 
289
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Evidence);
 
290
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Evidence_dump);
 
291
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2NameID);
 
292
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2NameID_dump);
 
293
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusCode);
 
294
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusCode_dump);
 
295
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Status);
 
296
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Status_dump);
 
297
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ConditionAbstract);
 
298
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ConditionAbstract_dump);
 
299
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2OneTimeUse);
 
300
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2OneTimeUse_dump);
 
301
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Advice);
 
302
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Advice_dump);
 
303
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2BaseIDAbstract);
 
304
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2BaseIDAbstract_dump);
 
305
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnContext);
 
306
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnContext_dump);
 
307
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectLocality);
 
308
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectLocality_dump);
 
309
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmationData);
 
310
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmationData_dump);
 
311
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2SubjectConfirmation);
 
312
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2SubjectConfirmation_dump);
 
313
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2ProxyRestriction);
 
314
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2ProxyRestriction_dump);
 
315
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2StatementAbstract);
 
316
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2StatementAbstract_dump);
 
317
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthnStatement);
 
318
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthnStatement_dump);
 
319
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AttributeStatement);
 
320
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AttributeStatement_dump);
 
321
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2IDPEntry);
 
322
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2IDPEntry_dump);
 
323
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Extensions);
 
324
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Extensions_dump);
 
325
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Action);
 
326
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Action_dump);
 
327
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusResponse);
 
328
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusResponse_dump);
 
329
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Response);
 
330
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Response_dump);
 
331
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResponse);
 
332
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResponse_dump);
 
333
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2RequestAbstract);
 
334
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2RequestAbstract_dump);
 
335
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AssertionIDRequest);
 
336
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AssertionIDRequest_dump);
 
337
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ArtifactResolve);
 
338
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ArtifactResolve_dump);
 
339
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingRequest);
 
340
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingRequest_dump);
 
341
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnRequest);
 
342
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnRequest_dump);
 
343
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2SubjectQueryAbstract);
 
344
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2SubjectQueryAbstract_dump);
 
345
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthzDecisionQuery);
 
346
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthzDecisionQuery_dump);
 
347
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AttributeQuery);
 
348
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AttributeQuery_dump);
 
349
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AudienceRestriction);
 
350
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AudienceRestriction_dump);
 
351
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2LogoutRequest);
 
352
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2LogoutRequest_dump);
 
353
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2AuthnQuery);
 
354
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2AuthnQuery_dump);
 
355
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Attribute);
 
356
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Attribute_dump);
 
357
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Terminate);
 
358
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Terminate_dump);
 
359
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2StatusDetail);
 
360
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2StatusDetail_dump);
 
361
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2AuthzDecisionStatement);
 
362
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2AuthzDecisionStatement_dump);
 
363
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2NameIDMappingResponse);
 
364
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2NameIDMappingResponse_dump);
 
365
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2EncryptedElement);
 
366
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2EncryptedElement_dump);
 
367
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2ManageNameIDRequest);
 
368
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2ManageNameIDRequest_dump);
 
369
ZEND_NAMED_FUNCTION(_wrap_new_LassoSamlp2Scoping);
 
370
ZEND_NAMED_FUNCTION(_wrap_LassoSamlp2Scoping_dump);
 
371
ZEND_NAMED_FUNCTION(_wrap_new_LassoSaml2Subject);
642
372
ZEND_NAMED_FUNCTION(_wrap_LassoSaml2Subject_dump);
643
373
#endif /* PHP_LASSO_H */