mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-04 04:19:09 +00:00
Removed reference to LdapDataAccessException since it isn't actually mentioned except in javadoc
This commit is contained in:
parent
c333070fe3
commit
afc757e618
@ -17,8 +17,6 @@ package org.springframework.security.ldap;
|
||||
|
||||
import org.springframework.security.GrantedAuthority;
|
||||
|
||||
import org.springframework.security.ldap.LdapDataAccessException;
|
||||
|
||||
import org.springframework.ldap.core.DirContextOperations;
|
||||
|
||||
|
||||
@ -42,7 +40,6 @@ public interface LdapAuthoritiesPopulator {
|
||||
*
|
||||
* @return the granted authorities for the given user.
|
||||
*
|
||||
* @throws LdapDataAccessException if there is a problem accessing the directory.
|
||||
*/
|
||||
GrantedAuthority[] getGrantedAuthorities(DirContextOperations userData, String username);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user