クラス DPoPProofReplayValidator.CacheValue
java.lang.ObjectSE
org.springframework.security.oauth2.jwt.DPoPProofReplayValidator.CacheValue
- 含まれているクラス:
DPoPProofReplayValidator
コンストラクター概要
コンストラクターコンストラクター説明CacheValue(InstantSE issuedAt, InstantSE expiresAt, StringSE jwkThumbprint) 指定されたパラメーターを使用してCacheValueを構築します。方法の概要
修飾子と型メソッド説明booleanReturns the expiration time when thisCacheValuewill be evicted from the cache.Returns the issued at(iat)claim which identifies the time at which the DPoP ProofJwtwas issued.Returns the SHA-256 thumbprint of the public key of the JSON Web Key (JWK) corresponding to the key used to digitally sign the DPoP ProofJwt。inthashCode()
コンストラクターの詳細
CacheValue
指定されたパラメーターを使用してCacheValueを構築します。- パラメーター:
issuedAt- the issued at claim which identifies the time at which the DPoP ProofJwtwas issuedexpiresAt- the expiration time when thisCacheValuewill be evicted from the cachejwkThumbprint- the SHA-256 thumbprint of the public key of the JSON Web Key (JWK) corresponding to the key used to digitally sign the DPoP ProofJwt
方法の詳細
getIssuedAt
getExpiresAt
Returns the expiration time when thisCacheValuewill be evicted from the cache.- 戻り値:
- the expiration time when this
CacheValuewill be evicted from the cache
getJwkThumbprint
equals
hashCode