Durham David R Jr Ctr 805 CSPTS/SCE wrote:
Am I correct that this will effectively override any property config
that you might have done in Spring?
Yes, it will. Most people tend to change the SQL strings or subclass
JdbcDapImpl, though, as opposed to provide a new
AuthoritiesByUsernameMap
I'm trying to override the authorities by username query and mapping in
a JdbcDaoImpl. JdbcDaoImpl extends JdbcDaoSupport which implements
IntiliazingBean and defines a final afterPropertiesSet method which
calls initDao(). Here's the cod from JdbcDaoImpl:
protected void initDao() throws Applica