Spring Security Framework

Uses of Class
org.springframework.security.userdetails.memory.UserMap

Packages that use UserMap
org.springframework.security.userdetails.memory Exposes an in-memory authentication repository. 
 

Uses of UserMap in org.springframework.security.userdetails.memory
 

Methods in org.springframework.security.userdetails.memory that return UserMap
static UserMap UserMapEditor.addUsersFromProperties(UserMap userMap, Properties props)
           
 UserMap InMemoryDaoImpl.getUserMap()
           
 

Methods in org.springframework.security.userdetails.memory with parameters of type UserMap
static UserMap UserMapEditor.addUsersFromProperties(UserMap userMap, Properties props)
           
 void InMemoryDaoImpl.setUserMap(UserMap userMap)
           
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.