IdP credentials for delegation Assertion signature validation

Brent Putman putmanb at georgetown.edu
Sun Aug 23 17:36:42 EDT 2015



On 8/23/15 2:07 PM, Cantor, Scott wrote:
>
> Closest answer seems to be [1]. Assuming that's still accurate, guess not.

Ok, thanks.  I was mis-remembering then, it's there in the latest docs:

http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#beans-inner-beans

> An inner bean definition does not require a defined id or name; the
> container ignores these values. It also ignores the |scope| flag.
> Inner beans are /always/ anonymous and they are /always/ created with
> the outer bean. It is /not/ possible to inject inner beans into
> collaborating beans other than into the enclosing bean.

 
I either skipped over that, or hadn't connected that with the section
on collections and such.


>
> Probably. Obviously you'd have to conditionally reference that since it won't be present on older configs.


Yeah, I did that.  It's not injected by reference, it's by value using
getObject(beanName) in an SpEL expression.  That just returns null if
the bean doesn't exist.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150823/86d7d9ca/attachment-0001.html>


More information about the dev mailing list