クラス DaoAuthenticationProvider

java.lang.ObjectSE
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider
org.springframework.security.authentication.dao.DaoAuthenticationProvider
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.InitializingBeanorg.springframework.context.MessageSourceAwareAuthenticationProvider

public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider
UserDetailsService からユーザーの詳細を取得する AuthenticationProvider 実装。
  • コンストラクターの詳細

    • DaoAuthenticationProvider

      public DaoAuthenticationProvider()
    • DaoAuthenticationProvider

      public DaoAuthenticationProvider(PasswordEncoder passwordEncoder)
      提供された PasswordEncoder を使用して新しいインスタンスを作成します
      パラメーター:
      passwordEncoder - 使用する PasswordEncoder。null にはできません。
      導入:
      6.0.3
  • メソッドの詳細