クラス UserDetailsServiceFactoryBean
- java.lang.Object
-
- org.springframework.security.config.http.UserDetailsServiceFactoryBean
- 実装されたすべてのインターフェース:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class UserDetailsServiceFactoryBean extends java.lang.Object implements org.springframework.context.ApplicationContextAware
名前付き UserDetailsService または AuthenticationUserDetailsService を検索するために使用される Bean。- 導入:
- 3.1
コンストラクターの概要
コンストラクター コンストラクター 説明 UserDetailsServiceFactoryBean()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 void
setApplicationContext(org.springframework.context.ApplicationContext beanFactory)
メソッドの詳細
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext beanFactory) throws org.springframework.beans.BeansException
- 次で指定:
- インターフェース
org.springframework.context.ApplicationContextAware
のsetApplicationContext
- 例外:
org.springframework.beans.BeansException