クラス DPoPProofJwtDecoderFactory
java.lang.ObjectSE
org.springframework.security.oauth2.jwt.DPoPProofJwtDecoderFactory
- 実装されているすべてのインターフェース:
JwtDecoderFactory<DPoPProofContext>
public final class DPoPProofJwtDecoderFactory
extends ObjectSE
implements JwtDecoderFactory<DPoPProofContext>
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明createDecoder
(DPoPProofContext dPoPProofContext) 指定された「コンテキスト」型を使用してJwtDecoder
を作成します。void
setJwtValidatorFactory
(FunctionSE<DPoPProofContext, OAuth2TokenValidator<Jwt>> jwtValidatorFactory)
フィールドの詳細
DEFAULT_JWT_VALIDATOR_FACTORY
public static final FunctionSE<DPoPProofContext,OAuth2TokenValidator<Jwt>> DEFAULT_JWT_VALIDATOR_FACTORY
コンストラクターの詳細
DPoPProofJwtDecoderFactory
public DPoPProofJwtDecoderFactory()
メソッドの詳細
createDecoder
インターフェースからコピーされた説明:JwtDecoderFactory
指定された「コンテキスト」型を使用してJwtDecoder
を作成します。- 次で指定:
- インターフェース
JwtDecoderFactory<DPoPProofContext>
のcreateDecoder
- パラメーター:
dPoPProofContext
- コンテキスト情報を提供する型- 戻り値:
JwtDecoder
setJwtValidatorFactory
public void setJwtValidatorFactory(FunctionSE<DPoPProofContext, OAuth2TokenValidator<Jwt>> jwtValidatorFactory) 指定されたDPoPProofContext
のOAuth2TokenValidator
を提供し、JwtDecoder
で使用されるファクトリを設定します。デフォルトのOAuth2TokenValidator<Jwt>
ファクトリはDEFAULT_JWT_VALIDATOR_FACTORY
です。- パラメーター:
jwtValidatorFactory
- 指定されたDPoPProofContext
のOAuth2TokenValidator
を提供するファクトリ