-
Jan 24th, 2006, 12:07 PM
#1
InMemoryDaoImpl and refresh
I am almost finished integrating WSS4J with AXIS and ACEGI Security. Since my application is very small I will be using the InMemoryDAOImpl for users with an external UserAttribute editor to assign a business provider to each user. Is it possible to add a listener that will reload the properties file if it has been touched since its last load without re-initializing the Spring context?
-
Jan 25th, 2006, 09:38 PM
#2
I guess you could use a timer task to call org.acegisecurity.userdetails.memory.setUserProper ties(Properties) periodically. It will create a new usermap internally containing the representation of the specified Properties object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules