Uses of Class
org.forgerock.oauth.resolvers.exceptions.OpenIdConnectVerificationException
-
Packages that use OpenIdConnectVerificationException Package Description org.forgerock.oauth.resolvers This package contains classes to generate Open ID Resolvers, which can validate a supplied JWS against an Open ID Connect provider.org.forgerock.oauth.resolvers.exceptions 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
Methods in org.forgerock.oauth.resolvers that throw OpenIdConnectVerificationException Modifier and Type Method Description void
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)
Validates the supplied Jwt against this OpenId Connect Idp. -
Uses of OpenIdConnectVerificationException in org.forgerock.oauth.resolvers.exceptions
Subclasses of OpenIdConnectVerificationException in org.forgerock.oauth.resolvers.exceptions Modifier and Type Class Description class
InvalidAudException
Invalid audience.class
InvalidIssException
Invalid issuer.class
InvalidJWTException
Invalid JWT.class
InvalidSignatureException
Invalid signature.class
JwtExpiredException
Expired JWT.
-