クラス SupplierReactiveJwtDecoder
- java.lang.Object
-
- org.springframework.security.oauth2.jwt.SupplierReactiveJwtDecoder
- 実装されているすべてのインターフェース:
ReactiveJwtDecoder
public final class SupplierReactiveJwtDecoder extends java.lang.Object implements ReactiveJwtDecoder
別のReactiveJwtDecoderを遅延初期化するReactiveJwtDecoder- 導入:
- 5.6
コンストラクターの概要
コンストラクター コンストラクター 説明 SupplierReactiveJwtDecoder(java.util.function.Supplier<ReactiveJwtDecoder> supplier)
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 reactor.core.publisher.Mono<Jwt>decode(java.lang.String token)JWT をそのコンパクトなクレーム表現形式からデコードし、Jwtを返します。
コンストラクターの詳細
SupplierReactiveJwtDecoder
public SupplierReactiveJwtDecoder(java.util.function.Supplier<ReactiveJwtDecoder> supplier)
メソッドの詳細
decode
public reactor.core.publisher.Mono<Jwt> decode(java.lang.String token) throws JwtException
JWT をそのコンパクトなクレーム表現形式からデコードし、Jwtを返します。- 次で指定:
- インターフェース
ReactiveJwtDecoderのdecode - パラメーター:
token- JWT 値- 戻り値:
Jwt- 例外:
JwtException- JWT のデコード中にエラーが発生した場合