Skip to Content.
Sympa Menu

mace-opensaml-users - RE: SAML API Question

Subject: OpenSAML user discussion

List archive

RE: SAML API Question


Chronological Thread 
  • From: Scott Cantor <>
  • To: ,
  • Subject: RE: SAML API Question
  • Date: Mon, 15 Mar 2004 11:52:41 -0500
  • Organization: The Ohio State University

> I am trying to use SAMLRequest, SAMLResponse and
> SAMLAssertion class to create instance of these objects using
> the components.
>
> I noticed that you provide a Collection object to specify
> some of these components. How do you determine what type of
> object to put in these collection? e.g. the format

Java doesn't support type-safe containers yet (1.5 does), so I find out when
I cast to something and it fails. I could have written my own containers,
but...no thanks.

-- Scott



  • SAML API Question, arathod4, 03/15/2004
    • RE: SAML API Question, Scott Cantor, 03/15/2004

Archive powered by MHonArc 2.6.16.

Top of Page