Spring Security Framework

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

Packages that use UserAttribute
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. 
 

Uses of UserAttribute in org.springframework.security.providers.anonymous
 

Methods in org.springframework.security.providers.anonymous that return UserAttribute
 UserAttribute AnonymousProcessingFilter.getUserAttribute()
           
 

Methods in org.springframework.security.providers.anonymous with parameters of type UserAttribute
 void AnonymousProcessingFilter.setUserAttribute(UserAttribute userAttributeDefinition)
           
 


Spring Security Framework

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