Skip to Content.
Sympa Menu

mace-opensaml-users - RE: OpenSAML 2.0 C++

Subject: OpenSAML user discussion

List archive

RE: OpenSAML 2.0 C++


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: OpenSAML 2.0 C++
  • Date: Mon, 27 Nov 2006 11:20:06 -0500
  • Organization: The Ohio State University

> I've started trying to get the library working in a simple win32 c++
> console application project, but i'm running int some problems.
> In the Documentation found on the WiKi. There is a mention on having to
> call SAMLConfig::init() before anything else. Now i'm not a C++ guru,
> but this function is virtual so it won't work.

"Library initialization takes place using the SAMLConfig::init() method.
SAMLConfig is a singleton that is accessed using the
SAMLConfig::getInstance() method."

In other words:

SAMLConfig::getConfig().init()

> Maybe you can give me some example code to do some basic assertion
> creation? That would really help me.

There are not going to be samples any time soon. They take a lot of time,
and I do not have it. There are a lot of unit tests. That is all I have.

I will try and flesh out the Wiki material since the library is pretty close
to feature complete now.

Please be sure you've generated the the doxygen material during the build
process, which should happen on Unix automatically. Virtually all the
classes and methods are documented.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page