クラス JwtClaimsSet
java.lang.ObjectSE
org.springframework.security.oauth2.jwt.JwtClaimsSet
- 実装済みのインターフェース一覧:
ClaimAccessor, JwtClaimAccessor
JWT クレームセットは、JSON Web トークンによって伝達されるクレームを表す JSON オブジェクトです。- 導入:
- 5.6
- 関連事項:
ネストされたクラスの概要
ネストされたクラス方法の概要
修飾子と型メソッド説明static JwtClaimsSet.Builderbuilder()新しいJwtClaimsSet.Builderを返します。static JwtClaimsSet.Builderfrom(JwtClaimsSet claims) 提供されたclaimsで初期化された新しいJwtClaimsSet.Builderを返します。アサーションに使用できるクレームのセットを返します。クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ClaimAccessor から継承されたメソッド
getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, hasClaimインターフェース JwtClaimAccessor から継承されたメソッド
getAudience, getExpiresAt, getId, getIssuedAt, getIssuer, getNotBefore, getSubject
方法の詳細
getClaims
インターフェースからコピーされた説明:ClaimAccessorアサーションに使用できるクレームのセットを返します。- 次で指定:
- インターフェース
ClaimAccessor内のgetClaims - 戻り値:
Mapのクレーム
builder
新しいJwtClaimsSet.Builderを返します。from
提供されたclaimsで初期化された新しいJwtClaimsSet.Builderを返します。- パラメーター:
claims- JWT クレームセット- 戻り値:
JwtClaimsSet.Builder