Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Build SAMLAssertion

Subject: OpenSAML user discussion

List archive

RE: Build SAMLAssertion


Chronological Thread 
  • From: Scott Cantor <>
  • To: "'Rathod, Ashish (A.K.)'" <>,
  • Subject: RE: Build SAMLAssertion
  • Date: Mon, 15 Mar 2004 13:57:12 -0500
  • Organization: The Ohio State University

> Sorry for the trouble Scott, but do you have any code
> snippets that illustrate this?

Whatever's in the code is about all. The POST profile wrapper does it, and
various bits of Shibboleth do it. It's really not easy to get it wrong. Just
build the object you want, like you'd expect.

SAML<thing> = new SAML<thing>(paremeters of thing)

When you want the XML, you call toStream() and related methods or toDOM() to
control the document that gets used.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page