Package | Description |
---|---|
org.forgerock.jaspi.modules.openid.exceptions | |
org.forgerock.jaspi.modules.openid.resolvers |
Modifier and Type | Class and Description |
---|---|
class |
FailedToLoadJWKException
Unable to load the JWK/x5u location points.
|
class |
InvalidAudException
Invalid audience.
|
class |
InvalidIssException
Invalid issuer.
|
class |
InvalidJWTException
Invalid JWT.
|
class |
InvalidSignatureException
Invalid signature.
|
class |
JwtExpiredException
Expired JWT.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedSecretOpenIdResolverImpl.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
PublicKeyOpenIdResolverImpl.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
OpenIdResolver.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
JWKOpenIdResolverImpl.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
BaseOpenIdResolver.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.