ECMA to access SubjectCanonicalizationContext in Resolver
Cantor, Scott
cantor.2 at osu.edu
Tue Nov 10 20:24:03 EST 2015
On 11/10/15, 7:19 PM, "dev on behalf of Michael A Grady" <dev-bounces at shibboleth.net on behalf of mgrady at unicon.net> wrote:
>
>So I seem to be be getting a null from 'parent = resolutionContext.getParent();' Or maybe I missed a leaf in the tree walking down from there. Here are the pieces I have, with c14n now configured to use attribute:
The parent of the resolutionContext *is* the profile request context. I think the null is the second line calling getSubcontext, by my count.
It's just resolutionContext.getParent().getSubcontext("...SubjectCanonicalizationContext").getSubject()
-- Scott
More information about the dev
mailing list