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.
|
Modifier and Type | Class and Description |
---|---|
class |
JWKOpenIdResolverImpl
This class exists to allow Open Id Providers to supply or promote a JWK exposure point for
their public keys.
|
class |
PublicKeyOpenIdResolverImpl
This class exists to allow functionality for those Open ID Connect providers which
supply their signatures through asymmetric key algorithms (e.g.
|
class |
SharedSecretOpenIdResolverImpl
This class exists to allow functionality for those Open ID Connect providers which
supply their signatures through symmetric key algorithms (e.g.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.