クラス SupplierReactiveJwtDecoder

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<Jwt>decode​(java.lang.String token)
      JWT をそのコンパクトなクレーム表現形式からデコードし、Jwt を返します。
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • 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 を返します。
        次で指定:
        インターフェース ReactiveJwtDecoderdecode 
        パラメーター:
        token - JWT 値
        戻り値:
        Jwt
        例外:
        JwtException - JWT のデコード中にエラーが発生した場合