Class HTTPPostAuthnResponseDecoder

All Implemented Interfaces:
OIDCMessageDecoder, Component, DestructableComponent, InitializableComponent, UnmodifiableComponent, MessageDecoder, HttpServletRequestMessageDecoder

public class HTTPPostAuthnResponseDecoder extends BaseHttpOIDCRequestDecoder
A message decoder that decodes an incoming AuthenticationResponse when using a form_post response_type.
  • Field Details

    • log

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

    • HTTPPostAuthnResponseDecoder

      public HTTPPostAuthnResponseDecoder()
  • Method Details