migrating xml schema definitions from v2 to v3 ?
Cantor, Scott
cantor.2 at osu.edu
Thu Feb 28 14:50:48 EST 2013
On 2/28/13 2:47 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>So, Resource.java lives in utilities/java-support so it can be used by
>the idp as well as opensaml (for the metadata provider abstraction),
>but the xml schema definitions to configure the resource
>implementations need to be only visible by the idp and not opensaml,
>correct ?
They have to be visible at runtime, but that's done by making sure the
parser when it's operating can find and load the IdP schemas. They don't
ever have to be physically inside the OpenSAML code or shipped with it.
Basically you need an extension mechanism to supplant any built-in schemas
with your own, and in our case "own own" are the IdP layer schemas.
-- Scott
More information about the dev
mailing list