クラス SupplierReactiveJwtDecoder

java.lang.ObjectSE
org.springframework.security.oauth2.jwt.SupplierReactiveJwtDecoder
実装されたすべてのインターフェース:
ReactiveJwtDecoder

public final class SupplierReactiveJwtDecoder extends ObjectSE implements ReactiveJwtDecoder
別の ReactiveJwtDecoder を遅延初期化する ReactiveJwtDecoder
導入:
5.6
  • コンストラクターの詳細

  • メソッドの詳細

    • decode

      public reactor.core.publisher.Mono<Jwt> decode(StringSE token) throws JwtException
      JWT をそのコンパクトなクレーム表現形式からデコードし、Jwt を返します。
      次で指定:
      インターフェース ReactiveJwtDecoderdecode 
      パラメーター:
      token - JWT 値
      戻り値:
      Jwt
      例外:
      JwtException - JWT のデコード中にエラーが発生した場合