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 AccessTokenHashAccessTokenHash.compute(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm alg) Deprecated.static AccessTokenHashAccessTokenHash.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 TypeMethodDescriptionvoidIDTokenClaimsSet.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 voidAccessTokenValidator.validate(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, AccessTokenHash accessTokenHash) Validates the specified access token.
compute(AccessToken, JWSAlgorithm, Curve)instead.