From b6d3ed135d5926be8b1669eac21caff66576727d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 6 Feb 2008 17:24:45 +0000 Subject: [PATCH] SEC-456: Added class Javadoc --- .../populator/UserDetailsServiceLdapAuthoritiesPopulator.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/main/java/org/springframework/security/ldap/populator/UserDetailsServiceLdapAuthoritiesPopulator.java b/core/src/main/java/org/springframework/security/ldap/populator/UserDetailsServiceLdapAuthoritiesPopulator.java index 98365f807b..9f9401bed3 100644 --- a/core/src/main/java/org/springframework/security/ldap/populator/UserDetailsServiceLdapAuthoritiesPopulator.java +++ b/core/src/main/java/org/springframework/security/ldap/populator/UserDetailsServiceLdapAuthoritiesPopulator.java @@ -6,6 +6,10 @@ import org.springframework.security.userdetails.UserDetailsService; import org.springframework.ldap.core.DirContextOperations; /** + * Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which + * was supplied at login as the username. + * + * * @author Luke Taylor * @version $Id$ * @since 2.0