diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-11-20 18:05:05 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-11-20 18:05:05 +0000 |
| commit | ab1e605ce59bba13464c814bc224146875b170ff (patch) | |
| tree | 2d2b2d9ba994cc61bc364bd479ff67dfa3eb6c01 | |
| parent | 8ec430af7cd9a0fc4f5f91cdb7adb5249f464654 (diff) | |
swig inheritance for SAML 2 elements
| -rw-r--r-- | swig/saml-2.0/inheritance.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/swig/saml-2.0/inheritance.h b/swig/saml-2.0/inheritance.h new file mode 100644 index 00000000..d691a709 --- /dev/null +++ b/swig/saml-2.0/inheritance.h @@ -0,0 +1,48 @@ +SET_NODE_INFO(Samlp2NameIDPolicy, Node) +SET_NODE_INFO(Samlp2RequestedAuthnContext, Node) +SET_NODE_INFO(Saml2Assertion, Node) +SET_NODE_INFO(Samlp2IDPList, Node) +SET_NODE_INFO(Saml2KeyInfoConfirmationData, Node) +SET_NODE_INFO(Saml2Conditions, Node) +SET_NODE_INFO(Saml2Evidence, Node) +SET_NODE_INFO(Saml2NameID, Node) +SET_NODE_INFO(Samlp2StatusCode, Node) +SET_NODE_INFO(Samlp2Status, Node) +SET_NODE_INFO(Saml2ConditionAbstract, Node) +SET_NODE_INFO(Saml2OneTimeUse, Saml2ConditionAbstract) +SET_NODE_INFO(Saml2Advice, Node) +SET_NODE_INFO(Saml2BaseIDAbstract, Node) +SET_NODE_INFO(Saml2AuthnContext, Node) +SET_NODE_INFO(Saml2SubjectLocality, Node) +SET_NODE_INFO(Saml2SubjectConfirmationData, Node) +SET_NODE_INFO(Saml2SubjectConfirmation, Node) +SET_NODE_INFO(Saml2ProxyRestriction, Saml2ConditionAbstract) +SET_NODE_INFO(Saml2StatementAbstract, Node) +SET_NODE_INFO(Saml2AuthnStatement, Saml2StatementAbstract) +SET_NODE_INFO(Saml2AttributeStatement, Saml2StatementAbstract) +SET_NODE_INFO(Samlp2IDPEntry, Node) +SET_NODE_INFO(Samlp2Extensions, Node) +SET_NODE_INFO(Saml2Action, Node) +SET_NODE_INFO(Samlp2StatusResponse, Node) +SET_NODE_INFO(Samlp2Response, Samlp2StatusResponse) +SET_NODE_INFO(Samlp2ArtifactResponse, Samlp2StatusResponse) +SET_NODE_INFO(Samlp2RequestAbstract, Node) +SET_NODE_INFO(Samlp2AssertionIDRequest, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2ArtifactResolve, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2NameIDMappingRequest, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2AuthnRequest, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2SubjectQueryAbstract, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2AuthzDecisionQuery, Samlp2SubjectQueryAbstract) +SET_NODE_INFO(Samlp2AttributeQuery, Samlp2SubjectQueryAbstract) +SET_NODE_INFO(Saml2AudienceRestriction, Saml2ConditionAbstract) +SET_NODE_INFO(Samlp2LogoutRequest, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2AuthnQuery, Samlp2SubjectQueryAbstract) +SET_NODE_INFO(Saml2Attribute, Node) +SET_NODE_INFO(Samlp2Terminate, Node) +SET_NODE_INFO(Samlp2StatusDetail, Node) +SET_NODE_INFO(Saml2AuthzDecisionStatement, Saml2StatementAbstract) +SET_NODE_INFO(Samlp2NameIDMappingResponse, Samlp2StatusResponse) +SET_NODE_INFO(Saml2EncryptedElement, Node) +SET_NODE_INFO(Samlp2ManageNameIDRequest, Samlp2RequestAbstract) +SET_NODE_INFO(Samlp2Scoping, Node) +SET_NODE_INFO(Saml2Subject, Node) |
