Spring Security Framework

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

Packages that use org.springframework.security.userdetails.memory
org.springframework.security.providers.anonymous Allows you to secure every invocation (especially useful for web request URI security) by always having either an actual principal or an anonymous principal authenticated. 
org.springframework.security.userdetails.memory Exposes an in-memory authentication repository. 
 

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

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


Spring Security Framework

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