クラス OAuth2AuthorizationCodeRequestAuthenticationConverter
java.lang.ObjectSE
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2AuthorizationCodeRequestAuthenticationConverter
- 実装済みのインターフェース一覧:
AuthenticationConverter
public final class OAuth2AuthorizationCodeRequestAuthenticationConverter
extends ObjectSE
implements AuthenticationConverter
OAuth 2.0 認証コード付与のために
HttpServletRequest から認証リクエストを抽出し、それをリクエストの認証に使用される OAuth2AuthorizationCodeRequestAuthenticationToken または OAuth2PushedAuthorizationRequestAuthenticationToken に変換します。コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
OAuth2AuthorizationCodeRequestAuthenticationConverter
public OAuth2AuthorizationCodeRequestAuthenticationConverter()
メソッドの詳細
convert
- 次で指定:
- インターフェース
AuthenticationConverterのconvert