November 2017
Intermediate to advanced
542 pages
14h 24m
English
Finally, once the LDAP lookup has assigned the user a set of the GrantedAuthority objects, o.s.s.ldap.userdetails.LdapUserDetailsMapper will consult o.s.s.ldap.userdetails.UserDetailsContextMapper to retrieve any additional details to populate the UserDetails object for application use.
Using AuthenticationManagerBuilder, we've configured up until this point that LdapUserDetailsMapper will be used to populate a UserDetails object with information gleaned from the user's entry in the LDAP directory:

We'll see in a moment how UserDetailsContextMapper can be configured to pull a wealth of information ...
Read now
Unlock full access