summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authn_request.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-08 15:52:30 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-08 15:52:30 +0000
commitbfcb490be39511c5357638e121e96e49bd6dfd6b (patch)
tree4a044d9c2e1de1e4bf77717f26d064bbd2ebe584 /lasso/xml/lib_authn_request.h
parenta110f6284980d31d09a59ede113ddeb41c8a2396 (diff)
downloadlasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.tar.gz
lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.tar.xz
lasso-bfcb490be39511c5357638e121e96e49bd6dfd6b.zip
turned a bunch of unbounded elements into GList*
Diffstat (limited to 'lasso/xml/lib_authn_request.h')
-rw-r--r--lasso/xml/lib_authn_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/lib_authn_request.h b/lasso/xml/lib_authn_request.h
index 064e0796..e4d378b4 100644
--- a/lasso/xml/lib_authn_request.h
+++ b/lasso/xml/lib_authn_request.h
@@ -60,13 +60,13 @@ struct _LassoLibAuthnRequest {
/* <xs:element ref="AffiliationID" minOccurs="0"/> */
char *AffiliationID;
/* <xs:element ref="NameIDPolicy" minOccurs="0"/> */
- char *NameIDPolicy; /* XXX: move to enum ?*/
+ char *NameIDPolicy;
/* <xs:element name="ForceAuthn" type="xs:boolean" minOccurs="0"/> */
gboolean ForceAuthn;
/* <xs:element name="IsPassive" type="xs:boolean "minOccurs="0"/> */
gboolean IsPassive;
/* <xs:element ref="ProtocolProfile" minOccurs="0"/> */
- char *ProtocolProfile; /* XXX: move to enum */
+ char *ProtocolProfile;
/* <xs:element name="AssertionConsumerServiceID" type="xs:string" minOccurs="0"/> */
char *AssertionConsumerServiceID;
/* <xs:element ref="RequestAuthnContext" minOccurs="0"/> */