クラス SupplierJwtDecoder

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

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

  • メソッドの詳細

    • decode

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