Greetings,
I'm currently integrating Spring Security in my application and developing Flex based user admin interface based on the object model defined by Spring Security.
Because the User and GrantedAuthorityImpl don't have default constructor's I can't expose then directly to Flex but need to create value objects.
Does any one faced this before and what was your work around ?
Thank you, Oscar