Uses of Class
com.nimbusds.openid.connect.sdk.claims.AccessTokenHash
Packages that use AccessTokenHash
Package
Description
Claims and claim sets used in OpenID Connect.
Client-side OpenID Connect ID token, access token and authorisation code
validators.
-
Uses of AccessTokenHash in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return AccessTokenHashModifier and TypeMethodDescriptionstatic AccessTokenHash
AccessTokenHash.compute
(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm alg) Deprecated.static AccessTokenHash
AccessTokenHash.compute
(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm alg, com.nimbusds.jose.jwk.Curve crv) Computes the hash for the specified access token and reference JSON Web Signature (JWS) algorithm.IDTokenClaimsSet.getAccessTokenHash()
Gets the access token hash.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type AccessTokenHashModifier and TypeMethodDescriptionvoid
IDTokenClaimsSet.setAccessTokenHash
(AccessTokenHash atHash) Sets the access token hash. -
Uses of AccessTokenHash in com.nimbusds.openid.connect.sdk.validators
Methods in com.nimbusds.openid.connect.sdk.validators with parameters of type AccessTokenHashModifier and TypeMethodDescriptionstatic void
AccessTokenValidator.validate
(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, AccessTokenHash accessTokenHash) Validates the specified access token.
compute(AccessToken, JWSAlgorithm, Curve)
instead.