LassoLibAuthnContext

LassoLibAuthnContext —

Synopsis


#include <lasso/lasso.h>


            LassoLibAuthnContext;
LassoNode*  lasso_lib_authn_context_new     (void);

Object Hierarchy


  GObject
   +----LassoNode
         +----LassoLibAuthnContext

Description

Details

LassoLibAuthnContext

typedef struct {
	/* <xs:element name="AuthnContextClassRef" type="xs:anyURI" minOccurs="0"/> */
	char *AuthnContextClassRef;
	/* <xs:element name="AuthnContextStatementRef" type="xs:anyURI"/> */
	char *AuthnContextStatementRef;
	/* <xs:element ref="ac:AuthenticationContextStatement"/> */
	void *AuthenticationContextStatement; /* TODO: support that element */
} LassoLibAuthnContext;


lasso_lib_authn_context_new ()

LassoNode*  lasso_lib_authn_context_new     (void);

Creates a new LassoLibAuthnContext object.

Returns : a newly created LassoLibAuthnContext object