UserDetailsContextMapper « Security « Spring Q&A





1. UserDetailsContextMapper - cannot get 'additional' info from Authentication instance    forum.springsource.org

Following the documentation: http://static.springframework.org/sp...p.html#d4e1548 ( LDAP Attributes and Customized UserDetails) I've created a UserDetailsContextMapper and am able to wire it in into the authentication process. However I haven't found a way ...