| Interface | Description |
|---|---|
| OpenIdResolver |
Validation of Open ID Connect JWTs via verification of their internals
(issuer, audience, signature, etc.).
|
| Class | Description |
|---|---|
| BaseOpenIdResolver |
Implementation of the OpenIdResolver interface.
|
| JWKOpenIdResolverImpl |
This class exists to allow Open Id Providers to supply or promote a JWK exposure point for
their public keys.
|
| OpenIdResolverFactory |
For producing OpenId Resolvers.
|
| PublicKeyOpenIdResolverImpl |
This class exists to allow functionality for those Open ID Connect providers which
supply their signatures through asymmetric key algorithms (e.g.
|
| SharedSecretOpenIdResolverImpl |
This class exists to allow functionality for those Open ID Connect providers which
supply their signatures through symmetric key algorithms (e.g.
|
| WellKnownOpenIdConfigurationFactory |
This class creates JWKOpenIdResolverImpl's from a supplied
well-known open id configuration url.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.