Class UserDetailsServiceLdapAuthoritiesPopulator

java.lang.Object
org.springframework.security.ldap.authentication.UserDetailsServiceLdapAuthoritiesPopulator
All Implemented Interfaces:
LdapAuthoritiesPopulator

public class UserDetailsServiceLdapAuthoritiesPopulator extends Object implements LdapAuthoritiesPopulator
Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which was supplied at login as the username.
Since:
2.0
  • Constructor Details

    • UserDetailsServiceLdapAuthoritiesPopulator

      public UserDetailsServiceLdapAuthoritiesPopulator(UserDetailsService userService)
  • Method Details