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

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

Uses of UserAttribute in org.springframework.security.web.authentication
 

Methods in org.springframework.security.web.authentication that return UserAttribute
 UserAttribute AnonymousAuthenticationFilter.getUserAttribute()
           
 

Methods in org.springframework.security.web.authentication with parameters of type UserAttribute
 void AnonymousAuthenticationFilter.setUserAttribute(UserAttribute userAttributeDefinition)
           
 



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