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.secrets |
Provides a unified API for accessing secrets of various kinds.
|
Modifier and Type | Method and Description |
---|---|
OpenIdResolver |
OpenIdResolverFactory.createSecretsProviderResolver(String issuer,
SecretsProvider provider,
Purpose<VerificationKey> purpose)
Creates a public key based resolver for the supplied
issuer using
keys available through the given provider . |
Modifier and Type | Field and Description |
---|---|
static Purpose<VerificationKey> |
Purpose.VERIFY
Indicates a key intended for verifying digital signatures or message authentication codes.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.