Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] Developing Entensions

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] Developing Entensions


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [OpenSAML] Developing Entensions
  • Date: Mon, 02 Nov 2009 20:11:32 -0500

Do you mean software extensions to the library, or do you mean use of
the Extensions element of SAML 2 protocol message?

In terms of the latter, you just add what extension XMLObjects you want
to the protocol message Extensions object, by calling
Extensions#getUnknownXMLObjects(), and adding/processing what you want
to the List that is returned (just like other list return types in
OpenSAML).

Of course defining what extensions you use and what they mean and how
they are processed on the receiver side is all up to you, if there's not
an existing profile for that extension.


Deena Gurajala wrote:
> Hi,
>
> Can some body throw some light on using Extensions with openSAML ? I
> want to use some thing similar to attribute statement in the Query?



Archive powered by MHonArc 2.6.16.

Top of Page