Class ConfirmationKeyVerifierAccessTokenResolver

java.lang.Object
org.forgerock.openig.filter.oauth2.cnf.ConfirmationKeyVerifierAccessTokenResolver
All Implemented Interfaces:
AccessTokenResolver

public class ConfirmationKeyVerifierAccessTokenResolver extends Object implements AccessTokenResolver
A ConfirmationKeyVerifierAccessTokenResolver is responsible of validating confirmation keys bound to the access_token (such as certificate thumbprint).

If the presented token has no confirmation key, then we continue the processing (strict checking is only required when confirmation key is presented).

See Also: