クラス 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を作成します。voidsetJwtValidatorFactory(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を提供するファクトリ