| Lasso Reference Manual |
|---|
LassoLibNameIdentifierMappingRequestLassoLibNameIdentifierMappingRequest — |
#include <lasso/lasso.h>
LassoLibNameIdentifierMappingRequest;
LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new
(void);
LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new_full
(char *providerID,
LassoSamlNameIdentifier *nameIdentifier,
const char *targetNamespace,
LassoSignatureType sign_type,
LassoSignatureMethod sign_method);
GObject +----LassoNode +----LassoSamlpRequestAbstract +----LassoLibNameIdentifierMappingRequest
typedef struct {
/* <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> */
GList *Extension;
/* <xs:element ref="ProviderID"/> */
char *ProviderID;
/* <xs:element ref="saml:NameIdentifier"/> */
LassoSamlNameIdentifier *NameIdentifier;
/* <xs:element name="TargetNamespace" type="md:entityIDType"/> */
char *TargetNamespace;
/* <xs:attribute ref="consent" use="optional"/> */
char *consent;
} LassoLibNameIdentifierMappingRequest;
LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new (void);
Creates a new LassoLibNameIdentifierMappingRequest object.
| Returns : | a newly created LassoLibNameIdentifierMappingRequest object |
LassoSamlpRequestAbstract* lasso_lib_name_identifier_mapping_request_new_full (char *providerID, LassoSamlNameIdentifier *nameIdentifier, constchar *targetNamespace, LassoSignatureType sign_type, LassoSignatureMethod sign_method);
Creates a new LassoLibNameIdentifierMappingRequest object and initializes it with the parameters.
providerID : |
the provider ID requesting the name identifier mapping |
nameIdentifier : |
|
targetNamespace : |
|
sign_type : |
|
sign_method : |
|
| Returns : | a newly created LassoLibNameIdentifierMappingRequest object |
| << LassoLibLogoutResponse | LassoLibNameIdentifierMappingResponse >> |