Uses of Package
org.springframework.security.core.userdetails.memory

Packages that use org.springframework.security.core.userdetails.memory
org.springframework.security.core.userdetails.memory Exposes an in-memory authentication repository. 
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
 

Classes in org.springframework.security.core.userdetails.memory used by org.springframework.security.core.userdetails.memory
UserMap
          Used by InMemoryDaoImpl to store a list of users and their corresponding granted authorities.
 

Classes in org.springframework.security.core.userdetails.memory used by org.springframework.security.web.authentication
UserAttribute
          Used by InMemoryDaoImpl to temporarily store the attributes associated with a user.
 



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