クラス DaoAuthenticationProvider

java.lang.ObjectSE
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider
org.springframework.security.authentication.dao.DaoAuthenticationProvider
実装済みのインターフェース一覧:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware, AuthenticationProvider

public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider
UserDetailsService からユーザーの詳細を取得する AuthenticationProvider 実装。