mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 20:09:18 +00:00
Improved Javadoc
This commit is contained in:
parent
65d83faef2
commit
05ba2ff3f3
@ -15,18 +15,20 @@
|
||||
|
||||
package org.springframework.security.core.userdetails;
|
||||
|
||||
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
|
||||
|
||||
import org.springframework.dao.DataAccessException;
|
||||
|
||||
|
||||
/**
|
||||
* Defines an interface for implementations that wish to provide data access
|
||||
* services to the {@link DaoAuthenticationProvider}.
|
||||
* Core interface which loads user-specific data.
|
||||
* <p>
|
||||
* It is used throughout the framework as a user DAO and is the strategy used by the
|
||||
* {@link org.springframework.security.authentication.dao.DaoAuthenticationProvider DaoAuthenticationProvider}.
|
||||
*
|
||||
* <p>
|
||||
* The interface requires only one read-only method, which simplifies support
|
||||
* of new data access strategies.
|
||||
* The interface requires only one read-only method, which simplifies support for new data-access strategies.
|
||||
*
|
||||
* @see org.springframework.security.authentication.dao.DaoAuthenticationProvider
|
||||
* @see UserDetails
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id$
|
||||
|
Loading…
x
Reference in New Issue
Block a user