クラス OneTimeTokenAuthenticationConverter
java.lang.ObjectSE
org.springframework.security.web.authentication.ott.OneTimeTokenAuthenticationConverter
- 実装されたすべてのインターフェース:
AuthenticationConverter
public class OneTimeTokenAuthenticationConverter
extends ObjectSE
implements AuthenticationConverter
リクエストに
token
パラメーターが含まれているかどうかを検出し、それを使用して OneTimeTokenAuthenticationToken
を構築する AuthenticationConverter
の実装。- 導入:
- 6.4
- 関連事項:
コンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
OneTimeTokenAuthenticationConverter
public OneTimeTokenAuthenticationConverter()
メソッドの詳細
convert
- 次で指定:
- インターフェース
AuthenticationConverter
のconvert