-
Aug 23rd, 2012, 09:21 PM
#1
Cannot access GrantedAuthoritiesMapper in subclass of DaoAuthenticationProvider
Hi All,
I tried to override createSuccessAuthentication in DaoAuthenticationProvider, but unfortunately, I cannot access authoritiesMapper (GrantedAuthoritiesMapper) in my own class. The field is private and there is no getter for it.
I am using Spring Security 3.1.2
Thanks
-
Aug 24th, 2012, 10:38 AM
#2
Feel free to create a JIRA to add an accessor. In the mean time you can override the setAuthoritiesMapper method and save an instance on the subclass.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules