Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Adding new statements or queries

Subject: OpenSAML user discussion

List archive

RE: Adding new statements or queries


Chronological Thread 
  • From: Scott Cantor <>
  • To: 'Oscar Canovas Reverte' <>
  • Cc:
  • Subject: RE: Adding new statements or queries
  • Date: Wed, 24 Mar 2004 13:42:56 -0500
  • Organization: The Ohio State University

> I've taking a look to the XML.java file and I guess I have to use the
> "registerSchema" method in order to register my class implementing the
> EntityResolver interface (which needs to contain a resolveEntity method
> to return the InputSource with my schema). Is it right or am I
> completely lost?

Nope, you found it. And again, that interface is defined by the JAXP stuff
that's part of Java, it's standard.

> PS: In the SAMLAuthorizationDecisionStatement.fromDOM() method, if
> org.opensaml.stric-dom-checking is TRUE, you check against SAMLP_NS.
> Should it be SAML_NS? -isElementNamed(e,XML.SAMLP_NS,"Statement")-

Probably so, I'll take a look. In practice, the dom checking is usually off
since the validator takes care of that.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page