Skip to Content.
Sympa Menu

mace-opensaml-users - RE: SAML Nested Elements within <SAMLAttributeValue>

Subject: OpenSAML user discussion

List archive

RE: SAML Nested Elements within <SAMLAttributeValue>


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Breuer, Scott'" <>, <>
  • Subject: RE: SAML Nested Elements within <SAMLAttributeValue>
  • Date: Tue, 8 Mar 2005 15:02:47 -0500
  • Organization: The Ohio State University

> I an not find a way to do this when creating the SAMLAttribute.

The default implementation only supports simple content models. I suppose
adding a completely oblivious XML-based alternative is a possibility for
1.1, but for now, you'd need to subclass it, register it as a factory for
SAMLAttribute objects with your chosen name/namespace, and override the
valueToDOM and fromDOM methods.

Some of that is changing a bit (in particular, the new version just lets you
set your own factory for SAMLAttribute period and handle any name
mapping/lookup on your own).

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page