Can an intercept trigger a re-resolution of attributes?

Cantor, Scott cantor.2 at osu.edu
Wed Aug 3 14:23:10 EDT 2016


On 8/3/16 2:13 PM, Christopher Bongaarts wrote:
> 
> Is there a way to easily delete an existing subcontext from the flow? 
> something like
> 
> <evaluate
> expression="opensamlProfileRequestContext.removeContext(AttributeResolutionContext.class">
> 
> (will try that now....)

The one that matters is the AttributeContext, but you should delete
both. It's removeSubcontext.

If you use the action beans I think it might remove the resolution
context for you, but that isn't where the attributes are stored.

This is why it's better to put them in a private context location, so
any interference is only you stepping on yourself. It's worth defining a
single Java class to get that isolation.

-- Scott


More information about the users mailing list