Uses of Class
com.nimbusds.openid.connect.sdk.claims.AccessTokenHash
-
Packages that use AccessTokenHash Package Description com.nimbusds.openid.connect.sdk.claims Claims and claim sets used in OpenID Connect.com.nimbusds.openid.connect.sdk.validators 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 AccessTokenHash Modifier and Type Method Description static AccessTokenHashAccessTokenHash. compute(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm alg)Computes the hash for the specified access token and reference JSON Web Signature (JWS) algorithm.AccessTokenHashIDTokenClaimsSet. getAccessTokenHash()Gets the access token hash.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type AccessTokenHash Modifier and Type Method Description voidIDTokenClaimsSet. 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 AccessTokenHash Modifier and Type Method Description static voidAccessTokenValidator. validate(AccessToken accessToken, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, AccessTokenHash accessTokenHash)Validates the specified access token.
-