インターフェース AuthenticationUserDetailsService<T extends Authentication>

すべての既知の実装クラス:
AbstractCasAssertionUserDetailsServiceGrantedAuthorityFromAssertionAttributesUserDetailsServicePreAuthenticatedGrantedAuthoritiesUserDetailsServiceUserDetailsByNameServiceWrapper

public interface AuthenticationUserDetailsService<T extends Authentication>
Authentication オブジェクトに基づいて UserDetails オブジェクトを取得できるようにするインターフェース。
導入:
2.0
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
  • メソッドの詳細

    • loadUserDetails

      UserDetails loadUserDetails(T token) throws UsernameNotFoundException
      パラメーター:
      token - 事前認証された認証トークン
      戻り値:
      指定された認証トークンの UserDetails。null になることはありません。
      例外:
      UsernameNotFoundException - 指定された認証トークンのユーザー詳細が見つからない場合