| Package | Description |
|---|---|
| org.forgerock.jaspi.modules.openid.exceptions |
This package contains classes to represent the different exceptions
that can be thrown by the OpenID Connect JASPI module.
|
| org.forgerock.jaspi.modules.openid.resolvers |
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
|
| 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 |
OpenIdResolver.validateIdentity(org.forgerock.json.jose.jws.SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
PublicKeyOpenIdResolverImpl.validateIdentity(org.forgerock.json.jose.jws.SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
JWKOpenIdResolverImpl.validateIdentity(org.forgerock.json.jose.jws.SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
SharedSecretOpenIdResolverImpl.validateIdentity(org.forgerock.json.jose.jws.SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
BaseOpenIdResolver.validateIdentity(org.forgerock.json.jose.jws.SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
Copyright © 2016 ForgeRock AS. All Rights Reserved.