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