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.
|
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) |
void |
BaseOpenIdResolver.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidAudException
Invalid audience.
|
class |
InvalidIssException
Invalid issuer.
|
class |
InvalidJWTException
Invalid JWT.
|
class |
InvalidSignatureException
Invalid signature.
|
class |
JwtExpiredException
Expired JWT.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.