On Fri, 20 Apr 2012, Dmitriy Kopylenko wrote: > Is this the entire bean def? > > <bean id="serviceRegistryDao" > class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" />
Yep (when I'm using InMemoryServiceRegistryDaoImpl rather than JsonServiceRegistryDao). > Aren't you defining the registered services beans here along with > their 'allowedAttributes' collections? Nope. I now see some examples of that, but apparently things are working OK without my having specifically defined these things -- I can login, and attributes are being passed. Perhaps the default behavior is sufficient for that. In any case, wouldn't that only affect things when I'm using InMemoryServiceRegistryDaoImpl? How would I define the allowedAttributes when using JsonServiceRegistryDao? Thanks. > On Apr 20, 2012, at 0:13, Milt Epstein <[email protected]> wrote: > > > <bean id="serviceRegistryDao" > > class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" /> > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > Milt Epstein Applications Developer Graduate School of Library and Information Science (GSLIS) University of Illinois at Urbana-Champaign (UIUC) [email protected] -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
