All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, MessageHandler

public class AddNonceHandler extends AbstractOIDCAuthenticationRequestActionMessageHandler
A message handler that adds a nonce from a lookup strategy to the authentication request. The injected nonce generation strategy could generate a null nonce.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • nonceGenerationStrategy

      @Nonnull private Function<ProfileRequestContext,com.nimbusds.openid.connect.sdk.Nonce> nonceGenerationStrategy
      Strategy used to generate a nonce. Could generate a null nonce.
  • Constructor Details

    • AddNonceHandler

      public AddNonceHandler()
      Constructor.
  • Method Details