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

« back to all changes in this revision

Viewing changes to lasso/xml/saml-2.0/samlp2_requested_authn_context.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070731213526-5yf8k7sq7slsb450
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: samlp2_requested_authn_context.c,v 1.2 2005/11/21 18:51:52 fpeters Exp $ 
 
1
/* $Id: samlp2_requested_authn_context.c,v 1.4 2006/12/16 09:47:16 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
42
42
 
43
43
 
44
44
static struct XmlSnippet schema_snippets[] = {
45
 
        { "AuthnContextClassRef", SNIPPET_CONTENT,
46
 
                G_STRUCT_OFFSET(LassoSamlp2RequestedAuthnContext, AuthnContextClassRef) },
47
 
        { "AuthnContextDeclRef", SNIPPET_CONTENT,
48
 
                G_STRUCT_OFFSET(LassoSamlp2RequestedAuthnContext, AuthnContextDeclRef) },
 
45
        { "AuthnContextClassRef", SNIPPET_LIST_CONTENT,
 
46
                G_STRUCT_OFFSET(LassoSamlp2RequestedAuthnContext, AuthnContextClassRef),
 
47
                NULL, LASSO_SAML2_ASSERTION_PREFIX, LASSO_SAML2_ASSERTION_HREF },
 
48
        { "AuthnContextDeclRef", SNIPPET_LIST_CONTENT,
 
49
                G_STRUCT_OFFSET(LassoSamlp2RequestedAuthnContext, AuthnContextDeclRef),
 
50
                NULL, LASSO_SAML2_ASSERTION_PREFIX, LASSO_SAML2_ASSERTION_HREF },
49
51
        { "Comparison", SNIPPET_CONTENT,
50
52
                G_STRUCT_OFFSET(LassoSamlp2RequestedAuthnContext, Comparison) },
51
53
        {NULL, 0, 0}