Skip to Content.
Sympa Menu

mace-opensaml-users - RE: SAMLQuery.queryTypeMap missing entries

Subject: OpenSAML user discussion

List archive

RE: SAMLQuery.queryTypeMap missing entries


Chronological Thread 
  • From: Scott Cantor <>
  • To: ,
  • Subject: RE: SAMLQuery.queryTypeMap missing entries
  • Date: Fri, 14 Mar 2003 18:37:40 -0500
  • Importance: Normal
  • Organization: The Ohio State University

>SAMLQuery.queryTypeMap needs to be cleaned up. Add the following entries
>AttributeQueryType org.opensaml.SAMLAttributeQuery
>AuthenticationQuery org.opensaml.SAMLAuthenticationQuery
>any others? and remove duplicates.

Yep, don't know how that got missed. I'll fix.

> Why not call Init.init() within a static initializer > block in
> SAMLObject.java?
> I spent an unnecessary 20 mins realizing that this
> was the root of the problem. Since Init.init() is setup
> for a singleton-like call, at first glance, I don't
> see a problem doing it. > > -sd > >

Basically because:

a) We're in process of deciding what the right way to handle the
initialization is in general.

b) I copied the basic metaphor from another project, and in that project, the
ultimate result was that while the author did include
those static init blocks originally, they did not reliably init the library
in all cases, and he eventually abandoned that approach
and simply required an explicit call.

I do apologize for the fact that there's no docs on this kind of thing, but
this is still in a very much user-beware state, and
resources are limited.

-- Scott

---------------------------------------------------mace-opensaml-users-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at

http://archives.internet2.edu/

---------------------------------------------------mace-opensaml-users--




Archive powered by MHonArc 2.6.16.

Top of Page