Like with Shiro INI, Spring allows you to set nested objects as well.
For example:

<bean id="shiroSecurityManager ...>

    <property name="authenticator.authenticationListeners">
        <list>
            <ref bean="authenticationListener"/>
        </list>
    </property>

...

</bean>

HTH!

Cheers,

-- 
Les Hazlewood
CTO, Katasoft | http://www.katasoft.com | 888.391.5282
twitter: http://twitter.com/lhazlewood
katasoft blog: http://www.katasoft.com/blogs/lhazlewood
personal blog: http://leshazlewood.com

Reply via email to