Class DPoPAccessTokenHashFromRequestLookupFunction

All Implemented Interfaces:
Function<ProfileRequestContext,String>, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class DPoPAccessTokenHashFromRequestLookupFunction extends AbstractIdentifiableInitializableComponent implements Function<ProfileRequestContext,String>
A function that calculates a hash of the DPoP access token from the HttpServletRequest if found. The token value is fetched via Authorization header or via token token-parameter if the inbound message is an introspection or revocation request.
Since:
4.2.0