| java.lang.Object org.acegisecurity.userdetails.memory.InMemoryDaoImpl
InMemoryDaoImpl | public class InMemoryDaoImpl implements UserDetailsService,InitializingBean(Code) | | Retrieves user details from an in-memory list created by the bean context.
author: Ben Alex version: $Id: InMemoryDaoImpl.java 1496 2006-05-23 13:38:33Z benalex $ |
setUserProperties | public void setUserProperties(Properties props)(Code) | | Modifies the internal UserMap to reflect the Properties instance passed. This
helps externalise user information to another file etc.
Parameters: props - the account information in a Properties object format |
|
|