Class AddRequestedClaimsHandler

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, MessageHandler

public class AddRequestedClaimsHandler extends AbstractAuthenticationRequestParameterValueMessageHandler<com.nimbusds.openid.connect.sdk.OIDCClaimsRequest>
A message handler that adds requested claims to the authentication request.

Also records in the request whether the OP supports the claims parameter, for later inspection by downstream components that only has access to the request e.g. an encoder.