Uses of Class
org.forgerock.oauth.resolvers.exceptions.OpenIdConnectVerificationException
Package
Description
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
This package contains classes to represent the different exceptions
that can be thrown by the OpenID Connect JASPI module.
-
Uses of OpenIdConnectVerificationException in org.forgerock.oauth.resolvers
Modifier and TypeMethodDescriptionvoid
BaseOpenIdResolver.validateIdentity
(SignedJwt idClaim) Validates the supplied Jwt against this OpenId Connect Idp.void
GenericOpenIdResolver.validateIdentity
(J idClaim) Validates the supplied Jwt against this OpenId Connect Idp.void
JWKOpenIdResolverImpl.validateIdentity
(SignedJwt idClaim) void
PublicKeyOpenIdResolverImpl.validateIdentity
(SignedJwt idClaim) Validates the supplied Jwt against this OpenId Connect Idp.void
SharedSecretOpenIdResolverImpl.validateIdentity
(SignedJwt idClaim) -
Uses of OpenIdConnectVerificationException in org.forgerock.oauth.resolvers.exceptions
Modifier and TypeClassDescriptionclass
Invalid audience.class
Invalid issuer.class
Invalid JWT.class
Invalid signature.class
Expired JWT.