Uses of Interface
org.forgerock.openig.filter.oauth2.cnf.ConfirmationKeyVerifier
Packages that use ConfirmationKeyVerifier
Package
Description
JWT confirmation key support for access tokens.
-
Uses of ConfirmationKeyVerifier in org.forgerock.openig.filter.oauth2.cnf
Classes in org.forgerock.openig.filter.oauth2.cnf that implement ConfirmationKeyVerifierModifier and TypeClassDescriptionclassVerifies a certificate thumbprint by computing a digest of the client certificate (found inClientContext) and comparing the result with the base64-url-encoded value provided within the confirmation key node.classVerifies a certificate thumbprint against a previously calculated thumbprint, stored in a specially named attribute stored in the context's attributes.Fields in org.forgerock.openig.filter.oauth2.cnf declared as ConfirmationKeyVerifierModifier and TypeFieldDescriptionstatic final ConfirmationKeyVerifierConfirmationKeyVerifier.UNKNOWNVerifier that always fail because verification method is not supported.Constructor parameters in org.forgerock.openig.filter.oauth2.cnf with type arguments of type ConfirmationKeyVerifierModifierConstructorDescriptionConfirmationKeyVerifierAccessTokenResolver(AccessTokenResolver delegate, Map<String, ConfirmationKeyVerifier> verifiers) Build a ConfirmationKeyVerifierAccessTokenResolver that will validate confirmation keys from the access_token.