Used by
InMemoryDaoImpl to temporarily store the attributes associated with a user.
author: Ben Alex version: $Id: UserAttribute.java 1642 2006-09-04 21:54:15Z carlossg $
public void setAuthorities(List authorities)(Code)
Set all authorities for this user.
Parameters: authorities - List <GrantedAuthority> since: 1.1
setAuthoritiesAsString
public void setAuthoritiesAsString(List authoritiesAsString)(Code)
Set all authorities for this user from String values.
It will create the necessary
GrantedAuthority objects.
Parameters: authoritiesAsString - List <String> since: 1.1