Class ConfirmationKeyVerifierAccessTokenResolver
- java.lang.Object
-
- org.forgerock.openig.filter.oauth2.ConfirmationKeyVerifierAccessTokenResolver
-
- All Implemented Interfaces:
org.forgerock.http.oauth2.AccessTokenResolver
public class ConfirmationKeyVerifierAccessTokenResolver extends Object implements org.forgerock.http.oauth2.AccessTokenResolver
AConfirmationKeyVerifierAccessTokenResolver
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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfirmationKeyVerifierAccessTokenResolver.Heaplet
Creates and initializes a Confirmation Key Verifier access_token resolver in the heap environment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Promise<org.forgerock.http.oauth2.AccessTokenInfo,org.forgerock.http.oauth2.AccessTokenException>
resolve(Context context, String token)
-