クラス ClientSecretPostAuthenticationConverter
java.lang.ObjectSE
org.springframework.security.oauth2.server.authorization.web.authentication.ClientSecretPostAuthenticationConverter
- 実装済みのインターフェース一覧:
AuthenticationConverter
public final class ClientSecretPostAuthenticationConverter
extends ObjectSE
implements AuthenticationConverter
HttpServletRequest の POST パラメーターからクライアント資格情報を抽出し、クライアントの認証に使用される OAuth2ClientAuthenticationToken に変換しようとします。コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
ClientSecretPostAuthenticationConverter
public ClientSecretPostAuthenticationConverter()
メソッドの詳細
convert
- 次で指定:
- インターフェース
AuthenticationConverterのconvert